Version Notes
enjoy :)
Download this release
Release Info
Developer | Magento Core Team |
Extension | MDN_CustomerUniversalPassword |
Version | 1.4 |
Comparing to | |
See all releases |
Code changes from version 1.3 to 1.4
app/code/community/MDN/CustomerUniversalPassword/etc/config.xml
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
<config>
|
3 |
<modules>
|
4 |
<MDN_CustomerUniversalPassword>
|
5 |
-
<version>1.
|
6 |
</MDN_CustomerUniversalPassword>
|
7 |
</modules>
|
8 |
<global>
|
2 |
<config>
|
3 |
<modules>
|
4 |
<MDN_CustomerUniversalPassword>
|
5 |
+
<version>1.3</version>
|
6 |
</MDN_CustomerUniversalPassword>
|
7 |
</modules>
|
8 |
<global>
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>MDN_CustomerUniversalPassword</name>
|
4 |
-
<version>1.
|
5 |
<stability>stable</stability>
|
6 |
<license>OSL v3</license>
|
7 |
<channel>community</channel>
|
@@ -10,9 +10,9 @@
|
|
10 |
<description>Log in on front as any customer using universal password for administration purposes</description>
|
11 |
<notes>enjoy :)</notes>
|
12 |
<authors><author><name>Zimmermann</name><user>auto-converted</user><email>contact@maisondulogiciel.com</email></author></authors>
|
13 |
-
<date>2009-07-
|
14 |
-
<time>
|
15 |
-
<contents><target name="magecommunity"><dir name="MDN"><dir name="CustomerUniversalPassword"><dir name="etc"><file name="config.xml" hash="
|
16 |
<compatible/>
|
17 |
<dependencies/>
|
18 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>MDN_CustomerUniversalPassword</name>
|
4 |
+
<version>1.4</version>
|
5 |
<stability>stable</stability>
|
6 |
<license>OSL v3</license>
|
7 |
<channel>community</channel>
|
10 |
<description>Log in on front as any customer using universal password for administration purposes</description>
|
11 |
<notes>enjoy :)</notes>
|
12 |
<authors><author><name>Zimmermann</name><user>auto-converted</user><email>contact@maisondulogiciel.com</email></author></authors>
|
13 |
+
<date>2009-07-03</date>
|
14 |
+
<time>08:07:08</time>
|
15 |
+
<contents><target name="magecommunity"><dir name="MDN"><dir name="CustomerUniversalPassword"><dir name="etc"><file name="config.xml" hash="45a8e02d0cfed97881df1b65db773838"/><file name="system.xml" hash="eece3bbd3a5453dd520ced08f2e6290b"/></dir><dir name="Helper"><file name="Data.php" hash="dcd53e349f3729c07e491cee04825494"/></dir><dir name="Model"><file name="Customer.php" hash="904716d400bd9aeb6bed3729c82a6cda"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="MDN_CustomerUniversalPassword.xml" hash="4f94d9eab8bb5e7950a0c7d05ff16e06"/></dir></target></contents>
|
16 |
<compatible/>
|
17 |
<dependencies/>
|
18 |
</package>
|