Skip to content

Commit

Permalink
Release of 3.1.0 (#402)
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel-MultiSafepay authored Nov 28, 2024
1 parent 2c22122 commit 954697a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Changelog
All notable changes to this project will be documented in this file.

## [3.1.0] - 2024-11-28
### Changed
+ DAVAMS-801: Rebrand Afterpay - Riverty Logo

### Removed
+ PLGSHPS6-367: Remove iDEAL issuer dropdown

## [3.0.0] - 2024-06-10
### Added
+ PLGSHPS6-349: Add support for Shopware 6.6
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "multisafepay/shopware6",
"description": "MultiSafepay module for shopware 6",
"type": "shopware-platform-plugin",
"version": "3.0.0",
"version": "3.1.0",
"license": "MIT",
"minimum-stability": "stable",
"require": {
Expand Down
2 changes: 1 addition & 1 deletion src/Util/VersionUtil.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ class VersionUtil
*
* @var string
*/
public const PLUGIN_VERSION = '3.0.0';
public const PLUGIN_VERSION = '3.1.0';
}

0 comments on commit 954697a

Please sign in to comment.