Dotclear

Changeset 2756


Ignore:
Timestamp:
11/12/10 17:51:21 (13 years ago)
Author:
JcDenis
Message:

paypalDonation 0.2.1:

  • Fixed install on nightly build
Location:
plugins/paypalDonation
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • plugins/paypalDonation/_define.php

    r2541 r2756  
    1717     /* Description*/         "Easily add PayPal buttons to your blog", 
    1818     /* Author */             "JC Denis", 
    19      /* Version */            '0.2', 
     19     /* Version */            '0.2.1', 
    2020     /* Permissions */        'admin' 
    2121     /* Priority */            
    2222); 
    23      /* date */          #20100812 
     23     /* date */          #20101112 
    2424?> 
  • plugins/paypalDonation/_install.php

    r2541 r2756  
    2323try 
    2424{ 
    25      if (version_compare(DC_VERSION,'2.2-alpha','<')) 
     25     if (version_compare(str_replace("-r","-p",DC_VERSION),'2.2-alpha','<')) 
    2626     { 
    27           throw new Exception('Plugin called paypalDonation requires Dotclear 2.2 or higher.'); 
     27          throw new Exception('paypalDonation requires Dotclear 2.2'); 
    2828     } 
    2929      
  • plugins/paypalDonation/release.txt

    r2541 r2756  
     10.2.1 20101112 
     2 * Fixed install on nightly build 
     3 
    140.2 20100813 
    25 * Fixed typo, options, post form, online help (closes #536) 
Note: See TracChangeset for help on using the changeset viewer.

Sites map