From 58df03216d1e5b14defc6c1df82b01aca9c6f984 Mon Sep 17 00:00:00 2001 From: ArthurErlich Date: Mon, 21 Sep 2026 21:27:58 +0200 Subject: [PATCH 1/3] chore:(composer): namespace fix --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index a6f0fe7..71ca46b 100755 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "aeon/dump-manager", + "name": "arthurerlich/aeon-dump-manager", "description": "Export database dumps for Shopware 6 environments.", "type": "shopware-platform-plugin", "license": "MIT", @@ -35,8 +35,8 @@ "shopware-plugin-class": "AeonDumpManager\\AeonDumpManager", "copyright": "(c) by Arthur Erlich", "label": { - "de-DE": "Aeon Dump Manager", - "en-GB": "Aeon Dump Manager" + "de-DE": "Dump Manager", + "en-GB": "Dump Manager" }, "description": { "de-DE": "Verwaltet Datenbank-Dumps für Shopware 6 Entwicklungsumgebungen.", -- 2.54.0 From d117444bae19881430385453cd202b20d9383b91 Mon Sep 17 00:00:00 2001 From: ArthurErlich Date: Mon, 21 Sep 2026 21:29:04 +0200 Subject: [PATCH 2/3] chore(bump): version --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 71ca46b..2e90da2 100755 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "Export database dumps for Shopware 6 environments.", "type": "shopware-platform-plugin", "license": "MIT", - "version": "0.0.4", + "version": "0.0.5", "keywords": [ "shopware", "shopware6", -- 2.54.0 From ba2d1ec1d645717c968ff1d7523a2752126aa87f Mon Sep 17 00:00:00 2001 From: ArthurErlich Date: Mon, 21 Sep 2026 21:30:19 +0200 Subject: [PATCH 3/3] chroe(changelog): version dump --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ede53b..d15f8cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.5] - 2026-09-21 + +### Fixed + +- Changed namespace + ## [0.0.4] - 2026-09-21 ### Fixed -- 2.54.0