Changeset 2981947
- Timestamp:
- 10/21/2023 08:07:23 AM (2 years ago)
- Location:
- lock-user-account/trunk
- Files:
-
- 3 edited
-
includes/class-user-meta.php (modified) (1 diff)
-
lock-user-account.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lock-user-account/trunk/includes/class-user-meta.php
r2959610 r2981947 71 71 public function process_lock_action(){ 72 72 73 if ( isset( $_GET['_wpnonce'] ) && ! empty( $_GET['_wpnonce'] ) && wp_get_referer() == '/wp-admin/users.php'){73 if ( isset( $_GET['_wpnonce'] ) && ! empty( $_GET['_wpnonce'] ) && strpos( wp_get_referer(), '/wp-admin/users.php' ) === 0 ){ 74 74 $action = filter_input( INPUT_GET, 'action', FILTER_SANITIZE_STRING ); 75 75 -
lock-user-account/trunk/lock-user-account.php
r2959610 r2981947 4 4 * Plugin URI: http://teknigar.com 5 5 * Description: Lock user accounts with custom message 6 * Version: 1.0. 46 * Version: 1.0.5 7 7 * Author: teknigar 8 8 * Author URI: http://teknigar.com -
lock-user-account/trunk/readme.txt
r2962743 r2981947 3 3 Tags: lock account, wordpress user accounts, lock user, users, block user, disable user 4 4 Requires at least: 4.3 5 Tested up to: 6.3. 16 Stable tag: 1.0. 45 Tested up to: 6.3.2 6 Stable tag: 1.0.5 7 7 License: GPLv2 or later 8 8 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 60 60 Added security patch 61 61 62 = 1.0.5 = 63 Fixed a logical issue with Lock/Unlock users 64 62 65 == Upgrade Notice == 63 66 64 = 1.0. 4=65 Updated version 67 = 1.0.5 = 68 Fixed a logical issue
Note: See TracChangeset
for help on using the changeset viewer.