Skip to content
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: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Add Apple Pay button to product view page
- Add Apple Pay button to cart page
- Add Chrome and Firefox Apple button support
- Limit the module to PHP >=8.1 and <8.4
- Limit the module to PHP >=8.1 and <8.5
- Update payplug/payplug-php dependency version for PHP 8.4 compatibility

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

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

### Fixed

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
}
],
"require": {
"php": "~8.1.0||~8.2.0||~8.3.0",
"php": "~8.1.0||~8.2.0||~8.3.0||~8.4.0",
"magento/framework": "102.0.*|103.0.*",
"magento/module-payment": "100.3.*|100.4.*",
"magento/module-checkout": "100.3.*|100.4.*",
"magento/module-sales": "102.0.*|103.0.*",
"payplug/payplug-php": "^3.7.0",
"payplug/payplug-php": "^4.0.0",
"giggsey/libphonenumber-for-php": "^8.10",
"ext-openssl": "*"
},
Expand Down
Loading