Releases: subscribepro/subscribepro-magento2-ext
1.5.17
What's Changed
- feat: Patch 1.5.16 - Pass expiration date and other current fields to pay transactions by @garthbrantley in #293
Full Changelog: 1.5.16...1.5.17
1.7.4
What's Changed
- fix: Eliminate checkout model mixin
place-order-mixin.jsby @garthbrantley in #290
Full Changelog: 1.7.3...1.7.4
1.7.3
What's Changed
- Move Add Card button to content container by @garthbrantley in #286
- Use Magento quote item class by @garthbrantley in #287
Full Changelog: 1.7.2...1.7.3
1.7.2
1.7.1
(#268) - Support new expiration date, last 4 digits when payment profile updated via webhook
(#207) - Support Subscription Widget on Grouped Product details pages
(#224) - Adjust size of 3DS2 challenge window
(#255) - Don't display Subscribe Pro payment methods in instant checkout when Subscribe Pro payment method not configured for one-time purchases
(#263) - Include phone number in billing address when adding new credit card at checkout
(#175) - Fix phpstan errors, clean code
1.7.0
- (#244) - Fix: Save billing address with virtual product + offline payment method order
- (#197, #256, #254, #225, #223, #220, #221, #233, #248, #250, #240, #241) - Implement Subscribe Pro Vault credit card iframe and various payment form enhancements
- (#167) - Support partial order mode with Order Callback order placement
- (#182) - Order callback fixes to cart / order item fields stored in Magento database
- (#192) - Support offline payment methods with order callback order placement
- (#169) - Support configuration of optional customer address fields throughout payments and subscription implementation
- (#184) - Improvements to implementation of hosted My Subscriptions widget
- (#163) - Support displaying expired credit cards, make this configurable
- (#191) - Fix: Cart price rule issue reported -
reorder_ordinal - (#164) - Fix: Subscriptions not created from customer reorder.
1.6.0
What's Changed
- fix(#158): Fix incorrect typehint types. by @garthbrantley in #173
- feat(#170): Implement php-cs-fixer by @garthbrantley in #174
- feat(#172): Cleanup up phpcs warnings by @garthbrantley in #176
- Pass company with shipping and billing address by @czettnersandor in #180
- Added 2.4.5 comaptibility for datepicker widget by @czettnersandor in #177
- Added configuration for vault to make billing address required by @czettnersandor in #179
- Send billing address when creating subscription by @czettnersandor in #189
- Fixing $block->helper call for 2.4 compatibility by @czettnersandor in #190
Full Changelog: 1.5.16...1.6.0
1.5.16
-
Full support for Magento 2.4.4
-
Support for Magento 2.4.5 (except known issue with native My Subscriptions page)
-
Fixed #152, #145 - Refactored SalesRuleValidator plug in - Now we require a shopping cart discount rule created in the Magento admin with the name 'Subscribe Pro Discount'.
-
Fixed #147 - Upgraded Guzzle and other dependencies in Subscribe Pro PHP API client library.
v1.5.15
- Fix: Pass all 3 street lines in order callback order placement
v1.5.14
- Fix: Apply subscription discount to bundle products on M2.4