Skip to content

Releases: shopware/app-bundle-symfony

4.1.0

17 Dec 13:13
45f54f8
Compare
Choose a tag to compare

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

23 Sep 07:42
56e8727
Compare
Choose a tag to compare

What's Changed

  • feat: add auto storage option by @shyim in #48

Full Changelog: 4.0.1...4.0.2

4.0.1

19 Sep 09:05
f6f2a18
Compare
Choose a tag to compare

What's Changed

  • feat: make in-memory the default by @shyim in #46

Full Changelog: 4.0.0...4.0.1

DynamoDB support

19 Sep 08:45
c38347d
Compare
Choose a tag to compare
  • 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

24 May 08:01
0a7d84b
Compare
Choose a tag to compare

What's Changed

  • NEXT-30813 - checkout-gateway by @lernhart in #43
  • app-sdk-php version bump to 3.0.0

Full Changelog: 2.0.3...3.0.0

2.0.3

27 Dec 06:48
ae48ea2
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.0.2...2.0.3

2.0.2

09 Dec 10:40
12e08cb
Compare
Choose a tag to compare

What's Changed

  • fix: use shop interface instead of abstract shop class by @lernhart in #41
  • Marked as compatible with PHP 8.3, Symfony 6.4/7.0

Full Changelog: 2.0.1...2.0.2

2.0.1

28 Aug 09:44
5a1d2c7
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.0...2.0.1

2.0.0

03 Aug 11:02
e29a526
Compare
Choose a tag to compare

Full Changelog: 1.0.2...2.0.0

  • support for app php sdk 2.0

1.0.2

16 Jun 07:09
ed8864e
Compare
Choose a tag to compare
  • Allow Symfony 6.3