Skip to content

Commit

Permalink
Update release to 2.2.1 - fix minor bug in the display
Browse files Browse the repository at this point in the history
git-svn-id: http://piwigo.org/svn/extensions/AStat@5801 68402e56-0260-453c-a942-63ccdbb3a9ee
  • Loading branch information
grum committed Apr 11, 2010
1 parent 62556f3 commit d76add2
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
1 change: 0 additions & 1 deletion admin/astat_admin.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@


<div style="position:relative;top:-24px;clear:right;">
{$tabsheet}

{if isset($datas)}
<p>{$datas.ASTAT_NFO_STAT}</p>
Expand Down
4 changes: 2 additions & 2 deletions astat_version.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@

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

define('ASTAT_VERSION', '2.2.0');
define('ASTAT_VERSION2', '02.02.00');
define('ASTAT_VERSION', '2.2.1');
define('ASTAT_VERSION2', '02.02.01');
?>
13 changes: 12 additions & 1 deletion main.inc.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/*
Plugin Name: AStat.2
Version: 2.2.0
Version: 2.2.1
Description: Statistiques avancées / Advanced statistics
Plugin URI: http://phpwebgallery.net/ext/extension_view.php?eid=172
Author: grum@piwigo.org
Expand All @@ -23,30 +23,41 @@
| release | date |
| 2.0.0 | 2007/05/07 | * release for piwigo 2.0
| | |
| 2.0.1 | 2008/03/01 | * bug corrected (can't open file because plugin directory
| | | was hardcoded...)
| | |
| 2.0.2 | 2008/03/09 | * bug referenced
| | | english forum : http://piwigo.org/forum/viewtopic.php?pid=105990#p105990
| | | french forum : http://fr.piwigo.org/forum/viewtopic.php?pid=107205#p107205
| | | SQL request for stat by categories works with mySQL 4.1.22 and not with mySQL 5
| | |
| 2.0.3 | 2008/03/28 | * bug referenced
| | | french forum : http://fr.piwigo.org/forum/viewtopic.php?pid=107236#p107236
| | | SQL request for stat by categories works with mySQL 4.1.22 and not with mySQL 5
| | |
| 2.0.4 | 2009/05/21 | * bug on tools
| | | it was not possible to use tools to manage deleted items
| | |
| 2.0.5 | 2009/07/07 | * bug in code - invalid character on line 2194
| | |
| 2.1.0 | 2009/07/28 | * add a blacklist for IP and use it for stats
| | | * new tools
| | | - possibility to purge history on blacklisted IP address
| | | - use of jQuery datepicker for purge date
| | |
| 2.1.1 | 2009/11/15 | * bug on tools (cf. bug #1242 in mantis)
| | | it was impossible to purge items in history due to an invalid regexp in the javascript
| | |
| 2.2.0 | 2010/03/28 | * release for compatibility with Piwigo 2.1
| | | * mantis: bug 1192
| | | Constant already defined when deactivating the plugin
| | | * mantis: bug 1344
| | | In tools, it's allowed to do purge only if checkbox is not checked
| | |
| 2.2.1 | 2010/04/11 | * Fixed a minor bug in the display
| | | * add languages:
| | | . it_IT
| | |
| | |
| | |
Expand Down

0 comments on commit d76add2

Please sign in to comment.