diff --git a/CHANGELOG.md b/CHANGELOG.md index b9b6ffc..4f2c26d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# 1.0.0 +- Shopware store release updates + # 0.9.2 - Disable unused control buttons on order page diff --git a/composer.json b/composer.json index 933d659..95db4b3 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "mediaopt/worldline", "description": "Worldline Online Payments", - "version": "0.9.2", + "version": "1.0.0", "type": "shopware-platform-plugin", "license": "proprietary", "config": { diff --git a/src/MoptWorldline.php b/src/MoptWorldline.php index 5923ae4..0a0de74 100644 --- a/src/MoptWorldline.php +++ b/src/MoptWorldline.php @@ -20,7 +20,7 @@ class MoptWorldline extends Plugin { const PLUGIN_NAME = 'MoptWorldline'; - const PLUGIN_VERSION = '0.9.2'; + const PLUGIN_VERSION = '1.0.0'; /** * @param InstallContext $installContext