Ignore:
Timestamp:
Nov 29, 2009, 10:33:33 PM (14 years ago)
Author:
grum
Message:

[AMM] feature 1299, feature 1298, feature 1297
Allows to manage access for the 'Admin' users
Users 'Webmaster' aren't managed
AMM don't works properly if a block 'menu' or 'specials' is hidden

File:
1 edited

Legend:

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

    r4390 r4395  
    22/*
    33Plugin Name: Advanced Menu Manager
    4 Version: 2.1.3
     4Version: 2.1.4
    55Description: Gestion avancée du menu / Advanced management of menu
    66Plugin URI: http://piwigo.org
     
    5858|         |            | * mantis: feature 1100
    5959|         |            |   Random picture : compatibility with theme 'montblanc'
    60 |         |            |
    61 |         |            |
    62 |         |            |
    63 |         |            |
    64 |         |            |
     60| 2.1.4   | 2009/11/29 | * mantis: feature 1299
     61|         |            |   Allows to manage access for the 'Admin' users
     62|         |            | * mantis: feature 1298
     63|         |            |   Users 'Webmaster' aren't managed
     64|         |            | * mantis: feature 1297
     65|         |            |   AMM don't works properly if a block 'menu' or
     66|         |            |   'specials' is hidden
    6567|         |            |
    6668|         |            |
     
    8890define('AMM_PATH' , PHPWG_PLUGINS_PATH . AMM_DIR . '/');
    8991
    90 define('AMM_VERSION' , '2.1.3'); //=> ne pas oublier la version dans l'entête !!
     92define('AMM_VERSION' , '2.1.4'); //=> ne pas oublier la version dans l'entête !!
    9193
    9294global $prefixeTable, $page;
Note: See TracChangeset for help on using the changeset viewer.