Rack_SelfDelete - Version 0.1.1

Version Notes

0.1.1 Initial release

Download this release

Release Info

Developer Magento Core Team
Extension Rack_SelfDelete
Version 0.1.1
Comparing to
See all releases


Code changes from version 0.1.0 to 0.1.1

app/code/community/Rack/SelfDelete/etc/config.xml CHANGED
@@ -2,7 +2,7 @@
2
  <config>
3
  <modules>
4
  <Rack_SelfDelete>
5
- <version>0.1.0</version>
6
  </Rack_SelfDelete>
7
  </modules>
8
  <global>
2
  <config>
3
  <modules>
4
  <Rack_SelfDelete>
5
+ <version>0.1.1</version>
6
  </Rack_SelfDelete>
7
  </modules>
8
  <global>
package.xml CHANGED
@@ -1,18 +1,18 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Rack_SelfDelete</name>
4
- <version>0.1.0</version>
5
  <stability>stable</stability>
6
  <license>OSL v3.0</license>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>This extension can delete customer account from frontend.</summary>
10
  <description>This extension can delete customer account from frontend.</description>
11
- <notes>0.1.0 Initial release</notes>
12
- <authors><author><name>rack</name><user>auto-converted</user><email>rack990@gmail.com</email></author></authors>
13
  <date>2010-08-05</date>
14
- <time>05:45:25</time>
15
- <contents><target name="magelocale"><dir name="en_US"><file name="Rack_SelfDelete.csv" hash="4903cd8e9e983bc196d9a668abab2c3d"/></dir><dir name="ja_JP"><file name="Rack_SelfDelete.csv" hash="ff5f47934585d39a6e9aa86e4fd279f3"/></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="rack_selfdelete.xml" hash="b1571009adace4b68f2e360613bd5252"/></dir><dir name="template"><dir name="selfdelete"><file name="form.phtml" hash="dfc9b019e705a4f3dd7466c16c741c91"/><file name="success.phtml" hash="319ddcf839d7056c765412ecf1d25288"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Rack_SelfDelete.xml" hash="77568659c9b88f99648817d4a12eb9b9"/></dir></target><target name="magecommunity"><dir name="Rack"><dir name="SelfDelete"><dir name="Block"><dir name="Customer"><file name="Form.php" hash="d421b375440ed3d8d50e7a673240552f"/></dir><file name="Success.php" hash="ecf779b60e10a9251aaedfe935afc5a6"/></dir><dir name="controllers"><file name="CustomerController.php" hash="ced73c9a2a48bb631b5545a4887a8588"/></dir><dir name="etc"><file name="config.xml" hash="667d5ed16fc0f2a9517de220971c7789"/><file name="system.xml" hash="e0ef0c2ffef2c5ece4e77f059b438f75"/></dir><dir name="Helper"><file name="Data.php" hash="4067f1b8d0fa5edf4064e04f8cfbdc0e"/></dir><dir name="Model"><file name="SelfDelete.php" hash="8f9ad2d574c158c0f9daa148c1e82d37"/><file name="Session.php" hash="d1be26e8896492f6257f662ec997ad75"/></dir></dir></dir></target></contents>
16
  <compatible/>
17
  <dependencies/>
18
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Rack_SelfDelete</name>
4
+ <version>0.1.1</version>
5
  <stability>stable</stability>
6
  <license>OSL v3.0</license>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>This extension can delete customer account from frontend.</summary>
10
  <description>This extension can delete customer account from frontend.</description>
11
+ <notes>0.1.1 Initial release</notes>
12
+ <authors><author><name>rack</name><user>auto-converted</user><email>nishi@kdl.co.jp</email></author></authors>
13
  <date>2010-08-05</date>
14
+ <time>06:32:10</time>
15
+ <contents><target name="magelocale"><dir name="en_US"><file name="Rack_SelfDelete.csv" hash="4903cd8e9e983bc196d9a668abab2c3d"/></dir><dir name="ja_JP"><file name="Rack_SelfDelete.csv" hash="ff5f47934585d39a6e9aa86e4fd279f3"/></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="rack_selfdelete.xml" hash="b1571009adace4b68f2e360613bd5252"/></dir><dir name="template"><dir name="selfdelete"><file name="form.phtml" hash="dfc9b019e705a4f3dd7466c16c741c91"/><file name="success.phtml" hash="319ddcf839d7056c765412ecf1d25288"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Rack_SelfDelete.xml" hash="77568659c9b88f99648817d4a12eb9b9"/></dir></target><target name="magecommunity"><dir name="Rack"><dir name="SelfDelete"><dir name="Block"><dir name="Customer"><file name="Form.php" hash="d421b375440ed3d8d50e7a673240552f"/></dir><file name="Success.php" hash="ecf779b60e10a9251aaedfe935afc5a6"/></dir><dir name="controllers"><file name="CustomerController.php" hash="ced73c9a2a48bb631b5545a4887a8588"/></dir><dir name="etc"><file name="config.xml" hash="d86221324b3168327d4d8327e41fbf05"/><file name="system.xml" hash="e0ef0c2ffef2c5ece4e77f059b438f75"/></dir><dir name="Helper"><file name="Data.php" hash="4067f1b8d0fa5edf4064e04f8cfbdc0e"/></dir><dir name="Model"><file name="SelfDelete.php" hash="8f9ad2d574c158c0f9daa148c1e82d37"/><file name="Session.php" hash="d1be26e8896492f6257f662ec997ad75"/></dir></dir></dir></target></contents>
16
  <compatible/>
17
  <dependencies/>
18
  </package>