Activated_Newsletter_Coupon - Version 1.0.1

Version Notes

- Update for SUPEE6788

Download this release

Release Info

Developer Activated Apps
Extension Activated_Newsletter_Coupon
Version 1.0.1
Comparing to
See all releases


Code changes from version 1.0.0 to 1.0.1

app/code/community/Activated/NewsletterCoupon/etc/config.xml CHANGED
@@ -2,7 +2,7 @@
2
  <config>
3
  <modules>
4
  <Activated_NewsletterCoupon>
5
- <version>1.0.0</version>
6
  </Activated_NewsletterCoupon>
7
  </modules>
8
  <global>
2
  <config>
3
  <modules>
4
  <Activated_NewsletterCoupon>
5
+ <version>1.0.1</version>
6
  </Activated_NewsletterCoupon>
7
  </modules>
8
  <global>
package.xml CHANGED
@@ -1,18 +1,18 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Activated_Newsletter_Coupon</name>
4
- <version>1.0.0</version>
5
  <stability>stable</stability>
6
  <license>EULA</license>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>Send coupons on newsletter sign up.</summary>
10
  <description>Using Activated Newsletter Coupon, you can create an incentive for your customers to sign up to your newsletter. Whether a static coupon or auto-generated, this module can handle it.</description>
11
- <notes>Initial release</notes>
12
  <authors><author><name>Activated Apps</name><user>Owner</user><email>admin@activatedapps.com</email></author></authors>
13
- <date>2015-09-14</date>
14
- <time>07:09:28</time>
15
- <contents><target name="magecommunity"><dir name="Activated"><dir name="NewsletterCoupon"><dir name="Helper"><file name="Data.php" hash="0bb7b9adbc08ad3cdf4fa1c3dd27dd54"/></dir><dir name="Model"><file name="NewsletterCoupon.php" hash="0af5b77c98412eb9be5138abdb7b8037"/><file name="Subscriber.php" hash="0b9eb71bfabaefd2b06939a6723b98c0"/></dir><dir name="controllers"><file name="SubscriberController.php" hash="5721379c9a0cab1c0cf807baa9db43d7"/></dir><dir name="etc"><file name="adminhtml.xml" hash="85b6f9a442c568ffe80699a63e618d1d"/><file name="config.xml" hash="ef8c1d0b3e4e309ace626f9172bc504a"/><file name="system.xml" hash="7d7e8c2309f5c73906242db443954b1b"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Activated_NewsletterCoupon.xml" hash="8332639258432e7a5293e71902bd613c"/></dir></target><target name="magelocale"><dir name="en_US"><dir name="template"><dir name="email"><dir name="newslettercoupon"><file name="newslettercoupon_view_confirmtemplate.html" hash="f0e8df583ee9a8bc8fcfe3fe9515a3bc"/><file name="newslettercoupon_view_template.html" hash="d3b9d07b0d0b9f6fa08abea5a222a3a8"/></dir></dir></dir></dir></target></contents>
16
  <compatible/>
17
  <dependencies><required><php><min>5.4.0</min><max>5.6.12</max></php></required></dependencies>
18
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Activated_Newsletter_Coupon</name>
4
+ <version>1.0.1</version>
5
  <stability>stable</stability>
6
  <license>EULA</license>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>Send coupons on newsletter sign up.</summary>
10
  <description>Using Activated Newsletter Coupon, you can create an incentive for your customers to sign up to your newsletter. Whether a static coupon or auto-generated, this module can handle it.</description>
11
+ <notes>- Update for SUPEE6788</notes>
12
  <authors><author><name>Activated Apps</name><user>Owner</user><email>admin@activatedapps.com</email></author></authors>
13
+ <date>2015-11-04</date>
14
+ <time>22:12:54</time>
15
+ <contents><target name="magecommunity"><dir name="Activated"><dir name="NewsletterCoupon"><dir name="Helper"><file name="Data.php" hash="0bb7b9adbc08ad3cdf4fa1c3dd27dd54"/></dir><dir name="Model"><file name="NewsletterCoupon.php" hash="0af5b77c98412eb9be5138abdb7b8037"/><file name="Subscriber.php" hash="0b9eb71bfabaefd2b06939a6723b98c0"/></dir><dir name="controllers"><file name="SubscriberController.php" hash="5721379c9a0cab1c0cf807baa9db43d7"/></dir><dir name="etc"><file name="adminhtml.xml" hash="85b6f9a442c568ffe80699a63e618d1d"/><file name="config.xml" hash="9fe9f6712be61a417482f60a78401208"/><file name="system.xml" hash="7d7e8c2309f5c73906242db443954b1b"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Activated_NewsletterCoupon.xml" hash="8332639258432e7a5293e71902bd613c"/></dir></target><target name="magelocale"><dir name="en_US"><dir name="template"><dir name="email"><dir name="newslettercoupon"><file name="newslettercoupon_view_confirmtemplate.html" hash="f0e8df583ee9a8bc8fcfe3fe9515a3bc"/><file name="newslettercoupon_view_template.html" hash="d3b9d07b0d0b9f6fa08abea5a222a3a8"/></dir></dir></dir></dir></target></contents>
16
  <compatible/>
17
  <dependencies><required><php><min>5.4.0</min><max>5.6.12</max></php></required></dependencies>
18
  </package>