Skip to content

Commit

Permalink
NTR: increase minimum version (#921)
Browse files Browse the repository at this point in the history
Co-authored-by: Vitalij Mik <[email protected]>
  • Loading branch information
BlackScorp and Vitalij Mik authored Dec 19, 2024
1 parent 2100a9e commit d1983d9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_pipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ jobs:
php: '8.2'
- shopware: '6.4.20.2'
php: '8.2'
- shopware: '6.4.1.0'
- shopware: '6.4.5.0'
php: '7.4'
steps:

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 @@ -341,7 +341,7 @@ jobs:
php: '8.2'
- shopware: '6.4.20.2'
php: '8.2'
- shopware: '6.4.1.0'
- shopware: '6.4.5.0'
php: '7.4'
steps:

Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

### Features
- Return over Shopware Commercial plugins is now transfered to Mollie when the Return status is set to "Done" and can be cancelled with the "Cancelled" status. Please note that the refund cannot be cancelled after two hours.

### Changes
- Minimum Supported Shopware version is now 6.4.5.0
2 changes: 1 addition & 1 deletion switch-composer.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@


// >= 6.4.0.0
const SW_VERSIONS_RELEASE = '6.4.1.0 - 6.7.0.0';
const SW_VERSIONS_RELEASE = '6.4.5.0 - 6.7.0.0';
const SW_VERSIONS_DEV = '*';


Expand Down

0 comments on commit d1983d9

Please sign in to comment.