Kadence Memberships Pro
Fixes
- PHP 8 Deprecations
- Adding WordPress 5.8 block_categories_all covering custom Gutenberg category
- Fixing the declaration of the Allowed Blocks for Content Upgrade Redirect
- Fixing InnerBlocks Template declarations
Features
- Adding new WP_CLI commands to create, update, get, list, and delete membership_levels through the command line.
Tweaks
- Added support for the auto-update feature introduced in WordPress 5.5.
Tweaks
- Changed build notation from PayPal.
Tweaks
- Updating the selector for the rcp_get_registration_form_state.
- Removed Currency Code comparison so that global currency can be changed in the future.
- Add jQuery to remove special characters from discount codes in admin area, because discount codes with special characters are not valid.
- Changed build notation from PayPal.
Fixes
- Disabling upgrades prevented a customer from purchasing a second membership with multiple memberships enabled
Fixes
- Updating the link building for front end user cancellations, to ensure that the link still functions after translation occurs.
- Fixing additional jQuery issues that occur when the base version of jQuery is overridden to the latest version.
Fixes
- Updating minified version of register form js for Restrict Content Pro
Fixes
- Reworking jQuery to cover deprecations.
Fixes
- Password Reset Form not processing usernames correctly
- Stripe Sources lookup issue occurring when attempting to get the default source from legacy api configurations
Tweaks
- Starting removal of 2Checkout from Restrict Content Pro Core
- Making the Stripe Webhook instructions stand out more on the settings page
- Adding the trailing slash to Stripe Webhook URL
- Remove files that are causing false positives in security scans
Fixes
- The Stripe SDK previously replaced the Error class with the Exception class, so core code was updated to match