Skip to content

Commit

Permalink
#31661 version update
Browse files Browse the repository at this point in the history
  • Loading branch information
Bohdan-Medv committed Oct 10, 2022
1 parent 5f6b1a4 commit 337236f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 1.0.0
- Shopware store release updates

# 0.9.2
- Disable unused control buttons on order page

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": "0.9.2",
"version": "1.0.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 @@ -20,7 +20,7 @@ class MoptWorldline extends Plugin
{
const PLUGIN_NAME = 'MoptWorldline';

const PLUGIN_VERSION = '0.9.2';
const PLUGIN_VERSION = '1.0.0';

/**
* @param InstallContext $installContext
Expand Down

0 comments on commit 337236f

Please sign in to comment.