Version Notes
Version 1.0.3 - Stable release.
Download this release
Release Info
| Developer | Krisjanis Cers |
| Extension | MaxTraffic_Exit_Offers |
| Version | 1.0.3 |
| Comparing to | |
| See all releases | |
Code changes from version 1.0.2 to 1.0.3
app/code/community/Maxtraffic/WidgetTraffic/sql/widgettraffic_setup/install-1.0.0.php
CHANGED
|
@@ -11,7 +11,7 @@ $table = $installer->getConnection()->newTable($installer->getTable('maxtraffic'
|
|
| 11 |
->addColumn('maxtraffic_website_id', Varien_Db_Ddl_Table::TYPE_INTEGER, 11, array(
|
| 12 |
'nullable' => false,
|
| 13 |
), 'Maxtraffic Website ID')
|
| 14 |
-
->addColumn('maxtraffic_token', Varien_Db_Ddl_Table::TYPE_TEXT,
|
| 15 |
'nullable' => false,
|
| 16 |
), 'Maxtraffic token');
|
| 17 |
$installer->getConnection()->createTable($table);
|
| 11 |
->addColumn('maxtraffic_website_id', Varien_Db_Ddl_Table::TYPE_INTEGER, 11, array(
|
| 12 |
'nullable' => false,
|
| 13 |
), 'Maxtraffic Website ID')
|
| 14 |
+
->addColumn('maxtraffic_token', Varien_Db_Ddl_Table::TYPE_TEXT, 255, array(
|
| 15 |
'nullable' => false,
|
| 16 |
), 'Maxtraffic token');
|
| 17 |
$installer->getConnection()->createTable($table);
|
package.xml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
<?xml version="1.0"?>
|
| 2 |
<package>
|
| 3 |
<name>MaxTraffic_Exit_Offers</name>
|
| 4 |
-
<version>1.0.
|
| 5 |
<stability>stable</stability>
|
| 6 |
<license>Open Software License (OSL)</license>
|
| 7 |
<channel>community</channel>
|
|
@@ -19,11 +19,11 @@ Supported releases:
|
|
| 19 |
-1.9
|
| 20 |
-1.9.1
|
| 21 |
-1.9.2</description>
|
| 22 |
-
<notes>Version 1.0.
|
| 23 |
<authors><author><name>Krisjanis Cers</name><user>MaxTraffic</user><email>krisjanis@maxtraffic.eu</email></author></authors>
|
| 24 |
-
<date>2015-
|
| 25 |
-
<time>
|
| 26 |
-
<contents><target name="magecommunity"><dir name="Maxtraffic"><dir name="WidgetTraffic"><dir name="Helper"><file name="Data.php" hash="210b54a4ab109fb00f328f9c1ad20583"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="TrafficController.php" hash="05a5580660e85d5a3b37345d44ed009e"/></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="88fe9458526d5e199fece28775de7a9d"/><file name="config.xml" hash="40b15804219ba63655fc3ab8a5514e9f"/></dir><dir name="sql"><dir name="widgettraffic_setup"><file name="install-1.0.0.php" hash="
|
| 27 |
<compatible/>
|
| 28 |
<dependencies><required><php><min>5.2.0</min><max>5.6.0</max></php></required></dependencies>
|
| 29 |
</package>
|
| 1 |
<?xml version="1.0"?>
|
| 2 |
<package>
|
| 3 |
<name>MaxTraffic_Exit_Offers</name>
|
| 4 |
+
<version>1.0.3</version>
|
| 5 |
<stability>stable</stability>
|
| 6 |
<license>Open Software License (OSL)</license>
|
| 7 |
<channel>community</channel>
|
| 19 |
-1.9
|
| 20 |
-1.9.1
|
| 21 |
-1.9.2</description>
|
| 22 |
+
<notes>Version 1.0.3 - Stable release.</notes>
|
| 23 |
<authors><author><name>Krisjanis Cers</name><user>MaxTraffic</user><email>krisjanis@maxtraffic.eu</email></author></authors>
|
| 24 |
+
<date>2015-10-08</date>
|
| 25 |
+
<time>14:01:34</time>
|
| 26 |
+
<contents><target name="magecommunity"><dir name="Maxtraffic"><dir name="WidgetTraffic"><dir name="Helper"><file name="Data.php" hash="210b54a4ab109fb00f328f9c1ad20583"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="TrafficController.php" hash="05a5580660e85d5a3b37345d44ed009e"/></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="88fe9458526d5e199fece28775de7a9d"/><file name="config.xml" hash="40b15804219ba63655fc3ab8a5514e9f"/></dir><dir name="sql"><dir name="widgettraffic_setup"><file name="install-1.0.0.php" hash="53ad4da5ee4cff5937fd8aa7888b3f50"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Maxtraffic_WidgetTraffic.xml" hash="670e08b71fa3707e49eac1bae76ea728"/></dir></target></contents>
|
| 27 |
<compatible/>
|
| 28 |
<dependencies><required><php><min>5.2.0</min><max>5.6.0</max></php></required></dependencies>
|
| 29 |
</package>
|
