Skip to content

Commit

Permalink
Added support for Craft Commerce v5 + PAY omnipay v5
Browse files Browse the repository at this point in the history
  • Loading branch information
boboldehampsink committed Apr 15, 2024
1 parent 8d2a02e commit 2c295be
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.2.0 - 2024-04-15

### Added
- Support for Craft Commerce v5
- Updated PAY Omnipay to v5

## 1.1.5 - 2024-01-30

### Changed
Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "robuust/craft-commerce-pay",
"description": "PAY integration for Craft Commerce 4.0+",
"version": "1.1.5",
"version": "1.2.0",
"type": "craft-plugin",
"keywords": [
"pay",
Expand All @@ -26,10 +26,10 @@
},
"require": {
"php": "^8.0.2",
"craftcms/cms": "^4.0.0",
"craftcms/commerce": "^4.0.0",
"craftcms/commerce-omnipay": "^4.0.0",
"paynl/omnipay-paynl": "^4.0.0"
"craftcms/cms": "^4.0.0|^5.0",
"craftcms/commerce": "^4.0.0|^5.0.0-beta.1",
"craftcms/commerce-omnipay": "^4.1.0",
"paynl/omnipay-paynl": "^5.0.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 2c295be

Please sign in to comment.