Skip to content

Commit

Permalink
add catcher block
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzaloebiz committed May 3, 2017
1 parent 07ad74a commit 251adfe
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 2 deletions.
25 changes: 25 additions & 0 deletions Block/Catcher.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<?php
/**
* mc-magento2 Magento Component
*
* @category Ebizmarts
* @package mc-magento2
* @author Ebizmarts Team <[email protected]>
* @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...
}
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"description": "Connect MailChimp with Magento",
"type": "magento2-module",
"version": "1.0.8",
"version": "1.0.9",
"authors": [
{
"name": "Ebizmarts Corp",
Expand Down
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
*/
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="Ebizmarts_MailChimp" setup_version="1.0.8">
<module name="Ebizmarts_MailChimp" setup_version="1.0.9">
<sequence>
<module name="Magento_Newsletter"/>
</sequence>
Expand Down

0 comments on commit 251adfe

Please sign in to comment.