Skip to content

Commit

Permalink
Prepared new release
Browse files Browse the repository at this point in the history
  • Loading branch information
FatchipRobert committed Aug 22, 2022
1 parent b210493 commit 8b6a917
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 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.1.4`
|Module-Version | `2.1.5`
|Compatibility | Magento 2.3.0 - 2.4.x
|Link | http://www.ratepay.com
|Mail | [email protected]
Expand All @@ -23,6 +23,10 @@ php bin/magento cache:clean

## Changelog

### Version 2.1.5 - Released 2022-08-22
* Added proxy mode for IP determination when shop server is behind a proxy
* Visual adjustments to instalment calculator

### Version 2.1.4 - Released 2022-08-03
* Fixed problems with orders in pre 2.0.0 format after update
* Fixed display problem with instalment calculator in some browser zoom levels
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.1.4",
"version": "2.1.5",
"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.1.4">
<module name="RatePAY_Payment" setup_version="2.1.5">
<sequence>
<module name="Magento_OfflinePayments"/>
</sequence>
Expand Down

0 comments on commit 8b6a917

Please sign in to comment.