Changeset 29741
- Timestamp:
- Sep 22, 2014, 5:38:02 PM (10 years ago)
- Location:
- extensions/AStat
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/AStat/astat_version.inc.php
r28230 r29741 15 15 if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!'); 16 16 17 define('ASTAT_VERSION', '2.4. 3');18 define('ASTAT_VERSION2', '02.04.0 3');19 define('ASTAT_GPC_NEEDED', '3.5. 2');17 define('ASTAT_VERSION', '2.4.4'); 18 define('ASTAT_VERSION2', '02.04.04'); 19 define('ASTAT_GPC_NEEDED', '3.5.7'); 20 20 ?> -
extensions/AStat/main.inc.php
r28230 r29741 2 2 /* 3 3 Plugin Name: AStat.2 4 Version: 2.4. 34 Version: 2.4.4 5 5 Description: Statistiques avancées / Advanced statistics 6 6 Plugin URI: http://piwigo.org/ext/extension_view.php?eid=172 … … 73 73 | | | 74 74 | 2.4.3 | 2014/04/18 | * Unexpected character in code breaks execution (view by IP) 75 | | | 76 | 2.4.4 | 2014/09/22 | * compatibility with piwigo 2.7 75 77 76 78
Note: See TracChangeset
for help on using the changeset viewer.