Plugin Directory

Changeset 3409452


Ignore:
Timestamp:
12/03/2025 12:16:08 PM (4 months ago)
Author:
itaugustine
Message:

Version 1.0.1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • visitorlog/trunk/visitorlog.php

    r3402679 r3409452  
    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.0
     7 * Version:      1.0.1
    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.0' );
     18if ( ! defined( 'VISITORLOG_PLUGIN_VERSION' ) ) define( 'VISITORLOG_PLUGIN_VERSION', '1.0.1' );
    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.