Skip to content
This repository has been archived by the owner on Feb 16, 2022. It is now read-only.

Commit

Permalink
Merge pull request #99 from heidelpay/release_19.5.08
Browse files Browse the repository at this point in the history
(MAGE2-165) prepare release 19.5.08
  • Loading branch information
Ryouzanpaku authored May 8, 2019
2 parents 7921950 + 417f5a9 commit 247558b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@

This project does not follow a versioning standard. Versions are crafted after the dates; for example, the version 17.7.25 was released on July, 25th in 2017

## 19.xx.xx
## 19.5.08
### Change
- improved status handling to ensure compatibility with magento 2.2.8
### Fixed
- An issue that prevented an invoice to be (partly) refunded twice.
- An issue where different curencies can cause that order is created in base currency.
- An issue where different currencies can cause that order is created in base currency.

### Changed
- Improved response handling if Post data is empty: Customer gets redirected to cart with an error message. Wording of
Expand Down
4 changes: 2 additions & 2 deletions etc/module.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../../lib/internal/Magento/Framework/Module/etc/module.xsd">
<module name="Heidelpay_Gateway" schema_version="19.1.30" setup_version="19.1.30">
<module name="Heidelpay_Gateway" schema_version="19.5.8" setup_version="19.5.8">
<sequence>
<module name="Magento_Sales" />
<module name="Magento_Payment" />
<module name="Magento_Directory" />
<module name="Magento_Config" />
</sequence>
</module>
</config>
</config>

0 comments on commit 247558b

Please sign in to comment.