Changeset 18479


Ignore:
Timestamp:
Oct 5, 2012, 9:06:20 PM (12 years ago)
Author:
Eric
Message:

Next version should be 2.41.0 instead of 2.40.6 because there're too much structural modifications in code, database and files removed.

Location:
extensions/UserAdvManager/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • extensions/UserAdvManager/trunk/changelog.txt.php

    r18275 r18479  
    340340            Update it_IT, thanks to : Ericnet and virgigiole
    341341
    342 -- 2.40.6 : Bug 2744 fixed - User connexion rejection does not work if no group/status/privacy is set
    343                                                       Bug 2749 fixed - regex meta-characters are usable in character exclusion in usernames
    344             New unvalidated user controls more efficient
     342-- 2.41.0 : Bug 2744 fixed - User connexion rejection does not work if no group/status/privacy is set
     343            Bug 2749 fixed - regex meta-characters are usable in character exclusion in usernames
     344            New unvalidated user controls are more efficient
    345345            Get admins emails instead of webmaster's for sending validation email
    346346            rejected.php, ConfirmMail.php, GT_del_account.php and USR_del_account.php (and associated templates)are no more used. All messages are displayed on Piwigo's main page
    347             TODO - New simplifed administration panel
     347            New simplifed administration panel (thx to flop25 !)
    348348            Update es_ES, thanks to : jpr928
    349349            Update el_GR, thanks to : bas_alba
     350            Update lv_LV, thanks to : agrisans
     351            Update de_DE, thanks to : Yogie
     352            Update it_IT, thanks to : salvatore
     353           
    350354*/
    351355?>
  • extensions/UserAdvManager/trunk/include/upgradedb.inc.php

    r18159 r18479  
    625625
    626626
    627 /* upgrade from 2.40.x to 2.40.6 */
    628 /* ***************************** */
    629 function upgrade_2400_2406()
     627/* upgrade from 2.40.x to 2.41.0 */
     628/* ***************************** */
     629function upgrade_2400_2410()
    630630{
    631631  global $conf;
  • extensions/UserAdvManager/trunk/maintain.inc.php

    r18159 r18479  
    398398    }
    399399
    400     if (version_compare($conf['UserAdvManager_Version'], '2.40.6') < 0)
    401     {
    402     /* upgrade from version 2.40.x to 2.40.6 */
    403     /* ************************************* */
    404       upgrade_2400_2406();
     400    if (version_compare($conf['UserAdvManager_Version'], '2.41.0') < 0)
     401    {
     402    /* upgrade from version 2.40.x to 2.41.0 */
     403    /* ************************************* */
     404      upgrade_2400_2410();
    405405    }
    406406  }
Note: See TracChangeset for help on using the changeset viewer.