Skip to content

Commit

Permalink
Version 2.1.2
Browse files Browse the repository at this point in the history
- Reverted version 2.2.0 (it will be released later with other modification)
- Resolved signifyd-php library version issue
  • Loading branch information
ebanolopes committed Jan 17, 2018
1 parent bcf4515 commit 812b9da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"name": "signifyd/module-connect",
"description": "Signifyd integration for Magento",
"require": {
"signifyd/signifyd-php":"0.1.*"
"signifyd/signifyd-php":"1.*"
},
"type": "magento2-module",
"version": "2.1.1",
"version": "2.1.2",
"autoload": {
"files": [ "registration.php" ],
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*/
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="Signifyd_Connect" setup_version="2.1.1">
<module name="Signifyd_Connect" setup_version="2.1.2">
<sequence>
<module name="Magento_Sales" />
<module name="Magento_Payment" />
Expand Down

0 comments on commit 812b9da

Please sign in to comment.