Skip to content

Commit

Permalink
Merge pull request #271 from omise/release-prep2.13
Browse files Browse the repository at this point in the history
Preparing to release version 2.13
  • Loading branch information
mayurkathale authored Sep 15, 2020
2 parents 8e46e1b + 9b1da70 commit ac8155e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# CHANGELOG

## [v2.13 _(Sep 15, 2020)_](https://github.com/omise/omise-magento/releases/tag/v2.13)

### 👾 Bug Fixes
- Fixing issue for header and footer information in email containing payment QR, Barcodes for multi-store setup. (PR [#269](https://github.com/omise/omise-magento/pull/260))
- Card payment throws error while checkout for PHP 7.4 version. (PR [#268](https://github.com/omise/omise-magento/pull/268))


## [v2.12 _(Aug 25, 2020)_](https://github.com/omise/omise-magento/releases/tag/v2.12)

### ✨ Highlights
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"email": "[email protected]"
}
],
"version": "2.12.0",
"version": "2.13.0",
"minimum-stability": "stable",
"type": "magento2-module",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="Omise_Payment" setup_version="2.12.0">
<module name="Omise_Payment" setup_version="2.13.0">
<sequence>
<module name="Magento_Sales"/>
<module name="Magento_Payment"/>
Expand Down

0 comments on commit ac8155e

Please sign in to comment.