Skip to content

Commit

Permalink
Added craft 5 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Roel van Hintum committed May 14, 2024
1 parent 9fa8b65 commit 4ce2e5e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release notes for Buckaroo Gateway for Craft Commerce

## 3.0.0-beta.1 - 2024-05-14
### Changed
- Added craft 5 support

## 2.1.2 - 2023-12-14
### Fix
- Prevent error $websiteKey must not be accessed before initialization. Thanks to @HannahDeWachter
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Adds Buckaroo gateway support to Craft Commerce. Currently supports: Credit Card

## Requirements

- Craft 3.3 and up
- Craft Commerce 2 or 3
- Craft 4 and up
- Craft Commerce 4 and up

## Installation

Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
],
"require": {
"php": "^8.0.2",
"craftcms/cms": "^4.0.0-alpha",
"craftcms/commerce": "^4.0.0-beta.2",
"craftcms/commerce-omnipay": "^4.0.0-beta.2",
"craftcms/cms": "^4.0.0-alpha|^5.0.0-beta.1",
"craftcms/commerce": "^4.0.0-beta.2|^5.0.0-beta.1",
"craftcms/commerce-omnipay": "^4.1.0",
"born05/omnipay-buckaroo": "~3.0"
},
"autoload": {
Expand Down

0 comments on commit 4ce2e5e

Please sign in to comment.