v1.0.2
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.