Changeset 2759
- Timestamp:
- 11/12/10 18:09:38 (13 years ago)
- Location:
- plugins/fac
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/fac/_define.php
r2554 r2759 17 17 /* Description*/ "Add RSS/Atom feeds after entries content", 18 18 /* Author */ "JC Denis", 19 /* Version */ '0.6 ',19 /* Version */ '0.6.1', 20 20 /* Permissions */ 'usage,contentadmin' 21 21 ); 22 /* date */ #2010 081622 /* date */ #20101112 23 23 ?> -
plugins/fac/_install.php
r2301 r2759 24 24 { 25 25 # Check DC version 26 if (version_compare( DC_VERSION,'2.2-beta','<'))26 if (version_compare(str_replace("-r","-p",DC_VERSION),'2.2-alpha','<')) 27 27 { 28 28 throw new Exception('fac requires Dotclear 2.2'); -
plugins/fac/release.txt
r2554 r2759 1 0.6.1 20101112 2 * Fixed install on nightly build 3 1 4 0.6 20100816 2 5 * Added compatibility with plugin muppet
Note: See TracChangeset
for help on using the changeset viewer.