Checkout for WooCommerce 1.3.0 Released
Table of Contents
Another week, another big update! This is basically us:
Just kidding! We never get tired of delivering updates for our wonderful customers! ?
This release was comprised of nearly 100 commits (!) and includes bug fixes, improvements, and a lot of new features.
Background
We heard some feedback shortly after releasing version 1.2.0 that indicated we still had some issues with Stripe to work out. We dove in deep and found there were a few more edge cases that we weren’t properly covering, and some methodological issues.
For example:
- We weren’t firing the checkout_error event in all cases, which stopped Stripe from properly resetting in some cases.
- We were accidentally resetting up Stripe on every update_checkout event. Bad!
- Sometimes after an error from Stripe, we wouldn’t catch additional errors properly.
We cleaned up all of this, and found a few other bugs that had slipped through testing involving international addresses, free digital orders, etc.
But it’s not all bug scrubs and mea culpas. We also added a lot of….
New Integrations
- Google Analytics Pro by Sky Verge
- Enhanced Ecommerce Google Analytics for WooCommerce
- WooCommerce Points and Rewards
- WooCommerce One Page Checkout (Checkout for WooCommerce now stands down when loading a One Page Checkout page)
- Pixel Cat (Free & Premium)
- AutomateWoo (Supports for cart abandonment feature)
Full Change Log
- Refactored all compatibility classes for plugins and gateways into a new, easily maintainable structure. ?
- Improved Stripe gateway support robustness. ?
- Deprecated support for Stripe 3.x. Please use Stripe 4.x.
- Fixed bug with Jilt integration not tracking recovered purchases.
- Added spinner to overlay and improved overlay display.
- Fixed bug with international addresses.
- Fixed bug with account exists AJAX check.
- Moved all AJAX endpoints to wc_ajax from wp_ajax. (Related to Jilt fix)
- Added support for: ✅
- Google Analytics Pro
- Enhanced Ecommerce Google Analytics for WooCommerce
- WooCommerce Points and Rewards
- WooCommerce One Page Checkout
- Pixel Cat
- AutomateWoo