Changeset 31823


Ignore:
Timestamp:
May 19, 2017, 2:50:41 PM (7 years ago)
Author:
plg
Message:

prepare version 3.2.10

Location:
extensions/AMenuManager
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • extensions/AMenuManager/amm_version.inc.php

    r30625 r31823  
    1515  if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!');
    1616
    17   define('AMM_VERSION',  '3.2.9');
    18   define('AMM_VERSION2', '03.02.09');
     17  define('AMM_VERSION',  '3.2.10');
     18  define('AMM_VERSION2', '03.02.10');
    1919  define('AMM_GPC_NEEDED', '3.5.8');
    2020?>
  • extensions/AMenuManager/main.inc.php

    r30625 r31823  
    22/*
    33Plugin Name: Advanced Menu Manager
    4 Version: 3.2.9
     4Version: 3.2.10
    55Description: Gestion avancée du menu / Advanced management of menu
    66Plugin URI: http://piwigo.org
     
    241241|         |            |
    242242| 3.2.9   | 2014/11/27 | * bug fixed, avoid returning empty value on admin.links.get for accessUsers/accessGroups
     243|         |            |
     244| 3.2.10  | 2017/05/19 | * speed improvement with the new persistent_cache (new in Piwigo 2.7)
     245|         |            | * compatibility PHP 7
     246|         |            | * compatibility MySQL 5.7
    243247
    244248:: TO DO
Note: See TracChangeset for help on using the changeset viewer.