Version Notes
Second review release
Download this release
Release Info
Developer | Suman Kar |
Extension | Magento4u_CustomerAttribute |
Version | 1.0.1 |
Comparing to | |
See all releases |
Code changes from version 1.0.0 to 1.0.1
app/code/community/Magento4u/Customer/etc/config.xml
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
<config>
|
3 |
<modules>
|
4 |
<Magento4u_Customer>
|
5 |
-
<version>1.0.
|
6 |
</Magento4u_Customer>
|
7 |
</modules>
|
8 |
<global>
|
2 |
<config>
|
3 |
<modules>
|
4 |
<Magento4u_Customer>
|
5 |
+
<version>1.0.1</version>
|
6 |
</Magento4u_Customer>
|
7 |
</modules>
|
8 |
<global>
|
app/code/community/Magento4u/Customer/sql/magento4u_customer_setup/{install-1.0.0.php → install-1.0.1.php}
RENAMED
File without changes
|
package.xml
CHANGED
@@ -1,18 +1,18 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Magento4u_CustomerAttribute</name>
|
4 |
-
<version>1.0.
|
5 |
<stability>stable</stability>
|
6 |
<license>OSL</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Add custom attribute to customer entity</summary>
|
10 |
<description>This extension add custom attribute "profession" to the customer entity. Edit operation is also available in Account Information screen.</description>
|
11 |
-
<notes>
|
12 |
<authors><author><name>Suman Kar</name><user>magento4u</user><email>suman.jis@gmail.com</email></author></authors>
|
13 |
<date>2013-10-02</date>
|
14 |
-
<time>
|
15 |
-
<contents><target name="mageetc"><dir name="modules"><file name="Magento4u_Customer.xml" hash="392b13cc5084348110e4807fc5fb0782"/></dir></target><target name="magecommunity"><dir name="Magento4u"><dir name="Customer"><dir name="controllers"><file name="AccountController.php" hash="5dd597e0896f59869850a1e0b825552a"/></dir><dir name="etc"><file name="config.xml" hash="
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>5.1.1</min><max>6.0.0</max></php><package><name>Mage_Core_Modules</name><channel>community</channel><min>1.5.0.0</min><max>1.8.0.0</max></package></required></dependencies>
|
18 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Magento4u_CustomerAttribute</name>
|
4 |
+
<version>1.0.1</version>
|
5 |
<stability>stable</stability>
|
6 |
<license>OSL</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Add custom attribute to customer entity</summary>
|
10 |
<description>This extension add custom attribute "profession" to the customer entity. Edit operation is also available in Account Information screen.</description>
|
11 |
+
<notes>Second review release</notes>
|
12 |
<authors><author><name>Suman Kar</name><user>magento4u</user><email>suman.jis@gmail.com</email></author></authors>
|
13 |
<date>2013-10-02</date>
|
14 |
+
<time>18:00:54</time>
|
15 |
+
<contents><target name="mageetc"><dir name="modules"><file name="Magento4u_Customer.xml" hash="392b13cc5084348110e4807fc5fb0782"/></dir></target><target name="magecommunity"><dir name="Magento4u"><dir name="Customer"><dir name="controllers"><file name="AccountController.php" hash="5dd597e0896f59869850a1e0b825552a"/></dir><dir name="etc"><file name="config.xml" hash="e34ca2a0e1a275cbc09dfa8844729721"/></dir><dir name="sql"><dir name="magento4u_customer_setup"><file name="install-1.0.1.php" hash="61527f6c60674f79852070ce890f122e"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="default"><dir name="default"><dir name="layout"><file name="magento4u_customer.xml" hash="6278668aa7a41bc75d7fbe9ae24df0eb"/></dir><dir name="template"><dir name="magento4u"><dir name="customer"><dir name="form"><file name="edit.phtml" hash="eb2a82ad1d0fea1058d368a244f244c6"/></dir></dir></dir></dir></dir></dir></dir></target></contents>
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>5.1.1</min><max>6.0.0</max></php><package><name>Mage_Core_Modules</name><channel>community</channel><min>1.5.0.0</min><max>1.8.0.0</max></package></required></dependencies>
|
18 |
</package>
|