Plugin Directory

Changeset 3121716


Ignore:
Timestamp:
07/18/2024 08:20:52 PM (21 months ago)
Author:
denisaleman
Message:

v1.0.3

Location:
power-captcha-recaptcha/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • power-captcha-recaptcha/trunk/inc/admin.php

    r3031256 r3121716  
    438438
    439439    if ( ! pwrcap_is_setup_complete() ) {
    440         $message = __( 'Thank you for installing Power Catcha 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' );
    441441        $button  = __( 'Complete Setup', 'power-captcha-recaptcha' );
    442442    } else {
    443         $message = __( 'Thank you for installing Power Catcha reCAPTCHA!', 'power-captcha-recaptcha' );
     443        $message = __( 'Thank you for installing Power Captcha reCAPTCHA!', 'power-captcha-recaptcha' );
    444444        $button  = false;
    445445    }
  • power-captcha-recaptcha/trunk/power-captcha-recaptcha.php

    r3110748 r3121716  
    33 * Plugin Name:       Power Captcha reCAPTCHA
    44 * Plugin URI:        https://wordpress.org/plugins/power-captcha-recaptcha/
    5  * Version:           1.0.2
     5 * Version:           1.0.3
    66 * Description:       Google reCAPTCHA integration for WordPress and WooCommerce.
    77 * Author:            Denis Alemán
    88 * Author URI:        https://denisaleman.com/
    99 * Requires at least: 5.0
    10  * Tested up to:      6.5.5
     10 * Tested up to:      6.6
    1111 * WC tested up to:   8.9.3
    1212 * Requires PHP:      5.5
     
    1717 *
    1818 * @package   PowerCaptchaReCaptcha
    19  * @version   1.0.2
     19 * @version   1.0.3
    2020 * @author    Denis Alemán
    2121 * @copyright 2023-2024 Denis Alemán
     
    2727}
    2828
    29 define( 'PWRCAP_VERSION', '1.0.2' );
     29define( 'PWRCAP_VERSION', '1.0.3' );
    3030define( 'PWRCAP_BASENAME', plugin_basename( __FILE__ ) );
    3131define( 'PWRCAP_PLUGIN_FILE', __FILE__ );
  • power-captcha-recaptcha/trunk/readme.txt

    r3110748 r3121716  
    44Tags: captcha, comment reCAPTCHA, google recaptcha, login recaptcha, recaptcha
    55Requires at least: 5.0
    6 Tested up to: 6.5.5
    7 Stable tag: 1.0.2
     6Tested up to: 6.6
     7Stable tag: 1.0.3
    88Requires PHP: 5.5
    99License: GPLv3
     
    7878* Tested up to 6.5.5
    7979* 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.