Skip to content

Commit

Permalink
Merge pull request #121 from MultiSafepay/release/1.12.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 f61b97e + 9955496 commit de33b40
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,15 @@ 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]

## [1.12.0] - 2021-08-27
### Changed
- Dropped support for Magento 2.2.x versions.
- Changed event listeners from controller_action_predispatch to backend_auth_user_login_success for checking the new released plugin versions. (Thanks to @Tjitse-E)
- Improved the UX/UI for General Information page

### Fixed
- Fixed PHP Mess detector issues.

## [1.11.0] - 2021-07-30
### Added
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 module for Magento 2 (backend-only)",
"version": "1.11.0",
"version": "1.12.0",
"require": {
"multisafepay/magento2-core": "^2.9",
"multisafepay/magento2-core": "^2.10",
"magento/framework": "^102.0|^103.0",
"magento/module-backend": "^101.0|^102.0",
"magento/module-config": "^101.0",
Expand Down

0 comments on commit de33b40

Please sign in to comment.