Plugin Directory

Changeset 2898719


Ignore:
Timestamp:
04/13/2023 02:30:09 PM (3 years ago)
Author:
finnj
Message:

Version 1.6.0

Location:
frontier-restrict-backend/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • frontier-restrict-backend/trunk/frontier-restrict-backend.php

    r2273682 r2898719  
    55Description: Restrict non-admin users from accessing the backend (admin area)
    66Author: finnj
    7 Version: 1.4.0
     7Version: 1.6.0
    88Author URI: http://wpfrontier.com
    99*/
    1010
    11 define('FRONTIER_RESTRICT_BACKEND_VERSION', "1.4.0");
     11define('FRONTIER_RESTRICT_BACKEND_VERSION', "1.6.0");
    1212define('FRONTIER_RESTRICT_BACKEND_DIR', dirname( __FILE__ )); //an absolute path to this directory
    1313
  • frontier-restrict-backend/trunk/readme.txt

    r2273682 r2898719  
    33Donate link:
    44Tags: Backend, Access, Admin, Frontier 
    5 Requires at least: 3.4.0
    6 Tested up to: 5.4
    7 Stable tag: 1.4.0
     5Requires at least: 6.1
     6Tested up to: 6.2
     7Stable tag: 1.6.0
     8Requires PHP:  7.4.33
    89License: GPL v3 or later
    910 
     
    6263== Changelog ==
    6364
     65= 1.6.0 =
     66* Tested with WP 6.2
     67* Tested with PHP 8
     68
     69= 1.4.1 =
     70* Tested with WP 5.8
     71
    6472= 1.4.0 =
    6573* Tested with WP 5.4
Note: See TracChangeset for help on using the changeset viewer.