Changeset 3469195
- Timestamp:
- 02/25/2026 08:44:25 AM (5 weeks ago)
- Location:
- admin-safety-guard
- Files:
-
- 6 edited
- 1 copied
-
tags/1.2.4 (copied) (copied from admin-safety-guard/trunk)
-
tags/1.2.4/admin-safety-guard.php (modified) (2 diffs)
-
tags/1.2.4/assets/admin/js/deactivate.js (modified) (1 diff)
-
tags/1.2.4/readme.txt (modified) (2 diffs)
-
trunk/admin-safety-guard.php (modified) (2 diffs)
-
trunk/assets/admin/js/deactivate.js (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
admin-safety-guard/tags/1.2.4/admin-safety-guard.php
r3467403 r3469195 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. 36 Version: 1.2.4 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. 3' );41 define( 'TPSA_PLUGIN_VERSION', '1.2.4' ); 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.4/assets/admin/js/deactivate.js
r3467403 r3469195 75 75 }), 76 76 success: function (response) { 77 console.log('Feedback sent:', response); 78 // window.location.href = deactivateUrl; 77 window.location.href = deactivateUrl; 79 78 }, 80 79 error: function (error) { 81 console.log('API Error:', error);82 80 // Always deactivate even if API fails 83 //window.location.href = deactivateUrl;81 window.location.href = deactivateUrl; 84 82 }, 85 83 }); -
admin-safety-guard/tags/1.2.4/readme.txt
r3467403 r3469195 5 5 Tested up to: 6.9 6 6 Requires PHP: 7.0 7 Stable tag: 1.2. 37 Stable tag: 1.2.4 8 8 License: GPLv3 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 152 152 == Changelog == 153 153 154 = 1.2.4 – Maintenance Update = 155 * Deactivation issue fixed 156 154 157 = 1.2.3 – Maintenance Update = 155 158 * Enhanced stability and performance -
admin-safety-guard/trunk/admin-safety-guard.php
r3467403 r3469195 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. 36 Version: 1.2.4 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. 3' );41 define( 'TPSA_PLUGIN_VERSION', '1.2.4' ); 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/assets/admin/js/deactivate.js
r3467403 r3469195 75 75 }), 76 76 success: function (response) { 77 console.log('Feedback sent:', response); 78 // window.location.href = deactivateUrl; 77 window.location.href = deactivateUrl; 79 78 }, 80 79 error: function (error) { 81 console.log('API Error:', error);82 80 // Always deactivate even if API fails 83 //window.location.href = deactivateUrl;81 window.location.href = deactivateUrl; 84 82 }, 85 83 }); -
admin-safety-guard/trunk/readme.txt
r3467403 r3469195 5 5 Tested up to: 6.9 6 6 Requires PHP: 7.0 7 Stable tag: 1.2. 37 Stable tag: 1.2.4 8 8 License: GPLv3 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 152 152 == Changelog == 153 153 154 = 1.2.4 – Maintenance Update = 155 * Deactivation issue fixed 156 154 157 = 1.2.3 – Maintenance Update = 155 158 * Enhanced stability and performance
Note: See TracChangeset
for help on using the changeset viewer.