Skip to content

Commit

Permalink
PLGMAG2V2-790: Prepare changes for the 1.30.0 release (#238)
Browse files Browse the repository at this point in the history
* PLGMAG2V2-790: Prepare changes for the 3.8.0 release

* Update README.md
  • Loading branch information
vinodsowdagar authored Aug 31, 2024
1 parent 7479d41 commit e727e88
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.30.0] - 2024-08-30
### Added
- PLGMAG2V2-779: Added payment component for BNPL methods

## [1.29.0] - 2024-07-05
### Added
- PLGMAG2V2-741: Added Manual Capture support for the Card payment, Visa, Mastercard and Maestro gateways. For more information about this feature, please check the [MultiSafepay Manual Capture documentation](https://docs.multisafepay.com/docs/manual-capture).
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align="center">
<img src="https://camo.githubusercontent.com/81fc6cfa9dd111f704e7e5eb0d0fd87b9096a942049377ed2295c6480f5cdf82/68747470733a2f2f7777772e6d756c7469736166657061792e636f6d2f66696c6561646d696e2f74656d706c6174652f696d672f6d756c7469736166657061792d6c6f676f2d69636f6e2e737667" width="400px" position="center">
<img src="https://www.multisafepay.com/fileadmin/template/img/multisafepay-logo.svg" width="400px" position="center">
</p>

# MultiSafepay plugin for Magento 2 (Backend module)
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "multisafepay/magento2-adminhtml",
"description": "MultiSafepay backend module for Magento 2",
"version": "1.29.0",
"version": "1.30.0",
"require": {
"multisafepay/magento2-core": "^3.7",
"multisafepay/magento2-core": "^3.8",
"magento/framework": "^102.0|^103.0",
"magento/module-backend": "^101.0|^102.0",
"magento/module-config": "^101.0",
Expand Down

0 comments on commit e727e88

Please sign in to comment.