Releases: Themekraft/wc4bp
Releases · Themekraft/wc4bp
3.2.0
- Fixing the get active endpoint function to work in the free version.
- Remove the action
wc4bp_screen_notification_settings
- Fixing the loader for minified assets.
- Fixing the base url slug for member.
- Fixing the ability to show the tabs if the Activity Setting in BuddyPress is disabled.
- Updating translation file.
- Updated contributors.
- Grammar Fix thanks to @garrett-eclipse.
- Fixing the deprecated use of create_function, now use an anonymous function.
- Fixing the setting space to be more integrated with BuddyPress. Now if te buddyPress Activity Setting is not enabled it not work.
- Fixing the edit address inside BuddyPress profile to work with any language.
- Fixing the activity stream when an Order is complete.
- Fixing the Profile settings url to save the options related to the activity stream.
3.0.13
- Fixing Profile Field Visibility for all Users, inside the Profile Syn tab
- Fixed add-payment-method page
- Fixing the redirection to not affect the woocommerce my account if the shop is disable
- Fixing the Disable Shop Tab option to work in all plans
- Fixing the option to Overwrite the Content of your Shop Home/Main Tab to keep the value when the user save it in the admin
- Remove the template option from the Integrate Pages tab and move it to a hook, now is possible to do the same function using the filter wc4bp_custom_page_template
- Fixing the option to delete a payment inside tab Payment method
- Fixing the payment methods to show in the checkout process
- Fixing the option Turn off 'Shop' Tab inside "Settings" for the activity stream settings
- Fixing the duplicate Save Button inside the Shop Setting view
- Adding a new option to disable all function related to woocommerce, with this option checked all tabs will be disable
- Fixing the error Illegal string offset 'tab_activity_disabled' for free version
- Fixed an issue related to the hook the_title form wp. In some instance the post_id come empty and trow a warning.
- Fixed free version problem add WC4BP_Loader::getFreemius()->is__premium_only() to avoid premium code insert into free version
- Limit the woocommerce endpoint to only the basic implemented for core.
- Implemented a cache for the function where the core get the endpoints
- Implemented a cache for the functions referent to the endpoints
- Fixing a waring, reported from h-20409
- Integrating wp unit test