Changeset 2756
- Timestamp:
- 11/12/10 17:51:21 (13 years ago)
- Location:
- plugins/paypalDonation
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/paypalDonation/_define.php
r2541 r2756 17 17 /* Description*/ "Easily add PayPal buttons to your blog", 18 18 /* Author */ "JC Denis", 19 /* Version */ '0.2 ',19 /* Version */ '0.2.1', 20 20 /* Permissions */ 'admin' 21 21 /* Priority */ 22 22 ); 23 /* date */ #2010 081223 /* date */ #20101112 24 24 ?> -
plugins/paypalDonation/_install.php
r2541 r2756 23 23 try 24 24 { 25 if (version_compare( DC_VERSION,'2.2-alpha','<'))25 if (version_compare(str_replace("-r","-p",DC_VERSION),'2.2-alpha','<')) 26 26 { 27 throw new Exception(' Plugin called paypalDonation requires Dotclear 2.2 or higher.');27 throw new Exception('paypalDonation requires Dotclear 2.2'); 28 28 } 29 29 -
plugins/paypalDonation/release.txt
r2541 r2756 1 0.2.1 20101112 2 * Fixed install on nightly build 3 1 4 0.2 20100813 2 5 * Fixed typo, options, post form, online help (closes #536)
Note: See TracChangeset
for help on using the changeset viewer.