Changeset 2751
- Timestamp:
- 11/12/10 17:35:55 (13 years ago)
- Location:
- plugins/cinecturlink2
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/cinecturlink2/_define.php
r2454 r2751 23 23 /* Description*/ "Widgets and pages about books, musics, films, blogs you are interested in", 24 24 /* Author */ "JC Denis", 25 /* Version */ '0.6. 2',25 /* Version */ '0.6.3', 26 26 /* Permissions */ 'content' 27 27 ); 28 /* date */ #2010 070728 /* date */ #20101112 29 29 ?> -
plugins/cinecturlink2/_install.php
r2357 r2751 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('cinecturlink2 requires Dotclear 2.2'); 26 26 } 27 27 -
plugins/cinecturlink2/release.txt
r2454 r2751 1 0.6.3 20101112 2 * Fixed install on nightly build 3 1 4 0.6.2 20100707 2 5 * Fixed error on non-existing repository (tks Geraldine)
Note: See TracChangeset
for help on using the changeset viewer.