Changeset 29337


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

Next version will be 2.7.0 : Compatibility with Piwigo 2.7

Location:
extensions/Register_FluxBB
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • extensions/Register_FluxBB/changelog.txt.php

    r26860 r29337  
    165165       - Update pt_PT, thanks to : ANO
    166166       - Add sk_SK, thanks to : Jimako
    167          
     167
     1682.7.0  - Compatibility with Piwigo 2.7
     169       - Update sk_SK, thanks to : JoeKundlak
     170       - Update it_IT, thanks to : Ericnet
    168171*/
    169172?>
  • extensions/Register_FluxBB/maintain.inc.php

    r22091 r29337  
    88include_once (REGFLUXBB_PATH.'include/functions.inc.php');
    99
    10 function plugin_install()
     10function plugin_install($id, $version, &$errors)
    1111{
    1212  global $prefixeTable, $conf;
     
    6464}
    6565
    66 function plugin_activate()
     66function plugin_activate($id, $version, &$errors)
    6767{
    6868  global $conf;
Note: See TracChangeset for help on using the changeset viewer.