Skip to content

Commit

Permalink
Merge pull request #395 from ebanx/release/2.19.1
Browse files Browse the repository at this point in the history
Version bump 2.19.1
  • Loading branch information
jvmoreira authored Aug 17, 2020
2 parents 0c52131 + 8dad77a commit 2b2b4b2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# CHANGELOG
##2.19.1
* Fix - Fix Baloto test for new voucher layout [#396](https://github.com/ebanx/magento-gateway-ebanx/pull/396)
* Upkeep - Fix card duedate labels localization [#394](https://github.com/ebanx/magento-gateway-ebanx/pull/394)
* Upkeep - Limit to 6 the number of instalments for Uruguay [#393](https://github.com/ebanx/magento-gateway-ebanx/pull/393)

##2.19.0
* Feature - Add Uruguayan Debit Card support [#391](https://github.com/ebanx/magento-gateway-ebanx/pull/391)

Expand Down
2 changes: 1 addition & 1 deletion app/code/community/Ebanx/Gateway/etc/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<config>
<modules>
<Ebanx_Gateway>
<version>2.19.0</version>
<version>2.19.1</version>
</Ebanx_Gateway>
</modules>
<global>
Expand Down
2 changes: 1 addition & 1 deletion tests/magento/cypress.env.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"DEMO_INTEREST_RATE": 5.50,
"DEMO_BENJAMIN": "Benjamin",
"DEMO_PLATFORM": "from_magento",
"DEMO_PLATFORM_VERSION": "2.19.0",
"DEMO_PLATFORM_VERSION": "2.19.1",
"DEMO_CURRENCY": "USD"
}

0 comments on commit 2b2b4b2

Please sign in to comment.