Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BP-3884-Update-Test-Release-1.1.0 #25

Merged
merged 1 commit into from
Nov 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ php bin/magento setup:static-content:deploy
### Requirements

**To use the plugin you must use:**
- Magento Open Source version 2.3.x & 2.4.x
- Buckaroo Magento 2 Payments plugin 1.39.0 or higher.
- Magento Open Source version 2.4.5, 2.4.6, and 2.4.7
- Buckaroo Magento 2 Payments plugin 1.50.2 or higher.

### Configuration
In the module configuration, various settings are available to build an ideal Second Chance flow to suit everyone. The settings below can be adjusted manually.
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "buckaroo/magento2secondchance",
"description": "Buckaroo Magento2 Second Chance extension",
"require": {
"buckaroo/magento2": "~1.39"
"buckaroo/magento2": "~1.50.2"
},
"type": "magento2-module",
"license": "MIT",
Expand All @@ -19,7 +19,7 @@
"wiki": "https://support.buckaroo.nl",
"docs": "https://support.buckaroo.nl"
},
"version": "v1.0.0",
"version": "v1.1.0",
"minimum-stability": "stable",
"autoload": {
"files": [
Expand Down
Loading