Version Notes
Updated release of Greek Regions.
Download this release
Release Info
Developer | Niko K |
Extension | Nikolakisae_GreekRegions |
Version | 0.1.2 |
Comparing to | |
See all releases |
Code changes from version 0.1.1 to 0.1.2
app/code/community/Nikolakisae/GreekRegions/etc/config.xml
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
<config>
|
3 |
<modules>
|
4 |
<Nikolakisae_GreekRegions>
|
5 |
-
<version>0.1.
|
6 |
</Nikolakisae_GreekRegions>
|
7 |
</modules>
|
8 |
<global>
|
2 |
<config>
|
3 |
<modules>
|
4 |
<Nikolakisae_GreekRegions>
|
5 |
+
<version>0.1.2</version>
|
6 |
</Nikolakisae_GreekRegions>
|
7 |
</modules>
|
8 |
<global>
|
app/code/community/Nikolakisae/GreekRegions/sql/greekregions_setup/mysql4-upgrade-0.1.1-0.1.2.php
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Greek Regions - Greek Regions Module
|
4 |
+
*
|
5 |
+
* @title Magento -> Greek Regions (Greek)
|
6 |
+
* @category Languages / Locales
|
7 |
+
* @package Nikolakisae_GreekRegions
|
8 |
+
* @author Niko K
|
9 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
10 |
+
*/
|
11 |
+
|
12 |
+
$installer = $this;
|
13 |
+
/* @var $installer Mage_Core_Model_Resource_Setup */
|
14 |
+
|
15 |
+
$installer->startSetup();
|
16 |
+
|
17 |
+
$installer->run("
|
18 |
+
UPDATE {$this->getTable('directory_country_region')} SET `code` = 'EU' WHERE default_name = 'Εύβοιας';
|
19 |
+
");
|
20 |
+
$installer->endSetup();
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Nikolakisae_GreekRegions</name>
|
4 |
-
<version>0.1.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">Open Software License (OSL)</license>
|
7 |
<channel>community</channel>
|
@@ -10,9 +10,9 @@
|
|
10 |
<description>List of Greek regions for localization and shipping.</description>
|
11 |
<notes>Updated release of Greek Regions.</notes>
|
12 |
<authors><author><name>Niko K</name><user>nikolakisae</user><email>info@nikolakisae.com</email></author></authors>
|
13 |
-
<date>
|
14 |
-
<time>
|
15 |
-
<contents><target name="magecommunity"><dir name="Nikolakisae"><dir name="GreekRegions"><dir name="etc"><file name="config.xml" hash="
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>5.2.13</min><max>6.0.0</max></php></required></dependencies>
|
18 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Nikolakisae_GreekRegions</name>
|
4 |
+
<version>0.1.2</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">Open Software License (OSL)</license>
|
7 |
<channel>community</channel>
|
10 |
<description>List of Greek regions for localization and shipping.</description>
|
11 |
<notes>Updated release of Greek Regions.</notes>
|
12 |
<authors><author><name>Niko K</name><user>nikolakisae</user><email>info@nikolakisae.com</email></author></authors>
|
13 |
+
<date>2015-06-11</date>
|
14 |
+
<time>16:32:37</time>
|
15 |
+
<contents><target name="magecommunity"><dir name="Nikolakisae"><dir name="GreekRegions"><dir name="etc"><file name="config.xml" hash="faaaa970ef103904c9553ab419edd383"/></dir><dir name="sql"><dir name="greekregions_setup"><file name="mysql4-install-0.1.0.php" hash="06119a1c26461316253efcce2b23a495"/><file name="mysql4-upgrade-0.1.1-0.1.2.php" hash="8f1fc11c9f30c102b9c5062a2d275ed9"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Nikolakisae_GreekRegions.xml" hash="9b746f3dd457531c3fc1c165d9db320c"/></dir></target></contents>
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>5.2.13</min><max>6.0.0</max></php></required></dependencies>
|
18 |
</package>
|