Changeset 29336


Ignore:
Timestamp:
Aug 31, 2014, 5:36:03 PM (10 years ago)
Author:
Eric
Message:

Next version will be 2.70.0 :
Compatibility with Piwigo 2.7
fix preg_replace(): The /e modifier is deprecated (thx to mistic100)
Update pt_BR, thanks to : flaviove, oigreslima and msakik

Location:
extensions/UserAdvManager/trunk
Files:
2 edited

Legend:

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

    r27540 r29336  
    466466-- 2.51.1 : Bug 2986 rollback - The fix is not working well. A special notice is added in administration panel
    467467
    468 -- 2.6.0 : Compatibility with Piwigo 2.6
     468-- 2.60.0 : Compatibility with Piwigo 2.6
    469469           HTML5 recommandation improvement
    470470           New tablesorter and tablesorter.pager jquery plugin
     
    481481           Update el_GR, thanks to : bas_alba
    482482
    483 -- 2.6.1 : Fix bug with UAM module in PWG_Stuff (thx to Gabeek for reporting)
     483-- 2.60.1 : Fix bug with UAM module in PWG_Stuff (thx to Gabeek for reporting)
    484484           Obsolete translation keys cleanup
    485485           Update el_GR, thanks to : bas_alba
     
    490490           Update es_ES, thanks to : jpr928
    491491
    492 -- 2.6.2 : Update da_DK, thanks to : Kaare
     492-- 2.60.2 : Update da_DK, thanks to : Kaare
    493493           Update ru_RU, thanks to : Konve
    494494           Update sk_SK, thanks to : JoeKundlak
     
    496496           Update pt_BR, thanks to : flaviove
    497497
     498-- 2.70.0 : Compatibility with Piwigo 2.7
     499            fix preg_replace(): The /e modifier is deprecated (thx to mistic100)
     500            Update pt_BR, thanks to : flaviove, oigreslima and msakik
    498501*/
    499502?>
  • extensions/UserAdvManager/trunk/maintain.inc.php

    r25092 r29336  
    1212
    1313
    14 function plugin_install()
     14function plugin_install($id, $version, &$errors)
    1515{
    1616        global $conf;
     
    220220
    221221
    222 function plugin_activate()
     222function plugin_activate($id, $version, &$errors)
    223223{
    224224  global $conf;
Note: See TracChangeset for help on using the changeset viewer.