Plugin Directory

Changeset 2981125


Ignore:
Timestamp:
10/19/2023 10:42:45 AM (2 years ago)
Author:
apsaraaruna
Message:

tested with 1.0.2

Location:
admin-allow-by-ip/tags/1.0.2
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • admin-allow-by-ip/tags/1.0.2/README.md

    r2593835 r2981125  
    55Requires at least: 5.0
    66Requires PHP: 5.6+
    7 Tested up to: 5.8
    8 Stable tag: 1.0.1
     7Tested up to: 6.3.2
     8Stable tag: 1.0.2
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • admin-allow-by-ip/tags/1.0.2/README.txt

    r2593835 r2981125  
    55Requires at least: 5.0
    66Requires PHP: 5.6+
    7 Tested up to: 5.8
    8 Stable tag: 1.0.1
     7Tested up to: 6.3.2
     8Stable tag: 1.0.2
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • admin-allow-by-ip/tags/1.0.2/admin-allow-by-ip.php

    r2593836 r2981125  
    1010 *
    1111 * @link    https://profiles.wordpress.org/apsaraaruna/
    12  * @since   1.0.1
     12 * @since   1.0.2
    1313 * @package Admin_Allow_By_Ip
    1414 *
     
    1717 * Plugin URI:        admin-allow-by-ip
    1818 * Description:       Protect you wp-admin from hackers! You can allow wp-admin for specific IP(s). make sure you have static IP.
    19  * Version:           1.0.1
     19 * Version:           1.0.2
    2020 * Author:            Apsara Aruna
    2121 * Author URI:        https://profiles.wordpress.org/apsaraaruna/
     
    3636 * Rename this for your plugin and update it as you release new versions.
    3737 */
    38 define('ADMIN_ALLOW_BY_IP_VERSION', '1.0.0');
     38define('ADMIN_ALLOW_BY_IP_VERSION', '1.0.2');
    3939
    4040/**
Note: See TracChangeset for help on using the changeset viewer.