Changeset 3457006
- Timestamp:
- 02/09/2026 11:43:47 AM (7 weeks ago)
- Location:
- admin-safety-guard
- Files:
-
- 4 edited
- 1 copied
-
tags/1.2.2 (copied) (copied from admin-safety-guard/trunk)
-
tags/1.2.2/admin-safety-guard.php (modified) (2 diffs)
-
tags/1.2.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.2.2/admin-safety-guard.php
r3452841 r3457006 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.2. 16 Version: 1.2.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.2. 1' );41 define( 'TPSA_PLUGIN_VERSION', '1.2.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.2.2/readme.txt
r3452841 r3457006 5 5 Tested up to: 6.9 6 6 Requires PHP: 7.0 7 Stable tag: 1.2. 17 Stable tag: 1.2.2 8 8 License: GPLv3 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.html 10 10 11 Secure your WordPress login with Admin Safety Guard: limit login attempts, 2FA, reCAPTCHA, IP blocking, disable XML-RPC, activity tracking, custom login URL, redirects, and branded login styles.11 Admin Safety Guard secures WordPress: limit logins, 2FA, reCAPTCHA, IP block, disable XML-RPC, activity logs, custom URLs and branding. 12 12 13 13 == Description == … … 152 152 == Changelog == 153 153 154 = 1.2.2 – Maintenance Update = 155 * Fixed critical errors and PHP warnings 156 * Improved WordPress coding standards compliance 157 * Optimized long descriptions and code structure 158 * Enhanced stability and performance 159 * General bug fixes and cleanup 160 154 161 = 1.2.1 – Security & Compliance Update = 155 162 * Fixed security issues reported by WordPress Plugin Review Team -
admin-safety-guard/trunk/admin-safety-guard.php
r3452841 r3457006 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.2. 16 Version: 1.2.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.2. 1' );41 define( 'TPSA_PLUGIN_VERSION', '1.2.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
r3452841 r3457006 5 5 Tested up to: 6.9 6 6 Requires PHP: 7.0 7 Stable tag: 1.2. 17 Stable tag: 1.2.2 8 8 License: GPLv3 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.html 10 10 11 Secure your WordPress login with Admin Safety Guard: limit login attempts, 2FA, reCAPTCHA, IP blocking, disable XML-RPC, activity tracking, custom login URL, redirects, and branded login styles.11 Admin Safety Guard secures WordPress: limit logins, 2FA, reCAPTCHA, IP block, disable XML-RPC, activity logs, custom URLs and branding. 12 12 13 13 == Description == … … 152 152 == Changelog == 153 153 154 = 1.2.2 – Maintenance Update = 155 * Fixed critical errors and PHP warnings 156 * Improved WordPress coding standards compliance 157 * Optimized long descriptions and code structure 158 * Enhanced stability and performance 159 * General bug fixes and cleanup 160 154 161 = 1.2.1 – Security & Compliance Update = 155 162 * Fixed security issues reported by WordPress Plugin Review Team
Note: See TracChangeset
for help on using the changeset viewer.