Changeset 2898719
- Timestamp:
- 04/13/2023 02:30:09 PM (3 years ago)
- Location:
- frontier-restrict-backend/trunk
- Files:
-
- 2 edited
-
frontier-restrict-backend.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
frontier-restrict-backend/trunk/frontier-restrict-backend.php
r2273682 r2898719 5 5 Description: Restrict non-admin users from accessing the backend (admin area) 6 6 Author: finnj 7 Version: 1. 4.07 Version: 1.6.0 8 8 Author URI: http://wpfrontier.com 9 9 */ 10 10 11 define('FRONTIER_RESTRICT_BACKEND_VERSION', "1. 4.0");11 define('FRONTIER_RESTRICT_BACKEND_VERSION', "1.6.0"); 12 12 define('FRONTIER_RESTRICT_BACKEND_DIR', dirname( __FILE__ )); //an absolute path to this directory 13 13 -
frontier-restrict-backend/trunk/readme.txt
r2273682 r2898719 3 3 Donate link: 4 4 Tags: Backend, Access, Admin, Frontier 5 Requires at least: 3.4.0 6 Tested up to: 5.4 7 Stable tag: 1.4.0 5 Requires at least: 6.1 6 Tested up to: 6.2 7 Stable tag: 1.6.0 8 Requires PHP: 7.4.33 8 9 License: GPL v3 or later 9 10 … … 62 63 == Changelog == 63 64 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 64 72 = 1.4.0 = 65 73 * Tested with WP 5.4
Note: See TracChangeset
for help on using the changeset viewer.