Skip to content

Commit

Permalink
fix: remove incorrect service argument for ConfigUpdater
Browse files Browse the repository at this point in the history
  • Loading branch information
tinect committed Sep 6, 2023
1 parent 85b8cb8 commit 8c0f209
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG_en-GB.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 3.0.3

* Fix: Correct save button

# 3.0.2

* Fix: Correct test button for Shopware lower than 6.5.4
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"storage"
],
"description": "This plugins allows you to use BunnyCdn as adapter for media",
"version": "3.0.2",
"version": "3.0.3",
"type": "shopware-platform-plugin",
"license": "mit",
"authors": [
Expand Down
1 change: 0 additions & 1 deletion src/Resources/config/services.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@

<service id="Frosh\BunnycdnMediaStorage\Service\ConfigUpdater">
<argument type="service" id="Shopware\Core\System\SystemConfig\SystemConfigService"/>
<argument type="service" id="Shopware\Core\Framework\Adapter\Cache\CacheClearer"/>
<argument type="string">%frosh_bunnycdn_media_storage.config_path%</argument>
</service>

Expand Down

0 comments on commit 8c0f209

Please sign in to comment.