Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
olance committed Oct 14, 2020
1 parent cdc17fd commit c372802
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Changelog
=========

v1.2.0
------

* Dependencies update
* Code cleaning
* Fix & improve handling of eligibility when several installments plans are activated
* Fix & improve API key validation and saving: only the key for selected API mode is now required
* Include order "increment ID" (i.e. order reference) in Alma's payment data – will be available in Alma data exports

v1.1.1
------

Expand Down
2 changes: 1 addition & 1 deletion src/app/code/community/Alma/Installments/etc/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<config>
<modules>
<Alma_Installments>
<version>1.1.1</version>
<version>1.2.0</version>
</Alma_Installments>
</modules>
<default>
Expand Down
2 changes: 1 addition & 1 deletion src/composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "alma/alma-installments-magento1",
"description": "Integrates Alma Monthly Installments into Magento 1",
"version": "1.1.1",
"version": "1.2.0",
"require": {
"alma/alma-php-client": "*",
"psr/log": "^1.1"
Expand Down

0 comments on commit c372802

Please sign in to comment.