Changeset 2749
- Timestamp:
- 11/12/10 17:27:54 (13 years ago)
- Location:
- plugins/activityReport
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/activityReport/_define.php
r2328 r2749 17 17 /* Description*/ "Receive your blog activity by email, feed, or on dashboard", 18 18 /* Author */ "JC Denis", 19 /* Version */ '1.0. 1',19 /* Version */ '1.0.2', 20 20 /* Permissions */ 'admin', 21 21 /* Priority */ -1000000 22 22 ); 23 /* date */ #2010 060823 /* date */ #20101112 24 24 ?> -
plugins/activityReport/_install.php
r2315 r2749 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 throw new Exception(' translaterrequires Dotclear 2.2');25 throw new Exception('activityReport requires Dotclear 2.2'); 26 26 } 27 27 -
plugins/activityReport/release.txt
r2328 r2749 1 1.0.2 20101112 2 * Fixed install on nightly build 3 1 4 1.0.1 20100608 2 5 * Fixed (again) simultaneous report
Note: See TracChangeset
for help on using the changeset viewer.