Skip to content

Commit

Permalink
Merge pull request #23 from PAYONE-GmbH/version-bump-101
Browse files Browse the repository at this point in the history
version bump to 1.0.1
  • Loading branch information
hreinberger authored Mar 16, 2020
2 parents a82a5a0 + d2aefc8 commit 72459d8
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
run: composer -V
- name: Check PHP Extensions
run: php -m
- name: Start MySQL
run: sudo /etc/init.d/mysql start
- name: Composer setup
run: composer install --prefer-dist --no-ansi --no-interaction --no-progress --optimize-autoloader
- name: Codestyle
Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,13 @@
# 1.0.0
- First version of the PAYONE Payment integration for Shopware 6.1

# 1.0.1
Bugfixes

* corrected encoding of response parameters during PayPal ECS
* Added missing CVC length configs for less used card types
* Fixed a bug where custom fields weren't shown in checkout when using non-default shop languages. We currently support DE and EN and plan to improve this further

Maintenance

* incorporated best practices for Shopware Code Review
11 changes: 11 additions & 0 deletions CHANGELOG_de-DE.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,13 @@
# 1.0.0
- Erste Version der PAYONE Payment Integration für Shopware 6.1

# 1.0.1
Bugfixes

* corrected encoding of response parameters during PayPal ECS
* Added missing CVC length configs for less used card types
* Fixed a bug where custom fields weren't shown in checkout when using non-default shop languages. We currently support DE and EN and plan to improve this further

Maintenance

* incorporated best practices for Shopware Code Review
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": "1.0.0",
"version": "1.0.1",
"license": "MIT",
"authors": [
{
Expand Down

0 comments on commit 72459d8

Please sign in to comment.