Skip to content

Commit

Permalink
new version 2.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
plegall committed Feb 9, 2018
1 parent 3bd6515 commit b58c77a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions astat_version.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!');

define('ASTAT_VERSION', '2.4.4');
define('ASTAT_VERSION2', '02.04.04');
define('ASTAT_VERSION', '2.4.5');
define('ASTAT_VERSION2', '02.04.05');
define('ASTAT_GPC_NEEDED', '3.5.7');
?>
5 changes: 3 additions & 2 deletions main.inc.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/*
Plugin Name: AStat.2
Version: 2.4.4
Version: 2.4.5
Description: Statistiques avancées / Advanced statistics
Plugin URI: http://piwigo.org/ext/extension_view.php?eid=172
Author: grum@piwigo.org
Expand Down Expand Up @@ -74,7 +74,8 @@
| 2.4.3 | 2014/04/18 | * Unexpected character in code breaks execution (view by IP)
| | |
| 2.4.4 | 2014/09/22 | * compatibility with piwigo 2.7
| | |
| 2.4.5 | 2018/02/09 | * bug fix: avoid title overlap
:: TO DO
Expand Down

0 comments on commit b58c77a

Please sign in to comment.