Changeset 2761
- Timestamp:
- 11/12/10 18:13:54 (13 years ago)
- Location:
- plugins/dcQRcode
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/dcQRcode/_define.php
r2317 r2761 17 17 /* Description*/ "Use QR code on your blog", 18 18 /* Author */ "JC Denis", 19 /* Version */ '0.7 ',19 /* Version */ '0.7.1', 20 20 /* Permissions */ 'admin' 21 21 ); 22 /* date */ #2010 60622 /* date */ #20101112 23 23 ?> -
plugins/dcQRcode/_install.php
r2317 r2761 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('dcQRcode requires Dotclear 2.2'); -
plugins/dcQRcode/release.txt
r2317 r2761 1 0.7.1 20101112 2 * Fixed install on nightly build 3 1 4 0.7 20100606 2 5 * Switched to DC 2.2
Note: See TracChangeset
for help on using the changeset viewer.