diff --git a/CHANGELOG_en-GB.md b/CHANGELOG_en-GB.md index 47eeecd..917cb06 100644 --- a/CHANGELOG_en-GB.md +++ b/CHANGELOG_en-GB.md @@ -1,4 +1,4 @@ -# Unreleased 2.x +# 2.1.0 * Adjust wordings and remove typos * Add configuration within the plugin to activate its function explicit * Add button to test the service with a sample image diff --git a/composer.json b/composer.json index 59ba7b0..e785b3c 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ "thumbnail" ], "description": "This plugins allows you to use variable thumbnails, without having them on storage.", - "version": "2.0.2", + "version": "2.1.0", "type": "shopware-platform-plugin", "license": "mit", "authors": [ diff --git a/src/Migration/Migration1686772873AddActiveConfig.php b/src/Migration/Migration1686772873AddActiveConfig.php index 5d005d9..73a2c63 100644 --- a/src/Migration/Migration1686772873AddActiveConfig.php +++ b/src/Migration/Migration1686772873AddActiveConfig.php @@ -20,8 +20,8 @@ public function update(Connection $connection): void return; } - // we added the active flag with version 2.0.2, so we don't need to set the default value afterward - if (\version_compare($currentPluginVersion, '2.0.2', '>')) { + // we added the active flag with version 2.1.0, so we don't need to set the default value afterward + if (\version_compare($currentPluginVersion, '2.1.0', '>')) { return; }