Skip to content

Commit

Permalink
#32838 version update
Browse files Browse the repository at this point in the history
  • Loading branch information
Bohdan-Medv committed Mar 24, 2023
1 parent 80612c4 commit 299171a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# 1.4.0
# 1.5.0
- Order item statuses

# 1.4.0
- Update statuses of changed log data

# 1.3.0
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mediaopt/worldline",
"description": "Worldline Online Payments",
"version": "1.4.0",
"version": "1.5.0",
"type": "shopware-platform-plugin",
"license": "proprietary",
"config": {
Expand Down
2 changes: 1 addition & 1 deletion src/MoptWorldline.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
class MoptWorldline extends Plugin
{
const PLUGIN_NAME = 'MoptWorldline';
const PLUGIN_VERSION = '1.4.0';
const PLUGIN_VERSION = '1.5.0';

/**
* @param InstallContext $installContext
Expand Down

0 comments on commit 299171a

Please sign in to comment.