Version Notes
Initial version of Woomio
Download this release
Release Info
Developer | Woomio |
Extension | Woo |
Version | 1.0.4 |
Comparing to | |
See all releases |
Code changes from version 1.0.3 to 1.0.4
app/code/local/Woomio/Tracker/etc/config.xml
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
<config>
|
3 |
<modules>
|
4 |
<Woomio_Tracker>
|
5 |
-
<version>1.0.
|
6 |
</Woomio_Tracker>
|
7 |
</modules>
|
8 |
<frontend>
|
2 |
<config>
|
3 |
<modules>
|
4 |
<Woomio_Tracker>
|
5 |
+
<version>1.0.4</version>
|
6 |
</Woomio_Tracker>
|
7 |
</modules>
|
8 |
<frontend>
|
app/code/local/Woomio/Tracker/sql/tracker_setup/{mysql4-install-0.1.0.php → mysql4-install-1.0.4.php}
RENAMED
@@ -6,10 +6,10 @@ $sql ='create table '.$this->getTable('woomio').'(orderid int not null auto_inc
|
|
6 |
$Email = Mage::getStoreConfig('trans_email/ident_general/email');
|
7 |
$Domain = Mage::getStoreConfig('web/unsecure/base_url');
|
8 |
$Lang = substr(Mage::getStoreConfig('general/locale/code'),0,2);
|
9 |
-
$Name = Mage::getStoreConfig('
|
10 |
|
11 |
-
$SetupCallbackUrl = "https://www.woomio.com/api/Endpoints/RetailerSignup?name=".$Name."&domain=".$Domain."&country=".$Lang."&email=".$Email."&platform=1";
|
12 |
-
$Response = file_get_contents(
|
13 |
|
14 |
$installer->run($sql);
|
15 |
$installer->endSetup();
|
6 |
$Email = Mage::getStoreConfig('trans_email/ident_general/email');
|
7 |
$Domain = Mage::getStoreConfig('web/unsecure/base_url');
|
8 |
$Lang = substr(Mage::getStoreConfig('general/locale/code'),0,2);
|
9 |
+
$Name = Mage::getStoreConfig('trans_email/ident_general/name');
|
10 |
|
11 |
+
$SetupCallbackUrl = "https://www.woomio.com/umbraco/api/Endpoints/RetailerSignup?name=".$Name."&domain=".$Domain."&country=".$Lang."&email=".$Email."&platform=1";
|
12 |
+
$Response = file_get_contents($SetupCallbackUrl);
|
13 |
|
14 |
$installer->run($sql);
|
15 |
$installer->endSetup();
|
app/design/frontend/base/default/layout/tracker.xml
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
-
<layout version="
|
3 |
<default>
|
4 |
<reference name="head">
|
5 |
<block type="core/text" name="woomio.com">
|
1 |
<?xml version="1.0"?>
|
2 |
+
<layout version="1.0.4">
|
3 |
<default>
|
4 |
<reference name="head">
|
5 |
<block type="core/text" name="woomio.com">
|
app/etc/modules/Woomio_Tracker.xml
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
<Woomio_Tracker>
|
5 |
<active>true</active>
|
6 |
<codePool>local</codePool>
|
7 |
-
<version>1.0.
|
8 |
</Woomio_Tracker>
|
9 |
</modules>
|
10 |
</config>
|
4 |
<Woomio_Tracker>
|
5 |
<active>true</active>
|
6 |
<codePool>local</codePool>
|
7 |
+
<version>1.0.4</version>
|
8 |
</Woomio_Tracker>
|
9 |
</modules>
|
10 |
</config>
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Woo</name>
|
4 |
-
<version>1.0.
|
5 |
<stability>stable</stability>
|
6 |
<license>Open Software License (OSL)</license>
|
7 |
<channel>community</channel>
|
@@ -26,9 +26,9 @@ Compatibility
|
|
26 |
Woomio is fully compatible with all Magento versions and modules.</description>
|
27 |
<notes>Initial version of Woomio</notes>
|
28 |
<authors><author><name>Woomio</name><user>Woomio</user><email>developer@woomio.com</email></author></authors>
|
29 |
-
<date>2015-04-
|
30 |
-
<time>
|
31 |
-
<contents><target name="magelocal"><dir name="Woomio"><dir name="Tracker"><dir name="Block"><file name="Index.php" hash="949b7c689724a7eeeba5168a9cf03507"/></dir><dir name="Helper"><file name="Data.php" hash="53a3a643e1eea3a72e02b5c64daa9edd"/></dir><dir name="Model"><file name="Observer.php" hash="855bd53491c9c6b37178d7565d7e2e1a"/></dir><dir name="controllers"><file name="IndexController.php" hash="f18df080c87ae5361658056a9ea81240"/></dir><dir name="etc"><file name="config.xml" hash="
|
32 |
<compatible/>
|
33 |
<dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php></required></dependencies>
|
34 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Woo</name>
|
4 |
+
<version>1.0.4</version>
|
5 |
<stability>stable</stability>
|
6 |
<license>Open Software License (OSL)</license>
|
7 |
<channel>community</channel>
|
26 |
Woomio is fully compatible with all Magento versions and modules.</description>
|
27 |
<notes>Initial version of Woomio</notes>
|
28 |
<authors><author><name>Woomio</name><user>Woomio</user><email>developer@woomio.com</email></author></authors>
|
29 |
+
<date>2015-04-22</date>
|
30 |
+
<time>14:19:40</time>
|
31 |
+
<contents><target name="magelocal"><dir name="Woomio"><dir name="Tracker"><dir name="Block"><file name="Index.php" hash="949b7c689724a7eeeba5168a9cf03507"/></dir><dir name="Helper"><file name="Data.php" hash="53a3a643e1eea3a72e02b5c64daa9edd"/></dir><dir name="Model"><file name="Observer.php" hash="855bd53491c9c6b37178d7565d7e2e1a"/></dir><dir name="controllers"><file name="IndexController.php" hash="f18df080c87ae5361658056a9ea81240"/></dir><dir name="etc"><file name="config.xml" hash="916c2901e9885ea5b1025d3ae336a66e"/></dir><dir name="sql"><dir name="tracker_setup"><file name="mysql4-install-1.0.4.php" hash="c731b614f102aa8c36081e21ac6db15b"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="tracker.xml" hash="d7c5873d043e04e4c44bbf8dcb389e66"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Woomio_Tracker.xml" hash="21e4a547a75fcd9a353b20a8729a6c0c"/></dir></target></contents>
|
32 |
<compatible/>
|
33 |
<dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php></required></dependencies>
|
34 |
</package>
|