Releases: shopware/app-bundle-symfony
Releases · shopware/app-bundle-symfony
4.1.0
Highlights:
- app-php-sdk support for 4.0, with In-App-Purchases support..
What's Changed
- NEXT-39768 - Added a listener to stop the Shop registration process if the Shop URL is not reachable by @nsaliu in #51
- fix: infection php job by @shyim in #52
- NEXT-37028 - IAP filter gateway by @Bird87ZA in #44
New Contributors
Full Changelog: 4.0.2...4.1.0
4.0.2
4.0.1
DynamoDB support
- Added support for DynamoDB
shopware_app:
storage: 'dynamodb'
name: '%env(SHOPWARE_APP_NAME)%'
secret: '%env(SHOPWARE_APP_SECRET)%'
Breaking change
The shop_class
config moved, the new syntax is:
shopware_app:
name: '%env(SHOPWARE_APP_NAME)%'
secret: '%env(SHOPWARE_APP_SECRET)%'
doctrine:
shop_class: App\Entity\Shop
3.0.0
2.0.3
What's Changed
- Update composer.json by @vienthuong in #42
New Contributors
- @vienthuong made their first contribution in #42
Full Changelog: 2.0.2...2.0.3
2.0.2
2.0.1
What's Changed
- fix: adds checks for argument resolving by @Christian-Rades in #39
Full Changelog: 2.0.0...2.0.1
2.0.0
Full Changelog: 1.0.2...2.0.0
- support for app php sdk 2.0