Version Notes
Stable public release
Download this release
Release Info
Developer | Magento Core Team |
Extension | SavvyCube_Ecommerce_Analytics_Connector |
Version | 0.0.3 |
Comparing to | |
See all releases |
Code changes from version 0.0.2 to 0.0.3
app/code/community/SavvyCube/Connector/Model/Api/Version.php
CHANGED
@@ -30,6 +30,8 @@ class SavvyCube_Connector_Model_Api_Version extends SavvyCube_Connector_Model_Ap
|
|
30 |
/** @var SavvyCube_Connector_Helper_Data $helper */
|
31 |
$helper = Mage::helper('wCube');
|
32 |
$currentVersion = $helper->getCurrentModuleVersion();
|
|
|
|
|
33 |
if (array_key_exists('version', $this->request)
|
34 |
&& $this->request['version'] != $currentVersion
|
35 |
) {
|
@@ -48,7 +50,8 @@ class SavvyCube_Connector_Model_Api_Version extends SavvyCube_Connector_Model_Ap
|
|
48 |
return array(
|
49 |
'module_version' => $currentVersion,
|
50 |
'magento_version' => Mage::getVersion(),
|
51 |
-
'source_bottom' => $bottomDate
|
|
|
52 |
);
|
53 |
}
|
54 |
|
30 |
/** @var SavvyCube_Connector_Helper_Data $helper */
|
31 |
$helper = Mage::helper('wCube');
|
32 |
$currentVersion = $helper->getCurrentModuleVersion();
|
33 |
+
$currentTimezone = Mage::app()->getDefaultStoreView()->getConfig('general/locale/timezone');
|
34 |
+
|
35 |
if (array_key_exists('version', $this->request)
|
36 |
&& $this->request['version'] != $currentVersion
|
37 |
) {
|
50 |
return array(
|
51 |
'module_version' => $currentVersion,
|
52 |
'magento_version' => Mage::getVersion(),
|
53 |
+
'source_bottom' => $bottomDate,
|
54 |
+
'timezone' => $currentTimezone
|
55 |
);
|
56 |
}
|
57 |
|
app/code/community/SavvyCube/Connector/etc/config.xml
CHANGED
@@ -22,7 +22,7 @@
|
|
22 |
<config>
|
23 |
<modules>
|
24 |
<SavvyCube_Connector>
|
25 |
-
<version>0.0.
|
26 |
</SavvyCube_Connector>
|
27 |
</modules>
|
28 |
<global>
|
@@ -135,4 +135,4 @@
|
|
135 |
</parameters>
|
136 |
</wCube>
|
137 |
</default>
|
138 |
-
</config>
|
22 |
<config>
|
23 |
<modules>
|
24 |
<SavvyCube_Connector>
|
25 |
+
<version>0.0.3</version>
|
26 |
</SavvyCube_Connector>
|
27 |
</modules>
|
28 |
<global>
|
135 |
</parameters>
|
136 |
</wCube>
|
137 |
</default>
|
138 |
+
</config>
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>SavvyCube_Ecommerce_Analytics_Connector</name>
|
4 |
-
<version>0.0.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">Open Software License (OSL v3.0)</license>
|
7 |
<channel>community</channel>
|
@@ -10,9 +10,9 @@
|
|
10 |
<description>SavvyCube is a simple and precise ecommerce metrics and predictive analytics. Use this extension to connect your Magento store to your SavvyCube account.</description>
|
11 |
<notes>Stable public release</notes>
|
12 |
<authors><author><name>Webtex Software</name><user>auto-converted</user><email>info@webtexsoftware.com</email></author></authors>
|
13 |
-
<date>2014-
|
14 |
-
<time>
|
15 |
-
<contents><target name="magecommunity"><dir name="SavvyCube"><dir name="Connector"><dir name="Block"><dir name="Config"><file name="Activate.php" hash="6c6f49704138e9f8ad2eb3087d5ab9cf"/><file name="Version.php" hash="d33ed5f1e15aad06229a1c2beefdb3cf"/></dir></dir><dir name="Helper"><file name="Authorization.php" hash="050e4e8aef333ea2ff6af065fb051f47"/><file name="Data.php" hash="b40de8c25f0c0f1f103f910297889f13"/></dir><dir name="Model"><dir name="Api"><file name="Abstract.php" hash="fccbe94aabe9a16fd8442e7914589677"/><file name="Address.php" hash="660b46d1065eddf4cd942d9590686580"/><file name="Customer.php" hash="0edbe1959266e27e418cdb719881a7c8"/><file name="Order.php" hash="870afc55d78b47ade8d0097b0244467c"/><file name="Ordered.php" hash="8cb483a4f215130cd9764d85c4fd1f0a"/><file name="Product.php" hash="fafd1020e2011b133ee525847b58e9c5"/><file name="Store.php" hash="8faae2da89e4c78cf796047a2601c7ca"/><file name="Transaction.php" hash="b8f2d3ca4bf1d622795ccd8babf7378e"/><file name="Version.php" hash="
|
16 |
<compatible/>
|
17 |
<dependencies/>
|
18 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>SavvyCube_Ecommerce_Analytics_Connector</name>
|
4 |
+
<version>0.0.3</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">Open Software License (OSL v3.0)</license>
|
7 |
<channel>community</channel>
|
10 |
<description>SavvyCube is a simple and precise ecommerce metrics and predictive analytics. Use this extension to connect your Magento store to your SavvyCube account.</description>
|
11 |
<notes>Stable public release</notes>
|
12 |
<authors><author><name>Webtex Software</name><user>auto-converted</user><email>info@webtexsoftware.com</email></author></authors>
|
13 |
+
<date>2014-08-06</date>
|
14 |
+
<time>16:32:51</time>
|
15 |
+
<contents><target name="magecommunity"><dir name="SavvyCube"><dir name="Connector"><dir name="Block"><dir name="Config"><file name="Activate.php" hash="6c6f49704138e9f8ad2eb3087d5ab9cf"/><file name="Version.php" hash="d33ed5f1e15aad06229a1c2beefdb3cf"/></dir></dir><dir name="Helper"><file name="Authorization.php" hash="050e4e8aef333ea2ff6af065fb051f47"/><file name="Data.php" hash="b40de8c25f0c0f1f103f910297889f13"/></dir><dir name="Model"><dir name="Api"><file name="Abstract.php" hash="fccbe94aabe9a16fd8442e7914589677"/><file name="Address.php" hash="660b46d1065eddf4cd942d9590686580"/><file name="Customer.php" hash="0edbe1959266e27e418cdb719881a7c8"/><file name="Order.php" hash="870afc55d78b47ade8d0097b0244467c"/><file name="Ordered.php" hash="8cb483a4f215130cd9764d85c4fd1f0a"/><file name="Product.php" hash="fafd1020e2011b133ee525847b58e9c5"/><file name="Store.php" hash="8faae2da89e4c78cf796047a2601c7ca"/><file name="Transaction.php" hash="b8f2d3ca4bf1d622795ccd8babf7378e"/><file name="Version.php" hash="3c8955a441093baf8eec29435bc90489"/></dir><file name="Nonce.php" hash="af6e63c5689cdafd56b4ed64f8475508"/></dir><dir name="cert"><file name="x509.crt" hash="17c7a49283a1df8909f9b2e068664daf"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="IndexController.php" hash="16814a2180e3c0f246520acfec75be6f"/></dir><file name="ApiController.php" hash="1eb6f8ee8536b8f35a0257c406e315cc"/></dir><dir name="etc"><file name="adminhtml.xml" hash="6b0ca0c3c1d3427a761373094df46039"/><file name="config.xml" hash="3dc60da813a7a859c1c9183e9b908dba"/><file name="system.xml" hash="313c59a52430ba720ab3211229d74297"/></dir><dir name="sql"><dir name="wCube_setup"><file name="mysql4-install-0.0.1.php" hash="790e03ae38f3a37e3d61ddda9bceb8de"/></dir></dir><file name="CHANGELOG.md" hash="7e80d461baa503d12e559b11d7254146"/></dir></dir></target><target name="mageetc"><dir name="modules"><file name="SavvyCube_Connector.xml" hash="9c75d06abd6476e6e169b3fed17b08b6"/></dir></target></contents>
|
16 |
<compatible/>
|
17 |
<dependencies/>
|
18 |
</package>
|