Plugin Directory

Changeset 3417605


Ignore:
Timestamp:
12/11/2025 05:06:29 PM (4 months ago)
Author:
itaugustine
Message:

Version 1.0.5

Location:
visitorlog/trunk
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • visitorlog/trunk/readme.txt

    r3416609 r3417605  
    88Requires at least: 5.7
    99Tested up to:      6.9
    10 Stable tag:        1.0.4
     10Stable tag:        1.0.5
    1111License:           GPLv2 or later
    1212License URI:       https://www.gnu.org/licenses/gpl-3.0.html
     
    6767  • deleting all comments from the database;
    6868  • 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.
    7269
    7370= Documentation =
     
    150147== Changelog ==
    151148
     149= 1.0.5 =
     150* Release Date - December 12, 2025 *
     151* Translating the plugin into Chinese
     152
    152153= 1.0.4 =
    153154* Release Date - December 11, 2025 *
  • visitorlog/trunk/visitorlog.php

    r3416609 r3417605  
    55 * 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.   
    66 *
    7  * Version:      1.0.4
     7 * Version:      1.0.5
    88 * Author:       IT-Augustine
    99 * Author URI:   https://profiles.wordpress.org/itaugustine/
     
    1616if ( ! defined( 'ABSPATH' ) ) exit;
    1717
    18 if ( ! defined( 'VISITORLOG_PLUGIN_VERSION' ) ) define( 'VISITORLOG_PLUGIN_VERSION', '1.0.4' );
     18if ( ! defined( 'VISITORLOG_PLUGIN_VERSION' ) ) define( 'VISITORLOG_PLUGIN_VERSION', '1.0.5' );
    1919if ( ! defined( 'VISITORLOG_DB_VERSION' ) )     define( 'VISITORLOG_DB_VERSION',     '1.0.1' );
    2020if ( ! defined( 'VISITORLOG_PLUGIN_FILE' ) )    define( 'VISITORLOG_PLUGIN_FILE', __FILE__ );
Note: See TracChangeset for help on using the changeset viewer.