From 87375e73ed50f654c68b88dcc45bccb2d2e7c0a1 Mon Sep 17 00:00:00 2001 From: centerax Date: Thu, 24 May 2018 14:05:41 -0300 Subject: [PATCH 1/2] Constraint for Magento 2.1 --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 1c1e2d0..59e7722 100755 --- a/composer.json +++ b/composer.json @@ -24,6 +24,7 @@ "forum": "http://ebizmarts.com/forums/view/1" }, "require" : { - "mandrill/mandrill": "1.0.*" + "mandrill/mandrill": "1.0.*", + "magento/module-sales": "^100.1.11" } } From 7d2f8b78bcd84e63a934cae35781ff79edff6732 Mon Sep 17 00:00:00 2001 From: centerax Date: Thu, 24 May 2018 14:08:17 -0300 Subject: [PATCH 2/2] version 3.0.14. closes #68 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 59e7722..25c9430 100755 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ }, "description": "Connect Mandrill with Magento", "type": "magento2-module", - "version": "3.0.13", + "version": "3.0.14", "authors": [ { "name": "Ebizmarts Corp",