Skip to content

Commit

Permalink
Incremented version number for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
FatchipRobert committed Apr 28, 2022
1 parent 4df3a03 commit 5d05a0b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
|Repository | Ratepay Module for Magento 2
|------|----------
|Author | Robert Müller
|Module-Version | `2.0.0`
|Module-Version | `2.1.0`
|Compatibility | Magento 2.1.0 - 2.4.x
|Link | http://www.ratepay.com
|Mail | integration@ratepay.com
Expand All @@ -23,6 +23,13 @@ php bin/magento cache:clean

## Changelog

### Version 2.1.0 - Released 2022-04-28
* Added compatibility to Magento 2.4.4 and PHP 8.1
* Added support for the Magento multi shipping feature
* Fixed availability check for Ratepay profile id concerning the shipping country
* Fixed missing error message when invalid IBAN was entered
* Fixed a problem with a checkout layout attribute

### Version 2.0.0 - Released 2022-02-01
* The profile configuration has been refactored completely ( there will be a migration when you are updating from a pre 2.0.0 version )
* 0% instalments now support multiple runtimes
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": "ratepay/magento2-payment",
"description": "Official Ratepay Payments Extension for Magento 2",
"type": "magento2-module",
"version": "2.0.0",
"version": "2.1.0",
"license": "MIT",

"require": {
Expand Down
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>

<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="RatePAY_Payment" setup_version="2.0.0">
<module name="RatePAY_Payment" setup_version="2.1.0">
<sequence>
<module name="Magento_OfflinePayments"/>
</sequence>
Expand Down

0 comments on commit 5d05a0b

Please sign in to comment.