Skip to content

Commit

Permalink
Merge pull request #428 from MultiSafepay/release/2.10.0
Browse files Browse the repository at this point in the history
added release data
  • Loading branch information
Stanislau-MultiSafepay authored Aug 27, 2021
2 parents b4fe130 + 291002e commit 910ae6b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,19 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [2.10.0] - 2021-08-27
### Added
- Added compatibility with Adobe Commerce Gift Wrapping plugin.
- Payment links can now be used for both order confirmation emails and order comment emails.

### Changed
- Code refactored for order service methods.
- We are now removing sensitive data from the payment after the customer has been redirected.
- Changed the resolution of payment icons to be more in line with Magento core payment icons
- Added date picker field for Date of Birth checkout fields to further increase the consistency of input
- Dropped support for Magento 2.2.x versions.
- Payment links can now be used for both order confirmation emails and order comment emails.
- Deleted unnecessary order savings for better performance

### Fixed
- Fixed PHP Mess detector issues.
Expand Down
2 changes: 1 addition & 1 deletion Util/VersionUtil.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public function __construct(
*/
public function getPluginVersion(): string
{
return '2.11.0';
return '2.12.0';
}

/**
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-core",
"description": "MultiSafepay module for Magento 2",
"version": "2.9.0",
"version": "2.10.0",
"require": {
"multisafepay/php-sdk": "^5.1",
"multisafepay/php-sdk": "^5.2",
"php-http/guzzle6-adapter": "*",
"guzzlehttp/psr7": "*",
"http-interop/http-factory-guzzle": "^1.0",
Expand Down

0 comments on commit 910ae6b

Please sign in to comment.