Changeset 3427234
- Timestamp:
- 12/25/2025 11:07:19 AM (3 months ago)
- Location:
- admin-safety-guard
- Files:
-
- 6 edited
- 1 copied
-
tags/1.1.5 (copied) (copied from admin-safety-guard/trunk)
-
tags/1.1.5/admin-safety-guard.php (modified) (2 diffs)
-
tags/1.1.5/app/Classes/Features/Recaptcha.php (modified) (1 diff)
-
tags/1.1.5/readme.txt (modified) (2 diffs)
-
trunk/admin-safety-guard.php (modified) (2 diffs)
-
trunk/app/Classes/Features/Recaptcha.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
admin-safety-guard/tags/1.1.5/admin-safety-guard.php
r3419229 r3427234 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. 46 Version: 1.1.5 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. 4' );41 define( 'TPSA_PLUGIN_VERSION', '1.1.5' ); 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.5/app/Classes/Features/Recaptcha.php
r3419229 r3427234 315 315 316 316 if ( is_wp_error( $response ) ) { 317 error_log( '[TPSA reCAPTCHA] wp_remote_post error: ' . $response->get_error_message() ); 318 error_log( '[TPSA reCAPTCHA] error code: ' . $response->get_error_code() ); 319 317 320 return new WP_Error( 'recaptcha_failed', __( 'Could not contact reCAPTCHA server.', 'tp-secure-plugin' ) ); 318 321 } -
admin-safety-guard/tags/1.1.5/readme.txt
r3419229 r3427234 5 5 Tested up to: 6.8 6 6 Requires PHP: 7.0 7 Stable tag: 1.1. 47 Stable tag: 1.1.5 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.1.5 = 155 * [Maintenance] - Release preparation and version alignment. 156 * [Maintenance] - Internal consistency checks. 157 * [Maintenance] - No code or feature changes in this version. 158 159 154 160 = 1.1.4 = 155 161 * [new] - [New] All Pro features are now available in the free version. -
admin-safety-guard/trunk/admin-safety-guard.php
r3419229 r3427234 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. 46 Version: 1.1.5 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. 4' );41 define( 'TPSA_PLUGIN_VERSION', '1.1.5' ); 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/app/Classes/Features/Recaptcha.php
r3419229 r3427234 315 315 316 316 if ( is_wp_error( $response ) ) { 317 error_log( '[TPSA reCAPTCHA] wp_remote_post error: ' . $response->get_error_message() ); 318 error_log( '[TPSA reCAPTCHA] error code: ' . $response->get_error_code() ); 319 317 320 return new WP_Error( 'recaptcha_failed', __( 'Could not contact reCAPTCHA server.', 'tp-secure-plugin' ) ); 318 321 } -
admin-safety-guard/trunk/readme.txt
r3419229 r3427234 5 5 Tested up to: 6.8 6 6 Requires PHP: 7.0 7 Stable tag: 1.1. 47 Stable tag: 1.1.5 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.1.5 = 155 * [Maintenance] - Release preparation and version alignment. 156 * [Maintenance] - Internal consistency checks. 157 * [Maintenance] - No code or feature changes in this version. 158 159 154 160 = 1.1.4 = 155 161 * [new] - [New] All Pro features are now available in the free version.
Note: See TracChangeset
for help on using the changeset viewer.