Skip to content

Commit

Permalink
Prepared new release
Browse files Browse the repository at this point in the history
  • Loading branch information
FatchipRobert committed Dec 15, 2021
1 parent 13fb787 commit 58129ca
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 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 | `1.2.9`
|Module-Version | `1.2.10`
|Compatibility | Magento 2.1.0 - 2.4.x
|Link | http://www.ratepay.com
|Mail | integration@ratepay.com
Expand All @@ -23,6 +23,9 @@ php bin/magento cache:clean

## Changelog

### Version 1.2.10 - Released 2021-12-15
* Removed DeviceFingerPrint scripts from backend orders

### Version 1.2.9 - Released 2021-12-06
* Fixed scope context in discount tax detection
* Fixed validation problems for backend orders
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": "1.2.9",
"version": "1.2.10",
"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="1.2.9">
<module name="RatePAY_Payment" setup_version="1.2.10">
<sequence>
<module name="Magento_OfflinePayments"/>
</sequence>
Expand Down

0 comments on commit 58129ca

Please sign in to comment.