Skip to content

v1.0.2

Choose a tag to compare

@skyshab skyshab released this 30 Apr 19:06
· 8 commits to main since this release
4591dd8

Added a check for existence of main WooCommerce class before adding any actions, since all current integrations require WooCommerce as a payment provider. (Thanks Mike Cotton)

Added a wrapper to extension admin settings. Without the "tribe-settings-form-wrap" class on a containing element, the fields were not styled consistently with the rest of the Event Tickets admin settings.

Fix the can_purchase() method in MemberPress integration. The original way this was being checked only seemed like it was working, when logged in as admin. Found the correct utility method to use.