Version Notes
Fixes api issue.
Download this release
Release Info
Developer | Klaviyo Team |
Extension | Klaviyo_Reclaim |
Version | 1.6.3 |
Comparing to | |
See all releases |
Code changes from version 1.6.2 to 1.6.3
- app/code/community/Klaviyo/Reclaim/Block/.DS_Store +0 -0
- app/code/community/Klaviyo/Reclaim/Helper/.DS_Store +0 -0
- app/code/community/Klaviyo/Reclaim/Model/.DS_Store +0 -0
- app/code/community/Klaviyo/Reclaim/Model/Api2/.DS_Store +0 -0
- app/code/community/Klaviyo/Reclaim/Model/Api2/Rule/.DS_Store +0 -0
- app/code/community/Klaviyo/Reclaim/Model/Api2/Rule/Rest/.DS_Store +0 -0
- app/code/community/Klaviyo/Reclaim/Model/Observer.php +1 -2
- app/code/community/Klaviyo/Reclaim/etc/config.xml +1 -1
- app/design/frontend/base/default/template/klaviyoreclaim/.DS_Store +0 -0
- package.xml +6 -6
app/code/community/Klaviyo/Reclaim/Block/.DS_Store
ADDED
Binary file
|
app/code/community/Klaviyo/Reclaim/Helper/.DS_Store
ADDED
Binary file
|
app/code/community/Klaviyo/Reclaim/Model/.DS_Store
ADDED
Binary file
|
app/code/community/Klaviyo/Reclaim/Model/Api2/.DS_Store
ADDED
Binary file
|
app/code/community/Klaviyo/Reclaim/Model/Api2/Rule/.DS_Store
ADDED
Binary file
|
app/code/community/Klaviyo/Reclaim/Model/Api2/Rule/Rest/.DS_Store
ADDED
Binary file
|
app/code/community/Klaviyo/Reclaim/Model/Observer.php
CHANGED
@@ -442,8 +442,7 @@ class Klaviyo_Reclaim_Model_Observer
|
|
442 |
}
|
443 |
}
|
444 |
|
445 |
-
$
|
446 |
-
$public_api_key = Mage::helper('klaviyo_reclaim')->getPublicApiKey($website_id);
|
447 |
|
448 |
if(!$public_api_key){
|
449 |
return NULL;
|
442 |
}
|
443 |
}
|
444 |
|
445 |
+
$public_api_key = Mage::helper('klaviyo_reclaim')->getPublicApiKey($store_id);
|
|
|
446 |
|
447 |
if(!$public_api_key){
|
448 |
return NULL;
|
app/code/community/Klaviyo/Reclaim/etc/config.xml
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
<config>
|
3 |
<modules>
|
4 |
<Klaviyo_Reclaim>
|
5 |
-
<version>1.6.
|
6 |
</Klaviyo_Reclaim>
|
7 |
</modules>
|
8 |
<global>
|
2 |
<config>
|
3 |
<modules>
|
4 |
<Klaviyo_Reclaim>
|
5 |
+
<version>1.6.3</version>
|
6 |
</Klaviyo_Reclaim>
|
7 |
</modules>
|
8 |
<global>
|
app/design/frontend/base/default/template/klaviyoreclaim/.DS_Store
ADDED
Binary file
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Klaviyo_Reclaim</name>
|
4 |
-
<version>1.6.
|
5 |
<stability>stable</stability>
|
6 |
<license>Open Software License (OSL)</license>
|
7 |
<channel>community</channel>
|
@@ -14,14 +14,14 @@
|
|
14 |
- Track website visitors and the products they view. This data is automatically fed into Klaviyo's analytics engine to build preference profiles for each visitor.
|
15 |
- Configure different settings per website or store if you manage multiple brands in one installation.
|
16 |

|
17 |
-
Klaviyo also syncs order, customer and product catalog data using Magento's built-in API. This extension supports Magento versions 1.5 and later.
|
18 |

|
19 |
For Magento 2 installations, download our extension at http://docs.klaviyo.com/.</description>
|
20 |
-
<notes>
|
21 |
<authors><author><name>Klaviyo Team</name><user>klaviyo</user><email>support@klaviyo.com</email></author></authors>
|
22 |
-
<date>2017-
|
23 |
-
<time>
|
24 |
-
<contents><target name="magecommunity"><dir name="Klaviyo"><dir name="Reclaim"><dir name="Block"><dir name="Adminhtml"><dir name="System"><dir name="Config"><dir name="Fieldset"><file name="Info.php" hash="3e9e5c9393b4049bee342922faea77a3"/></dir><dir name="Form"><file name="Button.php" hash="9f864eccb15821b49aa8f401545ef7b9"/></dir></dir></dir></dir><dir name="Checkout"><file name="Monitor.php" hash="79992befa61467274ebbd280745d55ab"/></dir><dir name="Tracking"><file name="Default.php" hash="1ebce8bc5e151135e6b505b161a8a756"/><file name="Product.php" hash="905acae51c2e6a425b781a64dc3a3e8e"/></dir
|
25 |
<compatible/>
|
26 |
<dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php></required></dependencies>
|
27 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Klaviyo_Reclaim</name>
|
4 |
+
<version>1.6.3</version>
|
5 |
<stability>stable</stability>
|
6 |
<license>Open Software License (OSL)</license>
|
7 |
<channel>community</channel>
|
14 |
- Track website visitors and the products they view. This data is automatically fed into Klaviyo's analytics engine to build preference profiles for each visitor.
|
15 |
- Configure different settings per website or store if you manage multiple brands in one installation.
|
16 |

|
17 |
+
Klaviyo also syncs order, customer and product catalog data using Magento's built-in API. This extension is supports Magento versions 1.5 and later.
|
18 |

|
19 |
For Magento 2 installations, download our extension at http://docs.klaviyo.com/.</description>
|
20 |
+
<notes>Fixes api issue.</notes>
|
21 |
<authors><author><name>Klaviyo Team</name><user>klaviyo</user><email>support@klaviyo.com</email></author></authors>
|
22 |
+
<date>2017-07-19</date>
|
23 |
+
<time>17:15:32</time>
|
24 |
+
<contents><target name="magecommunity"><dir name="Klaviyo"><dir name="Reclaim"><dir name="Block"><dir name="Adminhtml"><dir name="System"><dir name="Config"><dir name="Fieldset"><file name="Info.php" hash="3e9e5c9393b4049bee342922faea77a3"/></dir><dir name="Form"><file name="Button.php" hash="9f864eccb15821b49aa8f401545ef7b9"/></dir></dir></dir></dir><dir name="Checkout"><file name="Monitor.php" hash="79992befa61467274ebbd280745d55ab"/></dir><dir name="Tracking"><file name="Default.php" hash="1ebce8bc5e151135e6b505b161a8a756"/><file name="Product.php" hash="905acae51c2e6a425b781a64dc3a3e8e"/></dir><file name=".DS_Store" hash="24de4d88c565a6f8fbf3360637c70143"/></dir><dir name="Helper"><file name="Data.php" hash="92b191f8ebc983f6a7996f2cf98e2fe3"/><file name=".DS_Store" hash="9d8bc1ee36c729e06118bc739a62250a"/></dir><dir name="Model"><file name="Api.php" hash="f16169d8397df52ccf25b2f0aeaf2038"/><dir name="Api2"><dir name="Coupon"><dir name="Rest"><dir name="Admin"><file name="V1.php" hash="a449572e24a3458fec93d1682d7d9120"/></dir></dir></dir><file name="Coupon.php" hash="8d975ee135a6991dcb405011d3816f94"/><dir name="Rule"><dir name="Rest"><dir name="Admin"><file name="V1.php" hash="d736d601eaddf3971740374150c386f3"/></dir><file name=".DS_Store" hash="92af025cc80a162c2af37514533c5a2a"/></dir><file name=".DS_Store" hash="00b0ec9347d300831c372916157f1f5c"/></dir><file name="Rule.php" hash="fd04f68b9490499336ef8e0de28a74e3"/><file name=".DS_Store" hash="8b43df248e8703fdd38031ab4a94b2ed"/></dir><file name="Checkout.php" hash="482b26c7e4e882d15634e660415a4d65"/><file name="KlaviyoApi.php" hash="ead08d780556c0378120020e941709eb"/><dir name="Mysql4"><dir name="Checkout"><file name="Collection.php" hash="6c85e812ce3f3e4a341df4c7549a7e7f"/></dir><file name="Checkout.php" hash="8e3399cf5bf95f8aaf1e369ed95a0456"/></dir><file name="Observer.php" hash="f4f4f8c35d02335a3943ed754412e4cb"/><file name="PublicApiKey.php" hash="dd78ea7d5ea0a25b0c8db2e7c7887a40"/><dir name="System"><dir name="Config"><dir name="Source"><file name="List.php" hash="44bb20b48631d4b193f46037fd9a5d91"/></dir></dir></dir><file name="Tracker.php" hash="0516ed9923d608a8d3b84636e1ba6bb2"/><file name=".DS_Store" hash="26504911cffd82b9c579d7af73cac090"/></dir><dir name="controllers"><file name="IndexController.php" hash="de82da454eb6906aad37a07b1b608a82"/><file name="KlaviyoController.php" hash="2c65e5f4101c1bb8a737de2390d51525"/></dir><dir name="etc"><file name="adminhtml.xml" hash="befc296020e0249d72b2a1076a48b45d"/><file name="api2.xml" hash="8a5e921eb5eddd993c9eddfe034a6abe"/><file name="config.xml" hash="55327f5016a27fac53742f2a7e295b3c"/><file name="system.xml" hash="dd5614ba35fafbbec0de8d6e6bb3fd6d"/></dir><dir name="sql"><dir name="klaviyo_reclaim_setup"><file name="mysql4-install-1.0.5.php" hash="d6479ff37d54bd011270370c7c74e975"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="base"><dir name="default"><dir name="layout"><file name="klaviyoreclaim.xml" hash="51b3a3d783921a4e455c141b4a18e7ec"/></dir><dir name="template"><dir name="klaviyoreclaim"><dir name="system"><dir name="config"><dir name="fieldset"><file name="info.phtml" hash="9b972d85ac2e4e5c6d0fada6708b3a4b"/></dir></dir></dir></dir></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="klaviyoreclaim.xml" hash="1523ed1271dae7967a7f125fd5a6897c"/></dir><dir name="template"><dir name="klaviyoreclaim"><dir name="checkout"><file name="monitor.phtml" hash="4ed26697dcc4a979345e7fc8835e033c"/></dir><dir name="tracking"><file name="default.phtml" hash="0985dab82f9290d3693298e51fd36745"/><file name="product.phtml" hash="987124910256fa6383e4ccc064c4a088"/></dir><file name=".DS_Store" hash="165034415bc56d9715288a30556f9448"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Klaviyo_Reclaim.xml" hash="97fa1624141df9065e240fd12dd49f2c"/></dir></target><target name="mageskin"><dir name="adminhtml"><dir name="base"><dir name="default"><dir name="klaviyoreclaim"><file name="klaviyoreclaim.css" hash="c12f3281cac2d53b181dfcb7da53f278"/></dir></dir></dir></dir></target></contents>
|
25 |
<compatible/>
|
26 |
<dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php></required></dependencies>
|
27 |
</package>
|