Changeset 3409452
- Timestamp:
- 12/03/2025 12:16:08 PM (4 months ago)
- File:
-
- 1 edited
-
visitorlog/trunk/visitorlog.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
visitorlog/trunk/visitorlog.php
r3402679 r3409452 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. 07 * Version: 1.0.1 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. 0' );18 if ( ! defined( 'VISITORLOG_PLUGIN_VERSION' ) ) define( 'VISITORLOG_PLUGIN_VERSION', '1.0.1' ); 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.