Skip to content

Commit

Permalink
1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Elliot committed Jan 15, 2025
1 parent fe3715f commit 63b1c66
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 7 deletions.
6 changes: 3 additions & 3 deletions admin-options.php
Original file line number Diff line number Diff line change
Expand Up @@ -349,9 +349,9 @@ function rcfwc_settings_page() {

</div>

<br/><br/>
<br/>

<div class="rfw-admin-promo" style="background: #f9f9f9; border: 1px solid #e5e5e5; border-radius: 10px; padding: 15px 25px; display: inline-block;">
<div class="rfw-admin-promo">

<p style="font-size: 15px; font-weight: bold;"><?php echo __( 'Check out our other plugins:', 'recaptcha-woo' ); ?></p>

Expand All @@ -367,7 +367,7 @@ function rcfwc_settings_page() {

<p style="font-size: 15px;">- <a href="https://relywp.com/plugins/ai-text-to-speech/?utm_campaign=recaptcha-woo-plugin&utm_source=plugin-settings&utm_medium=promo" target="_blank"><?php echo __( 'AI Text to Speech', 'recaptcha-woo' ); ?></a> - <?php echo __( 'Generate and display an AI audio version of your posts.', 'recaptcha-woo' ); ?></p>

</div>
<br/><br/><br/>

</form>
</div>
Expand Down
12 changes: 10 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: recaptcha,woocommerce,checkout,spam,protect
Donate link: https://www.paypal.com/donate/?hosted_button_id=RX28BBH7L5XDS
Requires at least: 4.7
Tested up to: 6.7.1
Stable Tag: 1.3.6
Stable Tag: 1.4.1
License: GPLv3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html

Expand All @@ -20,7 +20,7 @@ You can currently enable the reCAPTCHA on the following forms:

**WooCommerce**

* Checkout
* Checkout (Shortcode & Block)
* Login Form
* Registration Form
* Password Reset Form
Expand Down Expand Up @@ -68,6 +68,14 @@ Want a user-friendly, privacy-preserving reCAPTCHA alternative? Check out the <a

== Changelog ==

= Version 1.4.1 - 15th January 2025 =
- Fix: Fixed an issue with saving the "Load scripts on all pages?" option.

= Version 1.4.0 - 17th December 2024 =
- New: Added Checkout block and Store API support. (Thanks [@senadir](https://github.com/senadir))
- Fix: Fixed an issue with reCAPTCHA re-rendering when it does not need to in some cases, on WooCommerce checkout.
- Other: Tested with WooCommerce 9.4.3

= Version 1.3.6 - 29th November 2024 =
- Fix: Fixed an issue with saving the "Load scripts on all pages?" option.

Expand Down
4 changes: 2 additions & 2 deletions recaptcha-woo.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
/**
* Plugin Name: reCAPTCHA for WooCommerce
* Description: Add Google reCAPTCHA to your WooCommerce Checkout, Login, and Registration Forms.
* Version: 1.3.6
* Version: 1.4.1
* Author: Elliot Sowersby, RelyWP
* Author URI: https://www.relywp.com
* License: GPLv3 or later
* Text Domain: recaptcha-woo
*
* WC requires at least: 3.4
* WC tested up to: 9.4.2
* WC tested up to: 9.4.3
**/

include( plugin_dir_path( __FILE__ ) . 'admin-options.php');
Expand Down

0 comments on commit 63b1c66

Please sign in to comment.