Skip to content

Commit

Permalink
6.4 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
vienthuong committed May 31, 2021
1 parent c45a339 commit bad17bb
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG_de-DE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 1.1.0 - 6.4 Compatibility
- Add compatible with shopware 6.4

# 1.0.0 - Erste Veröffentlichung

- Erlauben Sie nur Administratoren, sich auszugeben.
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG_en-GB.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 1.1.0 - 6.4 Compatibility
- Add compatible with shopware 6.4

# 1.0.0 - First release

- Only allow administrators to impersonate.
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vienthuong/impersonation",
"description": "A Shopware 6 Impersonation plugin",
"version": "1.0.0",
"version": "1.1.0",
"type": "shopware-platform-plugin",
"license": "MIT",
"authors": [
Expand All @@ -16,7 +16,7 @@
}
},
"require": {
"shopware/core": "~6.3.0"
"shopware/core": "^6.3.0"
},
"extra": {
"shopware-plugin-class": "VienThuong\\Impersonation\\Impersonation",
Expand Down
Loading

0 comments on commit bad17bb

Please sign in to comment.