Changeset 2755
- Timestamp:
- 11/12/10 17:49:00 (13 years ago)
- Location:
- plugins/postWidgetText
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/postWidgetText/_define.php
r2332 r2755 17 17 /* Description*/ "Add a widget with a text related to an entry", 18 18 /* Author */ "JC Denis", 19 /* Version */ '0.6 ',19 /* Version */ '0.6.1', 20 20 /* Permissions */ 'usage,contentadmin' 21 21 ); 22 /* date */ #2010 060822 /* date */ #20101112 23 23 ?> -
plugins/postWidgetText/_install.php
r2332 r2755 21 21 { 22 22 # Check DC version 23 if (version_compare( DC_VERSION,'2.2-beta','<'))23 if (version_compare(str_replace("-r","-p",DC_VERSION),'2.2-alpha','<')) 24 24 { 25 25 throw new Exception('postWidgetText requires Dotclear 2.2'); -
plugins/postWidgetText/release.txt
r2332 r2755 1 0.6.1 20101112 2 * Fixed install on nightly build 3 1 4 0.6 20100608 2 5 * Switched to DC 2.2
Note: See TracChangeset
for help on using the changeset viewer.