Skip to content

Commit

Permalink
doc: v0.3.1 - refactor helpers and change dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Francois-Gomis committed Apr 12, 2022
1 parent c52c09d commit af661c3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
CHANGELOG
=========

v0.3.1
------
* Refactor helpers
* Change alma-monthlypayments-magento2 version dependency

v0.2.5
------
* Restaure magento sale graph-ql dependency
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"description": "Integrates Alma Monthly Payments into Graph QL Magento 2 ",
"require": {
"php": ">=5.5",
"alma/alma-monthlypayments-magento2": ">=2.2.0",
"alma/alma-monthlypayments-magento2": ">=2.4.0",
"magento/module-sales-graph-ql": ">=100.3.0"
},
"type": "magento2-module",
"version": "0.3.0",
"version": "0.3.1",
"license": [
"MIT"
],
Expand Down
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="Alma_GraphQL" setup_version="0.2.6">
<module name="Alma_GraphQL" setup_version="0.3.1">
<sequence>
<module name="Alma_MonthlyPayments"/>
</sequence>
Expand Down

0 comments on commit af661c3

Please sign in to comment.