Version Notes
- Added support for configurable product
- Optimized api client
- Added security access token
- Fixed 404 error after installation
- Bug fixes and performance improvements
Download this release
Release Info
Developer | TriggMine |
Extension | TriggMineCartRecovery |
Version | 3.0.7 |
Comparing to | |
See all releases |
Code changes from version 3.0.6 to 3.0.7
app/code/community/Triggmine/IntegrationModule/Helper/Data.php
CHANGED
@@ -10,7 +10,7 @@ class Triggmine_IntegrationModule_Helper_Data extends Mage_Core_Helper_Abstract
|
|
10 |
const XML_PATH_EXPORT = 'triggmine/triggmine_export/export';
|
11 |
const XML_PATH_DATE_FROM = 'triggmine/triggmine_export/my_date_from';
|
12 |
const XML_PATH_DATE_TO = 'triggmine/triggmine_export/my_date_to';
|
13 |
-
const VERSION_PLUGIN = '3.0.
|
14 |
|
15 |
protected $_storeManager;
|
16 |
protected $_cartItemRepository;
|
@@ -341,12 +341,12 @@ class Triggmine_IntegrationModule_Helper_Data extends Mage_Core_Helper_Abstract
|
|
341 |
|
342 |
public function sendLogoutData($data)
|
343 |
{
|
344 |
-
return $this->apiClient($data, 'api/events/prospect/
|
345 |
}
|
346 |
|
347 |
public function sendRegisterData($data)
|
348 |
{
|
349 |
-
return $this->apiClient($data, 'api/events/prospect/
|
350 |
}
|
351 |
|
352 |
public function SoftChek($observer)
|
10 |
const XML_PATH_EXPORT = 'triggmine/triggmine_export/export';
|
11 |
const XML_PATH_DATE_FROM = 'triggmine/triggmine_export/my_date_from';
|
12 |
const XML_PATH_DATE_TO = 'triggmine/triggmine_export/my_date_to';
|
13 |
+
const VERSION_PLUGIN = '3.0.7';
|
14 |
|
15 |
protected $_storeManager;
|
16 |
protected $_cartItemRepository;
|
341 |
|
342 |
public function sendLogoutData($data)
|
343 |
{
|
344 |
+
return $this->apiClient($data, 'api/events/prospect/logout');
|
345 |
}
|
346 |
|
347 |
public function sendRegisterData($data)
|
348 |
{
|
349 |
+
return $this->apiClient($data, 'api/events/prospect/registration');
|
350 |
}
|
351 |
|
352 |
public function SoftChek($observer)
|
app/code/community/Triggmine/IntegrationModule/etc/config.xml
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
<config>
|
3 |
<modules>
|
4 |
<Triggmine_IntegrationModule>
|
5 |
-
<version>3.0.
|
6 |
</Triggmine_IntegrationModule>
|
7 |
</modules>
|
8 |
<global>
|
2 |
<config>
|
3 |
<modules>
|
4 |
<Triggmine_IntegrationModule>
|
5 |
+
<version>3.0.7</version>
|
6 |
</Triggmine_IntegrationModule>
|
7 |
</modules>
|
8 |
<global>
|
app/design/frontend/base/default/layout/triggmine_integrationmodule.xml
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
-
<layout version="3.0.
|
3 |
<default>
|
4 |
<reference name="before_body_end">
|
5 |
<block type="core/template" name="triggmine_init" after="-" template="triggmine/integrationmodule/init.phtml"/>
|
1 |
<?xml version="1.0"?>
|
2 |
+
<layout version="3.0.7">
|
3 |
<default>
|
4 |
<reference name="before_body_end">
|
5 |
<block type="core/template" name="triggmine_init" after="-" template="triggmine/integrationmodule/init.phtml"/>
|
package.xml
CHANGED
@@ -1,19 +1,22 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>TriggMineCartRecovery</name>
|
4 |
-
<version>3.0.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="https://opensource.org/licenses/gpl-license.php">GPL</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>ECOMMERCE EMAIL MARKETING AUTOMATION FOR YOUR IDEAL CUSTOMER EXPERIENCE.</summary>
|
10 |
<description>TriggMine’s automated email campaigns are only limited by your imagination. Whoever you want to reach out to, and whatever you want to say to them, now you can, without complex coding or time consuming email management. </description>
|
11 |
-
<notes>-
|
|
|
|
|
|
|
12 |
- Bug fixes and performance improvements</notes>
|
13 |
<authors><author><name>TriggMine</name><user>TriggMine</user><email>admin@triggmine.com</email></author></authors>
|
14 |
<date>2016-12-29</date>
|
15 |
-
<time>
|
16 |
-
<contents><target name="magecommunity"><dir name="Triggmine"><dir name="IntegrationModule"><dir name="Block"><dir name="Adminhtml"><dir name="System"><dir name="Config"><file name="Date.php" hash="d6b04acde97c3ec4eb52179740e420cb"/></dir></dir></dir></dir><dir name="Helper"><file name="Data.php" hash="
|
17 |
<compatible/>
|
18 |
<dependencies><required><php><min>5.4.0</min><max>5.6.0</max></php></required></dependencies>
|
19 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>TriggMineCartRecovery</name>
|
4 |
+
<version>3.0.7</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="https://opensource.org/licenses/gpl-license.php">GPL</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>ECOMMERCE EMAIL MARKETING AUTOMATION FOR YOUR IDEAL CUSTOMER EXPERIENCE.</summary>
|
10 |
<description>TriggMine’s automated email campaigns are only limited by your imagination. Whoever you want to reach out to, and whatever you want to say to them, now you can, without complex coding or time consuming email management. </description>
|
11 |
+
<notes>- Added support for configurable product
|
12 |
+
- Optimized api client
|
13 |
+
- Added security access token
|
14 |
+
- Fixed 404 error after installation
|
15 |
- Bug fixes and performance improvements</notes>
|
16 |
<authors><author><name>TriggMine</name><user>TriggMine</user><email>admin@triggmine.com</email></author></authors>
|
17 |
<date>2016-12-29</date>
|
18 |
+
<time>14:24:55</time>
|
19 |
+
<contents><target name="magecommunity"><dir name="Triggmine"><dir name="IntegrationModule"><dir name="Block"><dir name="Adminhtml"><dir name="System"><dir name="Config"><file name="Date.php" hash="d6b04acde97c3ec4eb52179740e420cb"/></dir></dir></dir></dir><dir name="Helper"><file name="Data.php" hash="de81018baa5695969e8fbf3e21950467"/></dir><dir name="Model"><file name="Observer.php" hash="a95b79b25db187e52b59fb31029cb0a7"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="IntmodulebackendController.php" hash="65549f09bc7c7a8f729e39ee18ed8439"/></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="995aa32694942bb16047c975f62e2561"/><file name="config.xml" hash="75061e53247b9cfd158564399110a928"/><file name="system.xml" hash="7ac41c4d460908c8f5d5d57429ef3cf9"/></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="triggmine_integrationmodule.xml" hash="b32666d99d55e357422141bb7f6ee17a"/></dir><dir name="template"><dir name="triggmine"><dir name="integrationmodule"><file name="init.phtml" hash="088f4b1efdbb774a020ebcb2d6405c86"/></dir></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Triggmine_IntegrationModule.xml" hash="76eb92ed3d865cbd4aee6128557f719e"/></dir></target><target name="mageweb"><dir name="js"><dir name="triggmine"><dir name="integationmodule"><dir name="scripts"><file name="client.min.js" hash="068c5c31adf266449d9de64f31772f55"/><file name="fingerprint2.min.js" hash="36b594aba875677b7ede86aa823b2493"/><file name="jscookie.min.js" hash="390302a82ecd74b0e39e2ff66eb23c13"/></dir></dir></dir></dir></target></contents>
|
20 |
<compatible/>
|
21 |
<dependencies><required><php><min>5.4.0</min><max>5.6.0</max></php></required></dependencies>
|
22 |
</package>
|