Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

version bump to 300 #159

Merged
merged 1 commit into from
Jan 20, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,4 +167,17 @@ Maintenance
* Fix backwards compatibility
* Removed cardtype type discover
* Add dependency to GitHub pipeline
* Add fix for Version 6.4.5.0
* Add fix for Version 6.4.5.0

# 3.0.0

Bugfixes

* Customer deletion now possible
* Refund only from not yet refunded items possible
* Adjustment missing dependencies when installing via store

Maintenance

* fix compatibility 6.4.7.0
* drop support for 6.2
15 changes: 14 additions & 1 deletion CHANGELOG_de-DE.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,4 +163,17 @@ Wartung
* Abwärtskompatibilität beheben
* Kartentyp Discover entfernt
* Abhängigkeit zur GitHub-Pipeline hinzufügen
* getestet mit 6.4.5.0
* getestet mit 6.4.5.0

# 3.0.0

Fehlerbehebungen

* Löschung von Kunden ist jetzt möglich
* Gutschrift nur bei noch nicht gutgeschriebenen Artikeln möglich
* Fehlende Abhängigkeiten hinzugefügt für die Installation via Store

Wartung

* Kompatibilität zu 6.4.7.0 hergestellt
* Unterstützung für 6.2 entfernt
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "payone-gmbh/shopware-6",
"type": "shopware-platform-plugin",
"description": "PAYONE Payment Plugin",
"version": "2.4.1",
"version": "3.0.0",
"license": "MIT",
"authors": [
{
Expand Down