Sandipan_Unsubscribe - Version 1.0.0.3

Version Notes

This is a stable version & tested on magento compatible versions. Fixed CE 1.7.0.2 bug. Please mail to sandipansaha88@gmail.com if you notice any bug.

Download this release

Release Info

Developer Sandipan Saha
Extension Sandipan_Unsubscribe
Version 1.0.0.3
Comparing to
See all releases


Code changes from version 1.0.0.2 to 1.0.0.3

Files changed (1) hide show
  1. package.xml +13 -9
package.xml CHANGED
@@ -1,19 +1,23 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Sandipan_Unsubscribe</name>
4
- <version>1.0.0.2</version>
5
  <stability>stable</stability>
6
  <license uri="http://opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
7
  <channel>community</channel>
8
  <extends/>
9
- <summary>Unsubscribe newsletter subscription</summary>
10
- <description>User can unsubscribe newsletter subscription from front-end directly.</description>
11
- <notes>This is a stable version &amp; tested on magento compatible versions.&#xD;
12
- Please mail to sandipansaha88@gmail.com if you notice any bug.</notes>
 
 
 
 
13
  <authors><author><name>Sandipan Saha</name><user>sandipansaha</user><email>sandipansaha88@gmail.com</email></author></authors>
14
- <date>2012-09-29</date>
15
- <time>05:30:57</time>
16
- <contents><target name="magecommunity"><dir name="Sandipan"><dir name="Unsubscribe"><dir name="Block"><file name="Unsubscribe.php" hash="4b2e66461018c8f2df19442b607cd10a"/><file name="Unsubscribeoverride.php" hash="a076748edbed089707f15c44f4c20843"/></dir><dir name="Helper"><file name="Data.php" hash="4ef51fb23adfb55ce1c6eb42b92ff18b"/></dir><dir name="controllers"><file name="IndexController.php" hash="2f05c85c64503c1bb6830f40db5de578"/></dir><dir name="etc"><file name="config.xml" hash="9e4d9bbe03284c9ea133a4c77b76dc0f"/></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="default"><dir name="default"><dir name="layout"><file name="unsubscribe.xml" hash="83cbcce3cfd705b0daa995f107ba93b7"/></dir><dir name="template"><dir name="unsubscribe"><file name="subscribe.phtml" hash="52c7766f564e41a3380a9ebc8cc16920"/><file name="unsubscribe.phtml" hash="28cf19e5a5676b46c3acbbb937ef97a9"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Sandipan_Unsubscribe.xml" hash="208cbfc6dc9aacef76b960d72339548b"/></dir></target></contents>
17
  <compatible/>
18
- <dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php><package><name>Mage_Core_Modules</name><channel>community</channel><min>1.6.0.0</min><max>1.7</max></package></required></dependencies>
19
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Sandipan_Unsubscribe</name>
4
+ <version>1.0.0.3</version>
5
  <stability>stable</stability>
6
  <license uri="http://opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
7
  <channel>community</channel>
8
  <extends/>
9
+ <summary>User can unsubscribe newsletter subscription from front-end directly by submitting email id. </summary>
10
+ <description>Newsletter Unsubscription allows user to unsubscribe newsletter subscription directly by submitting email id through front-end. So he does not need to depend on admin.&#xD;
11
+ &#xD;
12
+ The extension adds a link to unsubscription form page below the left panel "newsletter subscription" box.&#xD;
13
+ The unsubscription form page takes email id as input &amp; unsubscribe the user if already registered for subscription.&#xD;
14
+ &#xD;
15
+ Please Note: It is always recommended that you take proper back-up of your files &amp; database before install the extension. Please mail me to sandipansaha88@gmail.com for further clarification or support.</description>
16
+ <notes>This is a stable version &amp; tested on magento compatible versions. Fixed CE 1.7.0.2 bug. Please mail to sandipansaha88@gmail.com if you notice any bug.</notes>
17
  <authors><author><name>Sandipan Saha</name><user>sandipansaha</user><email>sandipansaha88@gmail.com</email></author></authors>
18
+ <date>2012-11-18</date>
19
+ <time>03:19:01</time>
20
+ <contents><target name="magecommunity"><dir name="Sandipan"><dir name="Unsubscribe"><dir name="Block"><file name="Unsubscribe.php" hash="4b2e66461018c8f2df19442b607cd10a"/><file name="Unsubscribeoverride.php" hash="a076748edbed089707f15c44f4c20843"/></dir><dir name="Helper"><file name="Data.php" hash="4ef51fb23adfb55ce1c6eb42b92ff18b"/></dir><dir name="controllers"><file name="IndexController.php" hash="2f05c85c64503c1bb6830f40db5de578"/></dir><dir name="etc"><file name="config.xml" hash="9e4d9bbe03284c9ea133a4c77b76dc0f"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Sandipan_Unsubscribe.xml" hash="208cbfc6dc9aacef76b960d72339548b"/></dir></target><target name="magedesign"><dir name="frontend"><dir name="default"><dir name="default"><dir name="layout"><file name="unsubscribe.xml" hash="83cbcce3cfd705b0daa995f107ba93b7"/></dir><dir name="template"><dir name="unsubscribe"><file name="subscribe.phtml" hash="52c7766f564e41a3380a9ebc8cc16920"/><file name="unsubscribe.phtml" hash="28cf19e5a5676b46c3acbbb937ef97a9"/></dir></dir></dir></dir></dir></target></contents>
21
  <compatible/>
22
+ <dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
23
  </package>