Version Notes
Initial release
Download this release
Release Info
Developer | Madai |
Extension | madai |
Version | 1.0.3 |
Comparing to | |
See all releases |
Code changes from version 1.0.2 to 1.0.3
app/code/local/Sevenlike/Madai/etc/config.xml
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
<config>
|
3 |
<modules>
|
4 |
<Sevenlike_Madai>
|
5 |
-
<version>1.0.
|
6 |
</Sevenlike_Madai>
|
7 |
</modules>
|
8 |
<global>
|
2 |
<config>
|
3 |
<modules>
|
4 |
<Sevenlike_Madai>
|
5 |
+
<version>1.0.3</version>
|
6 |
</Sevenlike_Madai>
|
7 |
</modules>
|
8 |
<global>
|
app/code/local/Sevenlike/Madai/sql/madai_setup/mysql4-install-1.0.0.php
CHANGED
@@ -39,7 +39,7 @@ else
|
|
39 |
if($conn->tableColumnExists($theTable, 'madai_order_id'))
|
40 |
Mage::log('Column madai_product_id already exists in quote item');
|
41 |
else
|
42 |
-
$conn->addColumn($theTable, 'madai_order_id', '
|
43 |
|
44 |
|
45 |
$theTable = $this->getTable('sales_flat_order_item');
|
@@ -53,7 +53,7 @@ else
|
|
53 |
if($conn->tableColumnExists($theTable, 'madai_order_id'))
|
54 |
Mage::log('Column madai_product_id already exists in order_item');
|
55 |
else
|
56 |
-
$conn->addColumn($theTable, 'madai_order_id', '
|
57 |
|
58 |
|
59 |
$installer->endSetup();
|
39 |
if($conn->tableColumnExists($theTable, 'madai_order_id'))
|
40 |
Mage::log('Column madai_product_id already exists in quote item');
|
41 |
else
|
42 |
+
$conn->addColumn($theTable, 'madai_order_id', 'VARCHAR(100)');
|
43 |
|
44 |
|
45 |
$theTable = $this->getTable('sales_flat_order_item');
|
53 |
if($conn->tableColumnExists($theTable, 'madai_order_id'))
|
54 |
Mage::log('Column madai_product_id already exists in order_item');
|
55 |
else
|
56 |
+
$conn->addColumn($theTable, 'madai_order_id', 'VARCHAR(100)');
|
57 |
|
58 |
|
59 |
$installer->endSetup();
|
app/etc/modules/Sevenlike_Madai.xml
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
-
<?xml version="1.0"?>
|
2 |
-
<config>
|
3 |
-
<modules>
|
4 |
-
<Sevenlike_Madai>
|
5 |
-
<active>true</active>
|
6 |
-
<codePool>local</codePool>
|
7 |
-
</Sevenlike_Madai>
|
8 |
-
</modules>
|
9 |
</config>
|
1 |
+
<?xml version="1.0"?>
|
2 |
+
<config>
|
3 |
+
<modules>
|
4 |
+
<Sevenlike_Madai>
|
5 |
+
<active>true</active>
|
6 |
+
<codePool>local</codePool>
|
7 |
+
</Sevenlike_Madai>
|
8 |
+
</modules>
|
9 |
</config>
|
package.xml
CHANGED
@@ -1,2 +1,2 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
-
<package><name>madai</name><version>1.0.
|
1 |
<?xml version="1.0"?>
|
2 |
+
<package><name>madai</name><version>1.0.3</version><stability>stable</stability><license>OSL</license><channel>community</channel><extends></extends><summary>madai is a cloud-based engagement, conversion and rewarding platform based on a unique crowdrebating model.</summary><description>madai is a cloud-based engagement, conversion and rewarding platform based on a unique crowdrebating model.</description><notes>Initial release</notes><authors><author><name>Madai</name><user>madai</user><email>info@madai.com</email></author></authors><date>2013-08-19</date><time>9:02:41</time><compatible></compatible><dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies><contents><target name="mage"><dir name="app"><dir name="design"><dir name="frontend"><dir name="default"><dir name="default"><dir name="template"><dir name="madai"><dir name="product"><dir name="view"><file name="reduceprice.phtml" hash="c82fcce7a13ede474dbf655e60dc81c8"/></dir></dir></dir></dir><dir name="layout"><file name="madai.xml" hash="e5d3832683a432aff103f2f7b68e667b"/></dir></dir></dir></dir></dir><dir name="etc"><dir name="modules"><file name="Sevenlike_Madai.xml" hash="e9d1719464af8efc29ce928b212c3b7e"/></dir></dir><dir name="code"><dir name="local"><dir name="Sevenlike"><dir name="Madai"><dir name="Helper"><file name="Data.php" hash="b2f2d699b9ff5cc101aad1c4b8e999b1"/></dir><dir name="etc"><file name="config.xml" hash="f78fe617e10e2dab2c95ad812cf3dd46"/><file name="system.xml" hash="bebd588b51a83d97eb8ce309add31c0f"/></dir><dir name="Block"><file name="Trackorder.php" hash="7dc4847f09bddea8cb6bcead9a6cfb0b"/><dir name="Product"><file name="View.php" hash="18672f2c51e56002f39d1164cd803832"/></dir></dir><dir name="Model"><file name="Observer.php" hash="7fec7f6fa09282e6947349f6dac0d486"/></dir><dir name="sql"><dir name="madai_setup"><file name="mysql4-install-1.0.0.php" hash="3579005d849d4cf64c23e5c6a711e419"/></dir></dir><dir name="controllers"><file name="IndexController.php" hash="4b7017aefd3e201a347b6a0063213ee5"/></dir></dir></dir></dir></dir></dir></target></contents></package>
|