Skip to content

Commit d9c164a

Browse files
authored
Merge pull request #296 from payplug/release/v4.4.0
Release/v4.4.0
2 parents 60b08b6 + d471d47 commit d9c164a

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2424
- Add Apple Pay button to product view page
2525
- Add Apple Pay button to cart page
2626
- Add Chrome and Firefox Apple button support
27-
- Limit the module to PHP >=8.1 and <8.4
27+
- Limit the module to PHP >=8.1 and <8.5
28+
- Update payplug/payplug-php dependency version for PHP 8.4 compatibility
2829

2930
**[View diff](https://github.com/payplug/payplug-magento2/compare/v4.3.0...v4.4.0)**
3031

@@ -42,6 +43,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4243
- Upgrade Apple Pay JS SDK version [#272](https://github.com/payplug/payplug-magento2/pull/272)
4344
- Enable CB by default and expose brand selector in Apple Pay [#272](https://github.com/payplug/payplug-magento2/pull/272)
4445
- Prevent invoice auto-generation on Apple Pay [#275](https://github.com/payplug/payplug-magento2/pull/275)
46+
- Change payplug/payplug-php dependency version
4547

4648
### Fixed
4749

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
}
1414
],
1515
"require": {
16-
"php": "~8.1.0||~8.2.0||~8.3.0",
16+
"php": "~8.1.0||~8.2.0||~8.3.0||~8.4.0",
1717
"magento/framework": "102.0.*|103.0.*",
1818
"magento/module-payment": "100.3.*|100.4.*",
1919
"magento/module-checkout": "100.3.*|100.4.*",
2020
"magento/module-sales": "102.0.*|103.0.*",
21-
"payplug/payplug-php": "^3.7.0",
21+
"payplug/payplug-php": "^4.0.0",
2222
"giggsey/libphonenumber-for-php": "^8.10",
2323
"ext-openssl": "*"
2424
},

0 commit comments

Comments
 (0)