Version Notes
Version 12.4.0
Download this release
Release Info
Developer | Carson Reinke |
Extension | Autorespondermax_Autorespondermax |
Version | 12.4.0 |
Comparing to | |
See all releases |
Code changes from version 12.3.5 to 12.4.0
app/code/community/Autorespondermax/Autorespondermax/Helper/Dashboard.php
CHANGED
@@ -25,8 +25,9 @@ class Autorespondermax_Autorespondermax_Helper_Dashboard extends Mage_Core_Helpe
|
|
25 |
'character_set' => $store->getConfig('api/config/charset'),
|
26 |
'currency' => $store->getDefaultCurrencyCode(),
|
27 |
'virtual_time_zone_id' => $store->getConfig('general/locale/timezone'),
|
28 |
-
'platform_type' => '
|
29 |
-
'
|
|
|
30 |
'host_name' => $url['host'],
|
31 |
'relative_base_url' => $url['path'],
|
32 |
'media_host_name' => $mediaUrl['host'],
|
@@ -41,8 +42,8 @@ class Autorespondermax_Autorespondermax_Helper_Dashboard extends Mage_Core_Helpe
|
|
41 |
)
|
42 |
);
|
43 |
if($secureUrl['scheme'] === 'https') {
|
44 |
-
$body['store']['
|
45 |
-
$body['store']['
|
46 |
}
|
47 |
|
48 |
//POST to dashboard
|
25 |
'character_set' => $store->getConfig('api/config/charset'),
|
26 |
'currency' => $store->getDefaultCurrencyCode(),
|
27 |
'virtual_time_zone_id' => $store->getConfig('general/locale/timezone'),
|
28 |
+
'platform_type' => 'Magento1Store',
|
29 |
+
'magento1_store' => array(
|
30 |
+
'virtual_type' => 'Magento1Store',
|
31 |
'host_name' => $url['host'],
|
32 |
'relative_base_url' => $url['path'],
|
33 |
'media_host_name' => $mediaUrl['host'],
|
42 |
)
|
43 |
);
|
44 |
if($secureUrl['scheme'] === 'https') {
|
45 |
+
$body['store']['magento1_store']['secure_host_name'] = $secureUrl['host'];
|
46 |
+
$body['store']['magento1_store']['secure_relative_base_url'] = $secureUrl['path'];
|
47 |
}
|
48 |
|
49 |
//POST to dashboard
|
app/code/community/Autorespondermax/Autorespondermax/etc/config.xml
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
<config>
|
3 |
<modules>
|
4 |
<Autorespondermax_Autorespondermax>
|
5 |
-
<version>12.
|
6 |
</Autorespondermax_Autorespondermax>
|
7 |
</modules>
|
8 |
<global>
|
2 |
<config>
|
3 |
<modules>
|
4 |
<Autorespondermax_Autorespondermax>
|
5 |
+
<version>12.4.0</version>
|
6 |
</Autorespondermax_Autorespondermax>
|
7 |
</modules>
|
8 |
<global>
|
package.xml
CHANGED
@@ -1,18 +1,18 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Autorespondermax_Autorespondermax</name>
|
4 |
-
<version>12.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="https://autorespondermax.com/terms-of-service/">Autoresponder Max Terms Of Service</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Automatic email remarketing made easy</summary>
|
10 |
<description>Provides an integration with Autoresponder Max to send remarketing emails.</description>
|
11 |
-
<notes>Version 12.
|
12 |
<authors><author><name>Carson Reinke</name><user>armax1</user><email>it@autorespondermax.com</email></author></authors>
|
13 |
-
<date>2016-
|
14 |
-
<time>
|
15 |
-
<contents><target name="magecommunity"><dir name="Autorespondermax"><dir name="Autorespondermax"><dir name="Block"><file name="Cart.php" hash="4d400b601aa4da5327ef6addec79e80b"/><dir name="Convert"><file name="Multishipping.php" hash="dc9c73cc1bdf747dcd5fae0a57dc175b"/><file name="Onepage.php" hash="011f0ec852171ca4b8ec84f895edf084"/></dir><dir name="System"><dir name="Config"><file name="AutocompleteOff.php" hash="c97112f20af5feea10c1560e7f21f72a"/><file name="ConnectOrDisconnect.php" hash="a1c238717e96b72597fa51e459eaedae"/><file name="Readonly.php" hash="4856c9b22a42fd258d21e0894aed1347"/></dir></dir></dir><dir name="Helper"><file name="Api.php" hash="3381c0aef723d2a895924363437c45db"/><file name="Curl.php" hash="980a7950f2b61ec981304d6b33139577"/><file name="Dashboard.php" hash="
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>5.0.0</min><max>8.0.0</max></php></required></dependencies>
|
18 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Autorespondermax_Autorespondermax</name>
|
4 |
+
<version>12.4.0</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="https://autorespondermax.com/terms-of-service/">Autoresponder Max Terms Of Service</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Automatic email remarketing made easy</summary>
|
10 |
<description>Provides an integration with Autoresponder Max to send remarketing emails.</description>
|
11 |
+
<notes>Version 12.4.0</notes>
|
12 |
<authors><author><name>Carson Reinke</name><user>armax1</user><email>it@autorespondermax.com</email></author></authors>
|
13 |
+
<date>2016-04-08</date>
|
14 |
+
<time>17:23:12</time>
|
15 |
+
<contents><target name="magecommunity"><dir name="Autorespondermax"><dir name="Autorespondermax"><dir name="Block"><file name="Cart.php" hash="4d400b601aa4da5327ef6addec79e80b"/><dir name="Convert"><file name="Multishipping.php" hash="dc9c73cc1bdf747dcd5fae0a57dc175b"/><file name="Onepage.php" hash="011f0ec852171ca4b8ec84f895edf084"/></dir><dir name="System"><dir name="Config"><file name="AutocompleteOff.php" hash="c97112f20af5feea10c1560e7f21f72a"/><file name="ConnectOrDisconnect.php" hash="a1c238717e96b72597fa51e459eaedae"/><file name="Readonly.php" hash="4856c9b22a42fd258d21e0894aed1347"/></dir></dir></dir><dir name="Helper"><file name="Api.php" hash="3381c0aef723d2a895924363437c45db"/><file name="Curl.php" hash="980a7950f2b61ec981304d6b33139577"/><file name="Dashboard.php" hash="8b0e4f679b4641339cb213e7ae9c8861"/><file name="Data.php" hash="bb685c1e3d428f162ec7d67e76f7dd06"/><file name="Track.php" hash="74a32e50d94afee5ef87cd23ac1e2acb"/></dir><dir name="Model"><file name="Api.php" hash="7f9db3213149e57adc308c641d7eb1bb"/><dir name="Customer"><file name="Api.php" hash="7041d392fed0bfb1408e4c23b4ee57bc"/></dir><dir name="General"><file name="Api.php" hash="be418a45090aaff6692e16f1ac2621d3"/></dir><dir name="Mysql4"><dir name="Subscriber"><file name="Collection.php" hash="8169eb6cea7bec1bda019c7a8e420da9"/></dir><file name="Subscriber.php" hash="f3a7f827a529fe7f8a725ac6d2ad4b49"/></dir><file name="Observer.php" hash="017b9b968629c9be64389ad23af30952"/><dir name="Product"><file name="Api.php" hash="cbc598d40e048ef98d5830e3b2232509"/></dir><dir name="Sales"><dir name="Order"><file name="Api.php" hash="23c8d41e5e5de6693f50da385b3aea78"/></dir><dir name="Quote"><file name="Api.php" hash="6382889ea9b658060e2b3604d42a7b8b"/></dir></dir><dir name="Subscriber"><file name="Api.php" hash="52af8824eb3f222b8405f8083dbcb60b"/></dir><file name="Subscriber.php" hash="82954c3f680e1318cffd7a7e6ed0ba9b"/><dir name="System"><dir name="Config"><file name="ConnectOrDisconnect.php" hash="ef155f9e0bb7473645377ef262526fb2"/><dir name="Form"><dir name="Field"><file name="Button.php" hash="62196c755745cccdc308f80862f4e1bd"/></dir></dir></dir></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="59bd9b7e4e9dc58762915abe70a7ff11"/><file name="api.xml" hash="52b65e73a36d26a674d7e2aaa5e532d4"/><file name="config.xml" hash="165823fc3c7abf1ac01aa99fbeb5ae17"/><file name="system.xml" hash="7eefc56112fc5300b8ad677ce8abe413"/></dir><dir name="sql"><dir name="autorespondermax_setup"><file name="mysql4-data-install-12.3.5.php" hash="936cc94f82c6afe72ce7cdad03ad1692"/><file name="mysql4-data-upgrade-12.0.10-12.3.5.php" hash="4915848bfee3d6c6aef0f1f705d56674"/><file name="mysql4-install-12.3.5.php" hash="5a54cf49cdecac1e0c03b7e71df840ea"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="autorespondermax.xml" hash="09e47d31eb920a33ecaded8a93e15b9d"/></dir><dir name="template"><dir name="autorespondermax"><file name="cart.phtml" hash="e4d40ee73e8f493074836235ecc39c89"/><file name="convert.phtml" hash="3f6dbfa1d8ded02fb0bebf2d50cc0ce6"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Autorespondermax_Autorespondermax.xml" hash="29eb8f77a19db490befd7b22ce7f5554"/></dir></target></contents>
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>5.0.0</min><max>8.0.0</max></php></required></dependencies>
|
18 |
</package>
|