Skip to content

Commit

Permalink
Merge pull request #266 from omise/release-prep2.12
Browse files Browse the repository at this point in the history
Preparing to release v2.12
  • Loading branch information
mayurkathale authored Aug 25, 2020
2 parents c97892d + 6978052 commit 7c32994
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# CHANGELOG

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

### ✨ Highlights
- Implemented new payment method - PromptPay, hiding payment methods which are not supported by currency, hardcode charge expiry date. (PR [#264](https://github.com/omise/omise-magento/pull/264))

### 🚀 Enhancements
- Updated content on PayNow order success page and adding support to send Paynow QR code via email. (PR [#260](https://github.com/omise/omise-magento/pull/260))
- Hiding input card details form on selecting payment with saved card. (PR [#265](https://github.com/omise/omise-magento/pull/265))


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

### 👾 Bug Fixes
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.11.0",
"version": "2.12.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.11.0">
<module name="Omise_Payment" setup_version="2.12.0">
<sequence>
<module name="Magento_Sales"/>
<module name="Magento_Payment"/>
Expand Down

0 comments on commit 7c32994

Please sign in to comment.