Skip to content

Commit 363b646

Browse files
committed
chore: prepare release v5.0.1
1 parent 6661e96 commit 363b646

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CHANGELOG_de-DE.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 5.0.1
2+
- Fehler beim Speichern der SEO URL Templates behoben [#42](https://github.com/Werkstattl/OpenBlogware/pull/42)
3+
14
# 5.0.0
25
- Kompatibilität mit Shopware 6.7
36
- BlogEntries Entitäten zu BlogEntry umbenannt

CHANGELOG_en-GB.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 5.0.1
2+
- Fixed error when saving SEO URL templates [#42](https://github.com/Werkstattl/OpenBlogware/pull/42)
3+
14
# 5.0.0
25
- Compatibility with Shopware 6.7
36
- Renamed BlogEntries entities to BlogEntry

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "werkstattl/openblogware",
33
"description": "OpenBlogware: A Blog Module for Shopware 6.",
4-
"version": "5.0.0",
4+
"version": "5.0.1",
55
"type": "shopware-platform-plugin",
66
"keywords": ["blog", "news"],
77
"license":"MIT",
@@ -18,9 +18,9 @@
1818
"docs": "https://github.com/Werkstattl/OpenBlogware/blob/main/README.md"
1919
},
2020
"require": {
21-
"shopware/administration": "~6.7",
22-
"shopware/core": "~6.7",
23-
"shopware/storefront": "~6.7"
21+
"shopware/administration": "~6.7.0",
22+
"shopware/core": "~6.7.0",
23+
"shopware/storefront": "~6.7.0"
2424
},
2525
"require-dev":{
2626
"phpunit/phpunit": "^9.5",

0 commit comments

Comments
 (0)