From 251adfeb8e664e4118dcbeadd0dc630f0f140287 Mon Sep 17 00:00:00 2001 From: gonzalo Date: Wed, 3 May 2017 12:20:45 -0300 Subject: [PATCH] add catcher block --- Block/Catcher.php | 25 +++++++++++++++++++++++++ composer.json | 2 +- etc/module.xml | 2 +- 3 files changed, 27 insertions(+), 2 deletions(-) create mode 100644 Block/Catcher.php diff --git a/Block/Catcher.php b/Block/Catcher.php new file mode 100644 index 00000000..b60db9bb --- /dev/null +++ b/Block/Catcher.php @@ -0,0 +1,25 @@ + + * @copyright Ebizmarts (http://ebizmarts.com) + * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + * @date: 4/25/17 3:35 PM + * @file: Catcher.php + */ +namespace Ebizmarts\MailChimp\Block; + +use Magento\Framework\View\Element\Template; + +class Catcher extends Template +{ + /** + * @var string $_template + */ + protected $_template = "catcher.phtml"; + + // write your methods here... +} \ No newline at end of file diff --git a/composer.json b/composer.json index c02489fb..75b482e9 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ }, "description": "Connect MailChimp with Magento", "type": "magento2-module", - "version": "1.0.8", + "version": "1.0.9", "authors": [ { "name": "Ebizmarts Corp", diff --git a/etc/module.xml b/etc/module.xml index 77971f73..ed4df02a 100644 --- a/etc/module.xml +++ b/etc/module.xml @@ -11,7 +11,7 @@ */ --> - +