Skip to content

Commit

Permalink
RATESWSX-305: remove js-file built by sw6.6 & readd js-file built by …
Browse files Browse the repository at this point in the history
…sw6.5 & restrict module to sw6.5
  • Loading branch information
rommelfreddy committed Sep 19, 2024
1 parent 7dfbf0a commit 75c08bf
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 751 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
runs-on: 'ubuntu-latest'
strategy:
matrix:
php-version: [ '8.2', '8.3' ]
mysql-version: [ '8.0' ]
shopware-version: [ 'v6.6.0.0', 'v6.6.1.0', 'v6.6.2.0', 'v6.6.3.0', 'v6.6.4.0' ]
php-version: [ '8.1', '8.2' ]
mysql-version: [ '5.7', '8.0' ]
shopware-version: [ 'v6.5.0.0', 'v6.5.1.0', 'v6.5.2.0', 'v6.5.3.0', 'v6.5.4.0', 'v6.5.5.0', 'v6.5.6.0', 'v6.5.7.3', 'v6.5.8.0' ]
fail-fast: false
max-parallel: 10
services:
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## Version 7.1.1 - Released on 2024-09-19

This release is only for Shopware 6.5 and contains all changes from version 7.1.0

## Version 7.1.0 - Released on 2024-09-19

* RATESWSX-306: installment: prevent fatal error message in checkout on unreachable gateway
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ratepay/shopware6-module",
"description": "Ratepay payment methods for Shopware 6",
"version": "7.1.0",
"version": "7.1.1",
"license": "MIT",
"authors": [
{
Expand Down Expand Up @@ -43,7 +43,7 @@
"require": {
"php": "^8.1",
"ratepay/php-library": "^1.8",
"shopware/core": "~6.6.0",
"shopware/core": "~6.5.0",
"ext-simplexml": "*",
"ext-json": "*"
},
Expand Down

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

Loading

0 comments on commit 75c08bf

Please sign in to comment.