Releases: helloextend/magento-extend-integration
Releases · helloextend/magento-extend-integration
v3.3.0
Full Changelog: v3.2.1...v3.3.0
v3.2.1
Full Changelog: v3.2.0...v3.2.1
v3.2.0
Full Changelog: v3.1.3...v3.2.0
v3.1.3
Full Changelog: v3.1.2...v3.1.3
v3.1.2
Full Changelog: v3.1.1...v3.1.2
v3.1.1
Full Changelog: v3.1.0...v3.1.1
v3.1.0
Full Changelog: v3.0.0...v3.1.0
v3.0.0
What's Changed
- Update composer.json by @scott-taylor-extend in #2
- Update composer.json by @scott-taylor-extend in #3
- Update composer.json by @scott-taylor-extend in #4
- Update composer.json by @scott-taylor-extend in #5
- Create CODEOWNERS by @scott-taylor-extend in #6
- [PAR-3823] conditionally call orders create endpoint when order is new by @milesmcleod in #7
- [PAR-3825] fix shipment request by @jay-faust-extend in #8
- PAR-3730 Use Extend Store ID From the old Guidance Module if it already exists by @scott-taylor-extend in #9
- [PAR-3906] fixed env resolve logic for prod urls by @jay-faust-extend in #10
- [PAR-3817] other files for new sp ea object by @scott-taylor-extend in #12
- [PAR-3817] models for shipping protection extension attribute object by @scott-taylor-extend in #13
- [PAR-3817] Plugins for new shipping protection extension attribute model by @scott-taylor-extend in #11
- Removed line in composer.json mapping vendor install to app/code by @scott-taylor-extend in #14
- [PAR-3731] type declarations aren't supported until PHP 7.4, so upping php requirements by @scott-taylor-extend in #15
- [PAR-3578] Stores fixed, now only shown when integration id exist by @scott-taylor-extend in #16
- [PAR-3951] add new api endpoint and method to add SP to cart by @aarondeane-extend in #17
- [PAR-3958] add shipment track observer by @jay-faust-extend in #18
- [PAR-3966] add shipment track delete observer by @jay-faust-extend in #19
- Updating CSP for icons by @adityaagashe1 in #20
- [PAR-3743] updated revert function in patch to remove Extend tables. Removed Uninstall and InstallData class, as these will only exist in the old version module by @scott-taylor-extend in #21
- [PAR-3964] Rename Extend to extendSdk to work alongside existing module by @billhefty in #22
- [PAR-3949] Add parent API resources to fix resources not being rendered in UI by @joshuathompsonextend in #23
- [PAR-4011] This is no longer needed as UUIDs are generated when adding stores to the integration by @scott-taylor-extend in #24
- [PAR-4000] Update SP when cart items change by @billhefty in #25
- [PAR-3960] Preference to manually set adapter when integrating Extend by @scott-taylor-extend in #26
- [PAR-3378] Fix for incorrect binding knockout js error in checkout by @scott-taylor-extend in #28
- [PAR-4015]: Remove client_secret from unique constraint by @joshuathompsonextend in #27
- PAR-3378: js error on checkout by @scott-taylor-extend in #29
- [PAR-4037] Use getTotalsAction for updating totals() output without page refresh by @joshuathompsonextend in #31
- [PAR-4047] add env dictionary to view model by @aarondeane-extend in #32
- fix: [PAR-4027] Remove SP on cart page and do not show in order summary by @billhefty in #30
- [PAR-3773] PP Customizable Options by @dustin-dg in #33
- [PAR-4084] Fix non-required options by @dustin-dg in #34
- [PAR-4049] Set active environment by default by @scott-taylor-extend in #35
- PAR-3914: Added shipping protection totals line item to all pages of a customer's account order by @scott-taylor-extend in #36
- [PAR-3766] Add PP To Cart by @dustin-dg in #37
- [PAR-4078] Magento integration store undefined by @aarondeane-extend in #38
- [PAR-2683] Trying with paths instead of maps, quick test on Nexcess by @scott-taylor-extend in #39
- [PAR-4151] fixed integration not found being thrown when adding stores to an integration by @scott-taylor-extend in #40
- feature: [PAR-4168] add husky precommit checks by @milesmcleod in #42
- [PAR-2683] removed .js from require config by @scott-taylor-extend in #41
- chore: [PAR-4171] add linting PR check via github action for magento module repo by @milesmcleod in #43
- [PAR-4146] config error wrapping by @billhefty in #44
- chore: [PAR-4211] add bash script for linting php and xml with helpful output by @milesmcleod in #46
- PAR-4184 Enable/Disable PP by @scott-taylor-extend in #45
- chore: [PAR-4223] move prettier config into package.json so that phpstorm can recognize it by @milesmcleod in #49
- bugfix: [PAR-4224] fix bash script error where multiple files can not be linted by @milesmcleod in #48
- [PAR-4275] reordered dependencies to have required first in order by @scott-taylor-extend in #50
- [PAR-4286] Add DI Preference for ShippingProtection by @jomarsantos in #51
- PAR-2683: Display Product Protection Offer on PDP by @scott-taylor-extend in #52
- [PAR-3768] Upsert Product Protection by @dustin-dg in #47
- [PAR-4255] removed PP product creation from module setup files by @scott-taylor-extend in #54
- Feature/par 2683 display pp offer by @scott-taylor-extend in #55
- [PAR-4246] magento module display offer modal in cart by @adityaagashe1 in #56
- [PAR-4272] Create Product Protection product when V2 enabled by @joshuathompsonextend in #57
- [PAR-4291] display pp offer on product list view by @jay-faust-extend in #58
- PAR-4002: Send New Stores in Integration to Extend by @scott-taylor-extend in #59
- [PAR-4264] Mini Cart Offer by @jomarsantos in #60
- [PAR-4186] PDP modal offer by @scott-taylor-extend in #61
- [PAR-4352] Move creditmemo observer to plugin by @scott-taylor-extend in #63
- [PAR-4359] add additional check on save code for integration to allow new integration to save by @scott-taylor-extend in #64
- [PAR-4279] add offer to cart using sdk by @jay-faust-extend in #62
- [PAR-4360] Applied fixes from PHPCBF by @scott-taylor-extend in #65
- [PAR-4368] LeadQuantity Option for normalization by @dustin-dg in #66
- [PAR-4372] Unit test updated to match current version of the file it's Testing by @scott-taylor-extend in #68
- bugfix: [PAR-4370] create order item repository plugin and new extension attributes for pp order items by @milesmcleod in #67
- feature: [PAR-4351] add post purchase lead modal by @milesmcleod in #69
- [PAR-4413] persist sp total to order success page by ...