Skip to content

Commit

Permalink
NTR: prepare hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitalij Mik committed Jul 4, 2024
1 parent 7feec11 commit 72be783
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_pipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ jobs:
fail-fast: false
matrix:
include:
- shopware: '6.6.3.1'
- shopware: '6.6.4.0'
php: '8.2'
- shopware: '6.5.8.8'
php: '8.2'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly_pipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ jobs:
fail-fast: false
matrix:
include:
- shopware: '6.6.3.1'
- shopware: '6.6.4.0'
php: '8.2'
- shopware: '6.5.8.8'
php: '8.2'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr_pipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ jobs:
fail-fast: false
matrix:
include:
- shopware: '6.6.3.1'
- shopware: '6.6.4.0'
php: '8.2'
- shopware: '6.5.8.8'
php: '8.2'
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": "kiener/mollie-payments-plugin",
"description": "Mollie Payments",
"version": "v4.9.2",
"version": "v4.9.3",
"type": "shopware-platform-plugin",
"license": "MIT",
"authors": [
Expand Down
14 changes: 7 additions & 7 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/MolliePayments.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

class MolliePayments extends Plugin
{
const PLUGIN_VERSION = '4.9.2';
const PLUGIN_VERSION = '4.9.3';


/**
Expand Down

0 comments on commit 72be783

Please sign in to comment.