Autorespondermax_Autorespondermax - Version 11.4.0

Version Notes

Version 11.4.0

Download this release

Release Info

Developer Carson Reinke
Extension Autorespondermax_Autorespondermax
Version 11.4.0
Comparing to
See all releases


Code changes from version 11.1.5 to 11.4.0

app/code/community/Autorespondermax/Autorespondermax/Model/Api.php CHANGED
@@ -8,7 +8,7 @@ class Autorespondermax_Autorespondermax_Model_Api extends Mage_Api_Model_Resourc
8
  $filters = $this->parseFilters($filters);
9
  try {
10
  foreach ($filters as $field => $value) {
11
- $collection->addFieldToFilter($field, $value);
12
  }
13
  }
14
  catch(Mage_Core_Exception $e) {
@@ -27,7 +27,7 @@ class Autorespondermax_Autorespondermax_Model_Api extends Mage_Api_Model_Resourc
27
  * @param Mage_Core_Model_Abstract $object
28
  * @param array $filters list of attribute names to exclude
29
  */
30
- protected function _toArray($object, $filters = array()) {
31
  $result = array();
32
 
33
  if(is_object($object)) {
8
  $filters = $this->parseFilters($filters);
9
  try {
10
  foreach ($filters as $field => $value) {
11
+ $collection->addFieldToFilter($field, $value);
12
  }
13
  }
14
  catch(Mage_Core_Exception $e) {
27
  * @param Mage_Core_Model_Abstract $object
28
  * @param array $filters list of attribute names to exclude
29
  */
30
+ protected function _toArray(&$object, $filters = array()) {
31
  $result = array();
32
 
33
  if(is_object($object)) {
package.xml CHANGED
@@ -1,18 +1,18 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Autorespondermax_Autorespondermax</name>
4
- <version>11.1.5</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 11.1.5</notes>
12
  <authors><author><name>Carson Reinke</name><user>armax1</user><email>it@autorespondermax.com</email></author></authors>
13
- <date>2015-02-03</date>
14
- <time>16:15:08</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="de0f5fcbae957b28deb9e4c2672d31b4"/><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="6982a8d8a0b1184aed2b7c1186091cd5"/><file name="Data.php" hash="98d8f5ee1fddd392f4b5ee6bf05f2b19"/><file name="Track.php" hash="74a32e50d94afee5ef87cd23ac1e2acb"/></dir><dir name="Model"><file name="Api.php" hash="422a06e29b4e4807bacf32b42dedd848"/><dir name="Customer"><file name="Api.php" hash="4065f5a9bae528a1d2f38a44c5980bae"/></dir><dir name="General"><file name="Api.php" hash="be418a45090aaff6692e16f1ac2621d3"/></dir><file name="Observer.php" hash="af01ad29ece540b642fc24bed3a1b22b"/><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="System"><dir name="Config"><file name="ConnectOrDisconnect.php" hash="bfeaeb7152944d04e31f2a7cd487a158"/><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="bcd37cd4e51595bb3e5328c255c51070"/><file name="config.xml" hash="a2a67122e7a53d5ac772170eaf7bc673"/><file name="system.xml" hash="d4c9c969f0c4071cb1259a438909b631"/></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="3cbd2eb6af9c8b2c938934a0fb4481ab"/></dir></target></contents>
16
  <compatible/>
17
  <dependencies><required><php><min>5.0.0</min><max>6.0.0</max></php></required></dependencies>
18
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Autorespondermax_Autorespondermax</name>
4
+ <version>11.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 11.4.0</notes>
12
  <authors><author><name>Carson Reinke</name><user>armax1</user><email>it@autorespondermax.com</email></author></authors>
13
+ <date>2015-03-10</date>
14
+ <time>15:42:49</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="de0f5fcbae957b28deb9e4c2672d31b4"/><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="6982a8d8a0b1184aed2b7c1186091cd5"/><file name="Data.php" hash="98d8f5ee1fddd392f4b5ee6bf05f2b19"/><file name="Track.php" hash="74a32e50d94afee5ef87cd23ac1e2acb"/></dir><dir name="Model"><file name="Api.php" hash="7f9db3213149e57adc308c641d7eb1bb"/><dir name="Customer"><file name="Api.php" hash="4065f5a9bae528a1d2f38a44c5980bae"/></dir><dir name="General"><file name="Api.php" hash="be418a45090aaff6692e16f1ac2621d3"/></dir><file name="Observer.php" hash="af01ad29ece540b642fc24bed3a1b22b"/><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="System"><dir name="Config"><file name="ConnectOrDisconnect.php" hash="bfeaeb7152944d04e31f2a7cd487a158"/><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="bcd37cd4e51595bb3e5328c255c51070"/><file name="config.xml" hash="a2a67122e7a53d5ac772170eaf7bc673"/><file name="system.xml" hash="d4c9c969f0c4071cb1259a438909b631"/></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="3cbd2eb6af9c8b2c938934a0fb4481ab"/></dir></target></contents>
16
  <compatible/>
17
  <dependencies><required><php><min>5.0.0</min><max>6.0.0</max></php></required></dependencies>
18
  </package>