Dotclear

Changeset 2749


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

activityReport 1.0.2:

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

Legend:

Unmodified
Added
Removed
  • plugins/activityReport/_define.php

    r2328 r2749  
    1717     /* Description*/         "Receive your blog activity by email, feed, or on dashboard", 
    1818     /* Author */             "JC Denis", 
    19      /* Version */            '1.0.1', 
     19     /* Version */            '1.0.2', 
    2020     /* Permissions */        'admin', 
    2121     /* Priority */           -1000000  
    2222); 
    23      /* date */          #20100608 
     23     /* date */          #20101112 
    2424?> 
  • plugins/activityReport/_install.php

    r2315 r2749  
    2121{ 
    2222     # 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','<')) 
    2424     { 
    25           throw new Exception('translater requires Dotclear 2.2'); 
     25          throw new Exception('activityReport requires Dotclear 2.2'); 
    2626     } 
    2727      
  • plugins/activityReport/release.txt

    r2328 r2749  
     11.0.2 20101112 
     2 * Fixed install on nightly build 
     3 
    141.0.1 20100608 
    25 * Fixed (again) simultaneous report 
Note: See TracChangeset for help on using the changeset viewer.

Sites map