Changeset 12150 for extensions


Ignore:
Timestamp:
Sep 13, 2011, 10:02:11 PM (13 years ago)
Author:
Eric
Message:

New alpha version hard coded : 2.3.0a (for test with Piwigo 2.3.0RC only)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/HistoryIPExcluder/trunk/main.inc.php

    r10978 r12150  
    22/*
    33Plugin Name: History IP Excluder
    4 Version: 2.2.3
     4Version: 2.3.0a
    55Description: Permet l'exclusion d'une IP ou d'une plage d'IP de l'historique et de les blacklister à l'inscription / Excludes one IP or a range of IP from the history and to blacklist them on registration
    66Plugin URI: http://piwigo.org/ext/extension_view.php?eid=147
     
    3232
    33332.2.3             - Improved update mechanism. When no structural update of database is necessary, it sets the correct version number in plugin's configuration
     34
     352.3.0a            - Piwigo 2.3.0 compliant (alpha release for Piwigo 2.3.0RC)
     36                  - Use data serialization for database storage
     37                  - Use pwg_db_real_escape_string() instead of addslashes()
    3438--------------------------------------------------------------------------------
    3539*/
Note: See TracChangeset for help on using the changeset viewer.