Ignore:
Timestamp:
Jul 27, 2009, 12:01:10 PM (15 years ago)
Author:
grum
Message:

Update AMM 2.1.1 - bug resolved + improvement
See main.inc.php file for details

File:
1 edited

Legend:

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

    r3683 r3690  
    22/*
    33Plugin Name: Advanced Menu Manager
    4 Version: 2.1.0
     4Version: 2.1.1
    55Description: Gestion avancée du menu / Advanced management of menu
    66Plugin URI: http://piwigo.org
     
    3232|         |            |   (cf. post:107877 on french forum)
    3333|         |            |   (cf. topic:14374 on french forum)
     34| 2.1.1   | 2009/07/27 | * random picture is preloaded before the first ajax call
     35|         |            |   assuming the display of a thumbnail even if javascript
     36|         |            |   is disabled on the browser
     37|         |            |   (cf. post:116807 on french forum)
     38|         |            | * give the possibility to choose between an automatic
     39|         |            |   and a fixed height for the block menu
     40|         |            |   (cf. post:116804 on french forum)
     41|         |            | * compatibility with Sylvia theme
     42|         |            |   (cf. post:116800 on french forum)
     43|         |            |
    3444|         |            |
    3545|         |            |
     
    6070define('AMM_PATH' , PHPWG_PLUGINS_PATH . AMM_DIR . '/');
    6171
    62 define('AMM_VERSION' , '2.1.0'); // => ne pas oublier la version dans l'entête !!
     72define('AMM_VERSION' , '2.1.1'); // => ne pas oublier la version dans l'entête !!
    6373
    6474global $prefixeTable, $page;
Note: See TracChangeset for help on using the changeset viewer.