Releases: Adyen/adyen-shopware6
Adyen Payment 3.16.3
What's Changed
Other Changes 🖇️
- Prepare release 3.16.3 by @MarijaIv in #567
- Release version 3.16.3 by @MarijaIv in #568
- Add compatibility with Shopware 6.4.11.0
- Fix the issue when product becomes out of stock
- Fix the issue with missing origin from state
Full Changelog: 3.16.2...3.16.3
Adyen Payment 4.1.3
What's Changed
Other Changes 🖇️
- Prepare release for version 4.1.3 by @MarijaIv in #565
- Update mcr.microsoft.com/playwright Docker tag to v1.48.0 by @renovate in #547
- Release version 4.1.3 by @MarijaIv in #566
- Fix the issue with missing origin from state
- Fix blocked checkout after PayPal payment cancellation
Current checkout api version: v71
Current checkout component version: v5.66.1
Full Changelog: 4.1.2...4.1.3
Adyen Payment 3.16.2
What's Changed
Other Changes 🖇️
- [ECP-9382-v3] Visa Compliance - Include holderName in recurring payment requests by @candemiralp in #527
- Prepare 3.16.1 by @candemiralp in #530
- Prepare release 3.16.2 by @tamaralogeecom in #556
Full Changelog: 3.16.1...3.16.2
Adyen Payment 4.1.2
What's Changed
Other Changes 🖇️
- [ECP-9458] Update the handlers for the scheduled tasks by @candemiralp in #546
- Create codeql.yml by @acampos1916 in #534
- [ECP-9434]Making changes to release asset yml, passing php version by @khushboo-singhvi in #549
- Update CODEOWNERS by @acampos1916 in #554
- Prepare release 4.1.2 by @MarijaIv in #555
- Release 4.1.2 by @goran-stamenkovski-logeecom in #558
- Fix the return type error by @tamaralogeecom in #559
- Align the branches by @tamaralogeecom in #561
- Update 4.1.2 by @tamaralogeecom in #560
Current checkout api version: v71
Current checkout component version: v5.66.1
New Contributors
Full Changelog: 4.1.1...4.1.2
Adyen Payment 4.1.1
What's Changed
Fixes ⛑️
- [ECP-9424]Upgrading Library version to V20.2.0 by @khushboo-singhvi in #541
Other Changes 🖇️
- [ECP-9438] Update test flow to update docker install command. by @khushboo-singhvi in #543
Current checkout api version: v71
Current checkout component version: v5.66.1
Full Changelog: 4.1.0...4.1.1
Adyen Payment 3.16.1
What's Changed
Other Changes 🖇️
- [ECP-9382-v3] Visa Compliance - Include holderName in recurring payment requests by @candemiralp in #527
- Prepare 3.16.1 by @candemiralp in #530
Full Changelog: 3.16.0...3.16.1
Adyen Payment 4.1.0
What's Changed
New Features 💎
- [ECP-9277] Add Support for Billie payment method by @SushmitaThakur in #517
Other Changes 🖇️
- [ECP-9382] Visa Compliance - Include holderName in recurring payment requests by @candemiralp in #526
Current checkout api version: v71
Current checkout component version: v5.66.1
Full Changelog: 4.0.0...4.1.0
Adyen Payment 3.16.0
What's Changed
New Features 💎
- [ECP-9277-v3] Add support for Billie Payment Method by @SushmitaThakur in #519
Fixes ⛑️
- [ECP-9206-v3] Adyen related tables missing for giftcard payments on admin panel by @SushmitaThakur in #506
- [ECP-9226-v3] Update syntax for default value in alter table in migration by @SushmitaThakur in #507
Other Changes 🖇️
- [ECP-9250] Support new Ideal payment flow by @candemiralp in #503
- Prepare release v3.16.0 by @RokPopov in #522
Additiona instructions for new iDeal implementation:
In TEST environment, if you already have iDEAL added as a payment method, you are probably using the acquirer account iDealSim. This is the simulator for the old flow and will break with this new feature.
Solution: add iDEAL in Customer Area again and make sure the acquirer account added this time is AdyenIdeal. This is the acquirer account for the new flow.
Note: in LIVE, the change to the new flow works ootb, no change in payment method setup in Customer Area required.
Known issue
If frontend assets are not loaded after upgrade, please run bin/build-storefront.sh
command from the root directory of your Shopware installation to generate all frontend javascript assets
Full Changelog: 3.15.0...3.16.0
Adyen Payment 4.0.0
What's Changed
Breaking Changes 🛠
- Support Shopware 6.6 by @candemiralp in #474
New Features 💎
- [ECP-9087] Make HMAC validation optional by @candemiralp in #475
Fixes ⛑️
- [ECP-9027] Use autowire on service definitions by @candemiralp in #471
- [ECP-9198] Update duplicated CSS classes in the components by @candemiralp in #494
Other Changes 🖇️
- [ECP-9149] Remove deprecated classes of Shopware by @candemiralp in #495
- [ECP-9049] Fix fetching redeemed gift cards on cart load by @candemiralp in #496
- [ECP-8954] Automate the Shopware Marketplace zip file creation as release asset by @SushmitaThakur in #501
- Prepare V4 and remote track develop-4 into develop by @candemiralp in #493
- Release v4.0.0-rc1 by @candemiralp in #502
- [ECP-9226] Update syntax for default value in alter table in migration by @SushmitaThakur in #505
- [ECP-9206] Adyen related tables missing for giftcard payments on admin panel by @SushmitaThakur in #504
- [ECP-9250-v4] Support new Ideal payment flow by @candemiralp in #513
- [ECP-9206] Fix return type in checking adyen orders by @SushmitaThakur in #518
Additiona instructions for new iDeal implementation:
In TEST environment, if you already have iDEAL added as a payment method, you are probably using the acquirer account iDealSim. This is the simulator for the old flow and will break with this new feature.
Solution: add iDEAL in Customer Area again and make sure the acquirer account added this time is AdyenIdeal. This is the acquirer account for the new flow.
Note: in LIVE, the change to the new flow works ootb, no change in payment method setup in Customer Area required.
Current checkout api version: v71
Current checkout component version: v5.66.1
Full Changelog: 3.15.0...4.0.0
Adyen Payment 4.0.0-RC1
What's Changed
Breaking Changes 🛠
- Support Shopware 6.6 by @candemiralp in #474
New Features 💎
- [ECP-9087] Make HMAC validation optional by @candemiralp in #475
Fixes ⛑️
- [ECP-9027] Use autowire on service definitions by @candemiralp in #471
- [ECP-9198] Update duplicated CSS classes in the components by @candemiralp in #494
Other Changes 🖇️
- [ECP-9149] Remove deprecated classes of Shopware by @candemiralp in #495
- [ECP-9049] Fix fetching redeemed gift cards on cart load by @candemiralp in #496
- [ECP-8954] Automate the Shopware Marketplace zip file creation as release asset by @SushmitaThakur in #501
Current checkout api version: v71
Current checkout component version: v5.63.0
Full Changelog: 3.15.0...4.0.0-rc1