Version Notes
Magento provides country and regions and cities as dropdown option in addresses. India Regions extension extends this feature by adding updated states of India.
Download this release
Release Info
Developer | Shyam Kumar |
Extension | Skumar_IndiaRegions |
Version | 1.0.1 |
Comparing to | |
See all releases |
Code changes from version 1.0.0 to 1.0.1
app/code/community/Skumar/IndiaRegions/Model/Resource/Setup.php
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
class Skumar_IndiaRegions_Model_Resource_Setup extends Mage_Core_Model_Resource_Setup
|
3 |
+
{
|
4 |
+
}
|
app/code/community/Skumar/IndiaRegions/etc/config.xml
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
<config>
|
3 |
<modules>
|
4 |
<Skumar_IndiaRegions>
|
5 |
-
<version>1.0.
|
6 |
</Skumar_IndiaRegions>
|
7 |
</modules>
|
8 |
<global>
|
2 |
<config>
|
3 |
<modules>
|
4 |
<Skumar_IndiaRegions>
|
5 |
+
<version>1.0.1</version>
|
6 |
</Skumar_IndiaRegions>
|
7 |
</modules>
|
8 |
<global>
|
app/code/community/Skumar/IndiaRegions/sql/indiaregions_setup/{mysql4-install-1.0.0.php → install-1.0.1.php}
RENAMED
File without changes
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Skumar_IndiaRegions</name>
|
4 |
-
<version>1.0.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://www.opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
|
7 |
<channel>community</channel>
|
@@ -9,10 +9,10 @@
|
|
9 |
<summary>Magento provides country and regions and cities as dropdown option in addresses. India Regions extension extends this feature by adding updated states of India.</summary>
|
10 |
<description>Magento provides country and regions and cities as dropdown option in addresses. India Regions extension extends this feature by adding updated states of India.</description>
|
11 |
<notes>Magento provides country and regions and cities as dropdown option in addresses. India Regions extension extends this feature by adding updated states of India.</notes>
|
12 |
-
<authors><author><name>Shyam Kumar</name><user>
|
13 |
-
<date>2014-12-
|
14 |
-
<time>
|
15 |
-
<contents><target name="mageetc"><dir name="modules"><file name="Skumar_IndiaRegions.xml" hash="9499be1a54281b9d4e729fdca3be8302"/></dir></target><target name="magecommunity"><dir name="Skumar"><dir name="IndiaRegions"><dir name="etc"><file name="config.xml" hash="
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
|
18 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Skumar_IndiaRegions</name>
|
4 |
+
<version>1.0.1</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://www.opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
|
7 |
<channel>community</channel>
|
9 |
<summary>Magento provides country and regions and cities as dropdown option in addresses. India Regions extension extends this feature by adding updated states of India.</summary>
|
10 |
<description>Magento provides country and regions and cities as dropdown option in addresses. India Regions extension extends this feature by adding updated states of India.</description>
|
11 |
<notes>Magento provides country and regions and cities as dropdown option in addresses. India Regions extension extends this feature by adding updated states of India.</notes>
|
12 |
+
<authors><author><name>Shyam Kumar</name><user>kumarshyam</user><email>kumar.30.shyam@gmail.com</email></author></authors>
|
13 |
+
<date>2014-12-31</date>
|
14 |
+
<time>04:42:42</time>
|
15 |
+
<contents><target name="mageetc"><dir name="modules"><file name="Skumar_IndiaRegions.xml" hash="9499be1a54281b9d4e729fdca3be8302"/></dir></target><target name="magecommunity"><dir name="Skumar"><dir name="IndiaRegions"><dir name="Model"><dir name="Resource"><file name="Setup.php" hash="f9c4b57feb75104eda86ff3a3711ec9b"/></dir></dir><dir name="etc"><file name="config.xml" hash="862edb83636f3a48f749ca4ec12e484c"/></dir><dir name="sql"><dir name="indiaregions_setup"><file name="install-1.0.1.php" hash="b9f4183dbe0d825afa7a7bef1bfd7917"/></dir></dir></dir></dir></target></contents>
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
|
18 |
</package>
|