Skip to content

Commit 8ca3066

Browse files
committed
feat: add test button and active field
(cherry picked from commit ed38f07)
1 parent 910f6c9 commit 8ca3066

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG_en-GB.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Unreleased 2.x
1+
# 2.1.0
22
* Adjust wordings and remove typos
33
* Add configuration within the plugin to activate its function explicit
44
* Add button to test the service with a sample image

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"thumbnail"
1212
],
1313
"description": "This plugins allows you to use variable thumbnails, without having them on storage.",
14-
"version": "2.0.2",
14+
"version": "2.1.0",
1515
"type": "shopware-platform-plugin",
1616
"license": "mit",
1717
"authors": [

src/Migration/Migration1686772873AddActiveConfig.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ public function update(Connection $connection): void
2020
return;
2121
}
2222

23-
// we added the active flag with version 2.0.2, so we don't need to set the default value afterward
24-
if (\version_compare($currentPluginVersion, '2.0.2', '>')) {
23+
// we added the active flag with version 2.1.0, so we don't need to set the default value afterward
24+
if (\version_compare($currentPluginVersion, '2.1.0', '>')) {
2525
return;
2626
}
2727

0 commit comments

Comments
 (0)