Changeset 3121716
- Timestamp:
- 07/18/2024 08:20:52 PM (21 months ago)
- Location:
- power-captcha-recaptcha/trunk
- Files:
-
- 3 edited
-
inc/admin.php (modified) (1 diff)
-
power-captcha-recaptcha.php (modified) (3 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
power-captcha-recaptcha/trunk/inc/admin.php
r3031256 r3121716 438 438 439 439 if ( ! pwrcap_is_setup_complete() ) { 440 $message = __( 'Thank you for installing Power Ca tcha reCAPTCHA! Complete setup to start protecting your site now.', 'power-captcha-recaptcha' );440 $message = __( 'Thank you for installing Power Captcha reCAPTCHA! Complete setup to start protecting your site now.', 'power-captcha-recaptcha' ); 441 441 $button = __( 'Complete Setup', 'power-captcha-recaptcha' ); 442 442 } else { 443 $message = __( 'Thank you for installing Power Ca tcha reCAPTCHA!', 'power-captcha-recaptcha' );443 $message = __( 'Thank you for installing Power Captcha reCAPTCHA!', 'power-captcha-recaptcha' ); 444 444 $button = false; 445 445 } -
power-captcha-recaptcha/trunk/power-captcha-recaptcha.php
r3110748 r3121716 3 3 * Plugin Name: Power Captcha reCAPTCHA 4 4 * Plugin URI: https://wordpress.org/plugins/power-captcha-recaptcha/ 5 * Version: 1.0. 25 * Version: 1.0.3 6 6 * Description: Google reCAPTCHA integration for WordPress and WooCommerce. 7 7 * Author: Denis Alemán 8 8 * Author URI: https://denisaleman.com/ 9 9 * Requires at least: 5.0 10 * Tested up to: 6. 5.510 * Tested up to: 6.6 11 11 * WC tested up to: 8.9.3 12 12 * Requires PHP: 5.5 … … 17 17 * 18 18 * @package PowerCaptchaReCaptcha 19 * @version 1.0. 219 * @version 1.0.3 20 20 * @author Denis Alemán 21 21 * @copyright 2023-2024 Denis Alemán … … 27 27 } 28 28 29 define( 'PWRCAP_VERSION', '1.0. 2' );29 define( 'PWRCAP_VERSION', '1.0.3' ); 30 30 define( 'PWRCAP_BASENAME', plugin_basename( __FILE__ ) ); 31 31 define( 'PWRCAP_PLUGIN_FILE', __FILE__ ); -
power-captcha-recaptcha/trunk/readme.txt
r3110748 r3121716 4 4 Tags: captcha, comment reCAPTCHA, google recaptcha, login recaptcha, recaptcha 5 5 Requires at least: 5.0 6 Tested up to: 6. 5.57 Stable tag: 1.0. 26 Tested up to: 6.6 7 Stable tag: 1.0.3 8 8 Requires PHP: 5.5 9 9 License: GPLv3 … … 78 78 * Tested up to 6.5.5 79 79 * Screenshots added. 80 81 = 1.0.3 (2024-07-18) = 82 * Tested up to 6.6 83 * Typo fixed.
Note: See TracChangeset
for help on using the changeset viewer.