Version Notes
https://github.com/curkle/Magento-addressAutoComplete
Download this release
Release Info
Developer | Curkle Inc |
Extension | Curkle-Magento-addressAutoComplete |
Version | 0.1.3 |
Comparing to | |
See all releases |
Code changes from version 0.1.2 to 0.1.3
app/etc/modules/Curkle_AddressAutoComplete.xml
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0"?>
|
2 |
+
<config>
|
3 |
+
<modules>
|
4 |
+
<Curkle_AddressAutoComplete>
|
5 |
+
<active>true</active>
|
6 |
+
<codePool>local</codePool>
|
7 |
+
<version>0.1.2</version>
|
8 |
+
</Curkle_AddressAutoComplete>
|
9 |
+
</modules>
|
10 |
+
</config>
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Curkle-Magento-addressAutoComplete</name>
|
4 |
-
<version>0.1.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">OSL</license>
|
7 |
<channel>community</channel>
|
@@ -22,8 +22,8 @@ for more detail.
|
|
22 |
<notes>https://github.com/curkle/Magento-addressAutoComplete</notes>
|
23 |
<authors><author><name>Curkle Inc</name><user>Vincent</user><email>vincent@curkle.com</email></author></authors>
|
24 |
<date>2015-02-09</date>
|
25 |
-
<time>
|
26 |
-
<contents><target name="magelocal"><dir><dir name="Curkle"><dir name="AddressAutoComplete"><dir name="Helper"><file name="Data.php" hash="4b5a3add62ee4675a26d55401f73e3ab"/></dir><dir name="etc"><file name="config.xml" hash="d54d81d0d4c65fae13d7b30fc82c512e"/></dir></dir></dir></dir></target><target name="magedesign"><dir><dir name="frontend"><dir name="default"><dir name="default"><dir name="layout"><file name="addressautocomplete.xml" hash="2bdb43e6883c943502c06d8999cf7599"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir><dir><file name="Curkle_AddressAutoComplete.xml" hash=""/></dir></dir></target><target name="mageskin"><dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="js"><dir name="addressautocomplete"><file name="onstepcheckout.js" hash="65c97e67ab1b8b38ef06ae49c2cde274"/></dir></dir></dir></dir></dir></dir></target></contents>
|
27 |
<compatible/>
|
28 |
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
|
29 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Curkle-Magento-addressAutoComplete</name>
|
4 |
+
<version>0.1.3</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">OSL</license>
|
7 |
<channel>community</channel>
|
22 |
<notes>https://github.com/curkle/Magento-addressAutoComplete</notes>
|
23 |
<authors><author><name>Curkle Inc</name><user>Vincent</user><email>vincent@curkle.com</email></author></authors>
|
24 |
<date>2015-02-09</date>
|
25 |
+
<time>21:08:35</time>
|
26 |
+
<contents><target name="magelocal"><dir><dir name="Curkle"><dir name="AddressAutoComplete"><dir name="Helper"><file name="Data.php" hash="4b5a3add62ee4675a26d55401f73e3ab"/></dir><dir name="etc"><file name="config.xml" hash="d54d81d0d4c65fae13d7b30fc82c512e"/></dir></dir></dir></dir></target><target name="magedesign"><dir><dir name="frontend"><dir name="default"><dir name="default"><dir name="layout"><file name="addressautocomplete.xml" hash="2bdb43e6883c943502c06d8999cf7599"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir><dir name="modules"><file name="Curkle_AddressAutoComplete.xml" hash="8f5bcdc33e325b6ce6e3fedb6461aeb7"/></dir></dir></target><target name="mageskin"><dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="js"><dir name="addressautocomplete"><file name="onstepcheckout.js" hash="65c97e67ab1b8b38ef06ae49c2cde274"/></dir></dir></dir></dir></dir></dir></target></contents>
|
27 |
<compatible/>
|
28 |
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
|
29 |
</package>
|