Changeset 3417605
- Timestamp:
- 12/11/2025 05:06:29 PM (4 months ago)
- Location:
- visitorlog/trunk
- Files:
-
- 2 added
- 2 edited
-
languages/visitorlog-zh_CN.mo (added)
-
languages/visitorlog-zh_CN.po (added)
-
readme.txt (modified) (3 diffs)
-
visitorlog.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
visitorlog/trunk/readme.txt
r3416609 r3417605 8 8 Requires at least: 5.7 9 9 Tested up to: 6.9 10 Stable tag: 1.0. 410 Stable tag: 1.0.5 11 11 License: GPLv2 or later 12 12 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 67 67 • deleting all comments from the database; 68 68 • Cron, a log of scheduled tasks. 69 70 = Localization =71 The plugin code is executed taking into account the possibility of translating messages into different languages.72 69 73 70 = Documentation = … … 150 147 == Changelog == 151 148 149 = 1.0.5 = 150 * Release Date - December 12, 2025 * 151 * Translating the plugin into Chinese 152 152 153 = 1.0.4 = 153 154 * Release Date - December 11, 2025 * -
visitorlog/trunk/visitorlog.php
r3416609 r3417605 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. 47 * Version: 1.0.5 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. 4' );18 if ( ! defined( 'VISITORLOG_PLUGIN_VERSION' ) ) define( 'VISITORLOG_PLUGIN_VERSION', '1.0.5' ); 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.