Changeset 3416487
- Timestamp:
- 12/10/2025 02:08:07 PM (4 months ago)
- Location:
- visitorlog/trunk
- Files:
-
- 4 added
- 2 edited
-
languages/visitorlog-de_DE.mo (added)
-
languages/visitorlog-de_DE.po (added)
-
languages/visitorlog-fr_FR.mo (added)
-
languages/visitorlog-fr_FR.po (added)
-
readme.txt (modified) (2 diffs)
-
visitorlog.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
visitorlog/trunk/readme.txt
r3415716 r3416487 8 8 Requires at least: 5.7 9 9 Tested up to: 6.9 10 Stable tag: 1.0. 210 Stable tag: 1.0.3 11 11 License: GPLv2 or later 12 12 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 150 150 == Changelog == 151 151 152 = 1.0.3 = 153 * Release Date - December 10, 2025 * 154 * Translating the plugin into French 155 152 156 = 1.0.2 = 153 157 * Release Date - December 9, 2025 * -
visitorlog/trunk/visitorlog.php
r3415716 r3416487 5 5 * Description: Security management, Anti DDoS, Admin panel protection, Database protection, File system protection, Anti-spam, Statistics, Reports, Tables, Graphs, Logs of your site. A lot of what you need. 6 6 * 7 * Version: 1.0. 27 * Version: 1.0.3 8 8 * Author: IT-Augustine 9 9 * Author URI: https://profiles.wordpress.org/itaugustine/ … … 16 16 if ( ! defined( 'ABSPATH' ) ) exit; 17 17 18 if ( ! defined( 'VISITORLOG_PLUGIN_VERSION' ) ) define( 'VISITORLOG_PLUGIN_VERSION', '1.0. 2' );18 if ( ! defined( 'VISITORLOG_PLUGIN_VERSION' ) ) define( 'VISITORLOG_PLUGIN_VERSION', '1.0.3' ); 19 19 if ( ! defined( 'VISITORLOG_DB_VERSION' ) ) define( 'VISITORLOG_DB_VERSION', '1.0.1' ); 20 20 if ( ! defined( 'VISITORLOG_PLUGIN_FILE' ) ) define( 'VISITORLOG_PLUGIN_FILE', __FILE__ );
Note: See TracChangeset
for help on using the changeset viewer.