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 @@ */ --> - +