WooCommerce Subscriptions Gifting Version 2.4.0 Changelog
* Dev: Updates the WordPress tested up to version to 6.0.
* Dev: Removes the readme.txt file.
* Dev: Updates the WordPress tested up to version to 6.0.
* Dev: Removes the readme.txt file.
* Fix-Fix issue loading wclsi settings tabs to be compatible with WordPress 6.0
* Tweak-WC 6.5 compatibility.
* Tweak-WP 6.0 compatibility.
* Add-Add WooCommerce Bookings templates override section to WooCommerce Status page.
* Fix-Add PHP Compatibility Testing.
* Fix-Custom links added in the `new order` email.
* Fix-Enhancement-Introduced a new setting field to control Google event description overwrite.
* Fix-Ensure the Person types input fields are responsive.
* Fix-Enter a summary of all changes on this Pull Request. This will appear in the changelog if accepted.
* Fix-Fix: Ensure we validate the minimum and maximum duration.
* Fix-Migrate end-to-end tests from Travis CI to GitHub Actions.
* Fix-REST API returns days that are not bookable.
* Fix-Update composer.json to include the /languages folder in the release.
* Tweak-Bump tested up to WordPress version 6.0.
* Fix-Minor Bug fixes
* Tested with WordPress 6.0
* Tested with WooCommerce 6.5
2022-05-08 version 2.33
* Added action for checkout registration form-i13_woo_checkout_regform_action to render captcha on checkout registration form. For example
for example you can do something like below in your functions.php
add_action(‘woocommerce_after_checkout_registration_form’, ‘i13woo_extra_checkout_register_fields’, 9999);
function i13woo_extra_checkout_register_fields(){
do_action( ‘i13_woo_checkout_regform_action’);
}
2022-04-11 version 2.32
* Fixes for reCaptcha not working with Wordfence Security 2FA-wp login
2022-04-01 version 2.31
* Fixes for reCaptcha v3 multiple instance not working on checkout in some themes
2022-03-21 version 2.30
* Fixed Google Pay issue in some themes
2022-02-27 version 2.29
* Fixes for order tracking causing problem for contact form 7 reCaptcha.
* Fixes for order tracking captcha turn off ignored.
2022-02-23 version 2.28
* Fixes for WooCommerce signup/login captcha did not work for some themes to due to custom forms.
2022-01-23 version 2.27
* Added support for buddy press signup. See reCaptcha for WooCommerce Signup Settings.
* Fixes settings mismatch for Signup with WP signup method
* Tested with WordPress 5.9
* Fix-Security-Updated `npm` packages.
* Fix-`Bookings Schedule` block does not work on frontend with Twenty Twenty-Two theme.
* Tweak-Bump tested up to WordPress version 6.0.
* Fix-Ensure Vendor Managers do not see the “Sales summary” section on the dashboard.
* Tweak-Bump tested up to WordPress version 6.0.
* Fix-Tweak- Bump tested up to WordPress 6.0.
* Fix-Update composer.json to include the /languages folder in the release.
* Fix- remove 3DS URL test
* Bug-remove second call to admin-css
* REQUEST not POST for 3D Secure