Skip to content

Releases: FriendsOfShopware/FroshPlatformBunnycdnMediaStorage

3.4.0

03 Dec 19:57
Compare
Choose a tag to compare
  • Feat: (for Shopware >= 6.6.8.0) Add support for writeBatch.
    With this you can use storage for theme and asset with more speed. Instead of 2,5 hours it now takes 30 seconds for assets on storage with SSD with demo shop.

3.3.3

24 Jul 18:33
Compare
Choose a tag to compare
  • Fix: correct config message for Shopware >6.6.3.0

3.3.2

25 Apr 06:37
Compare
Choose a tag to compare
  • Fix: prevent deleting file when moving to same destination
  • Fix: ignore NotFoundExceoption when deleting directory
  • Fix: determine the correct type of file or directory on the specific methods

3.3.1

06 Apr 10:32
Compare
Choose a tag to compare
  • Feat: Add support for old shopware 6.5.0.0

3.3.0

02 Apr 20:22
Compare
Choose a tag to compare
  • Feat: Remove magic generation of filesystem configurations. Please migrate the file "var/bunnycdn_config.yml" to configurations within "config/packages/"

3.2.0

29 Feb 14:06
Compare
Choose a tag to compare
  • Fix: correct handling rename with same destination to not delete the file
  • Feat: add handling of plugin config to objects instead of arrays

3.1.2

26 Jan 21:37
Compare
Choose a tag to compare
  • Feat: add support for shopware 6.6

3.1.1

23 Dec 22:50
Compare
Choose a tag to compare
  • Feat: add dedicated check to prevent deletion of all directories, when shopware does send empty path

3.1.0

13 Sep 22:39
Compare
Choose a tag to compare

3.1.0 (2023-09-13)

Features

  • adjust warning in plugin description (8c95e3d)
  • migrate to usage of package tinect/flysystem-garbage (#52) (0a49440)
  • use generic snippet path without loading them dedicated (f7faa9c)

3.0.3

06 Sep 23:37
Compare
Choose a tag to compare

3.0.3 (2023-09-06)

Bug Fixes

  • remove incorrect service argument for ConfigUpdater (8c0f209)