Plugin Directory

Changeset 3416487


Ignore:
Timestamp:
12/10/2025 02:08:07 PM (4 months ago)
Author:
itaugustine
Message:

Version 1.0.3

Location:
visitorlog/trunk
Files:
4 added
2 edited

Legend:

Unmodified
Added
Removed
  • visitorlog/trunk/readme.txt

    r3415716 r3416487  
    88Requires at least: 5.7
    99Tested up to:      6.9
    10 Stable tag:        1.0.2
     10Stable tag:        1.0.3
    1111License:           GPLv2 or later
    1212License URI:       https://www.gnu.org/licenses/gpl-3.0.html
     
    150150== Changelog ==
    151151
     152= 1.0.3 =
     153* Release Date - December 10, 2025 *
     154* Translating the plugin into French
     155
    152156= 1.0.2 =
    153157* Release Date - December 9, 2025 *
  • visitorlog/trunk/visitorlog.php

    r3415716 r3416487  
    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.2
     7 * Version:      1.0.3
    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.2' );
     18if ( ! defined( 'VISITORLOG_PLUGIN_VERSION' ) ) define( 'VISITORLOG_PLUGIN_VERSION', '1.0.3' );
    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.