Changeset 3401254
- Timestamp:
- 11/23/2025 11:49:19 AM (3 months ago)
- Location:
- admin-safety-guard
- Files:
-
- 4 edited
- 1 copied
-
tags/1.1.2 (copied) (copied from admin-safety-guard/trunk)
-
tags/1.1.2/admin-safety-guard.php (modified) (2 diffs)
-
tags/1.1.2/readme.txt (modified) (2 diffs)
-
trunk/admin-safety-guard.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
admin-safety-guard/tags/1.1.2/admin-safety-guard.php
r3399014 r3401254 4 4 Plugin URI: http://themepaste.com/product/themepaste-secure-admin-pro/ 5 5 Description: Secure your WordPress login with Admin safety guard to ensure secured access with limit login attempts, 2FA, reCaptcha, IP Blocking, Disable XML-RPC and activity tracking. 6 Version: 1.1. 06 Version: 1.1.2 7 7 Author: Themepaste Team 8 8 Author URI: http://themepaste.com/ … … 39 39 define( 'TPSA_PLUGIN_FILE', __FILE__ ); 40 40 define( 'TPSA_PREFIX', 'tpsa' ); 41 define( 'TPSA_PLUGIN_VERSION', '1.1. 0' );41 define( 'TPSA_PLUGIN_VERSION', '1.1.2' ); 42 42 define( 'TPSA_PLUGIN_DIRNAME', dirname( TPSA_PLUGIN_FILE ) ); 43 43 define( 'TPSA_PLUGIN_BASENAME', plugin_basename( TPSA_PLUGIN_FILE ) ); -
admin-safety-guard/tags/1.1.2/readme.txt
r3399014 r3401254 5 5 Tested up to: 6.8 6 6 Requires PHP: 7.0 7 Stable tag: 1.1. 07 Stable tag: 1.1.2 8 8 License: GPLv3 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 150 150 == Changelog == 151 151 152 = 1.1.2 = 153 * [fix] - 2FA login cookie session issue when OTP verification completed. 154 * [Improved] - `wp_set_auth_cookie()` now uses correct $remember flag for persistent login. 155 * [Improved] - OTP authentication flow now respects the user's "Remember me" choice. 156 * [new] - Added a phone number field to the in-plugin support form, including country code. 157 152 158 = 1.1.0 = 153 159 * [fix] – Resolved several important WordPress admin warnings. -
admin-safety-guard/trunk/admin-safety-guard.php
r3399014 r3401254 4 4 Plugin URI: http://themepaste.com/product/themepaste-secure-admin-pro/ 5 5 Description: Secure your WordPress login with Admin safety guard to ensure secured access with limit login attempts, 2FA, reCaptcha, IP Blocking, Disable XML-RPC and activity tracking. 6 Version: 1.1. 06 Version: 1.1.2 7 7 Author: Themepaste Team 8 8 Author URI: http://themepaste.com/ … … 39 39 define( 'TPSA_PLUGIN_FILE', __FILE__ ); 40 40 define( 'TPSA_PREFIX', 'tpsa' ); 41 define( 'TPSA_PLUGIN_VERSION', '1.1. 0' );41 define( 'TPSA_PLUGIN_VERSION', '1.1.2' ); 42 42 define( 'TPSA_PLUGIN_DIRNAME', dirname( TPSA_PLUGIN_FILE ) ); 43 43 define( 'TPSA_PLUGIN_BASENAME', plugin_basename( TPSA_PLUGIN_FILE ) ); -
admin-safety-guard/trunk/readme.txt
r3399014 r3401254 5 5 Tested up to: 6.8 6 6 Requires PHP: 7.0 7 Stable tag: 1.1. 07 Stable tag: 1.1.2 8 8 License: GPLv3 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 150 150 == Changelog == 151 151 152 = 1.1.2 = 153 * [fix] - 2FA login cookie session issue when OTP verification completed. 154 * [Improved] - `wp_set_auth_cookie()` now uses correct $remember flag for persistent login. 155 * [Improved] - OTP authentication flow now respects the user's "Remember me" choice. 156 * [new] - Added a phone number field to the in-plugin support form, including country code. 157 152 158 = 1.1.0 = 153 159 * [fix] – Resolved several important WordPress admin warnings.
Note: See TracChangeset
for help on using the changeset viewer.