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 #45 from heidelpay/develop
Browse files Browse the repository at this point in the history
Change/Added new Version
  • Loading branch information
stevenobird authored Jan 24, 2018
2 parents c36bc38 + 2790be1 commit 17720fc
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@

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

## 18.1.24

### Fixed
- Bug which resulted in a REC (push) not being referenceable to the corresponding order if the payment has been received >30 days after order placement.

### Changed
- Replaced php-customer-message with php-message-code-mapper.

## 17.10.12

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion composer.json
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
}
],
"type": "magento2-module",
"license": "Use of this software requires acceptance of the Evaluation License Agreement. See LICENSE file.",
"license": "proprietary",
"autoload": {
"files": [
"registration.php"
Expand Down
2 changes: 1 addition & 1 deletion etc/module.xml
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<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="17.10.12" setup_version="17.10.12">
<module name="Heidelpay_Gateway" schema_version="18.1.24" setup_version="18.1.24">
<sequence>
<module name="Magento_Sales" />
<module name="Magento_Payment" />
Expand Down

0 comments on commit 17720fc

Please sign in to comment.