Rapidmail_RMConnect - Version 1.5.0

Version Notes

- Fix detection of magento product URLs when using external CDN or non-default internal path

Download this release

Release Info

Developer SK
Extension Rapidmail_RMConnect
Version 1.5.0
Comparing to
See all releases


Code changes from version 1.5.2 to 1.5.0

app/code/community/Rapidmail/RMConnect/Model/Catalog/Api/V2.php CHANGED
@@ -44,7 +44,7 @@ class Rapidmail_RMConnect_Model_Catalog_Api_V2 extends Mage_Api2_Model_Resource
44
  'product_id' => $product->getId(),
45
  'sku' => $product->getSku(),
46
  'name' => $product->getName(),
47
- 'image' => $product->getImage() != 'no_selection' ? Mage::getBaseUrl(Mage_Core_Model_Store::URL_TYPE_MEDIA) . 'catalog/product' . $product->getImage() : '',
48
  'url_path' => $product->getUrlPath(),
49
  'price' => $product->getPrice(),
50
  'description' => $product->getDescription(),
44
  'product_id' => $product->getId(),
45
  'sku' => $product->getSku(),
46
  'name' => $product->getName(),
47
+ 'image' => $product->getImage() != 'no_selection' ? $product->getImage() : '',
48
  'url_path' => $product->getUrlPath(),
49
  'price' => $product->getPrice(),
50
  'description' => $product->getDescription(),
app/code/community/Rapidmail/RMConnect/etc/api.xml CHANGED
File without changes
app/code/community/Rapidmail/RMConnect/etc/config.xml CHANGED
@@ -14,7 +14,7 @@
14
  <config>
15
  <modules>
16
  <Rapidmail_RMConnect>
17
- <version>1.5.2</version>
18
  </Rapidmail_RMConnect>
19
  </modules>
20
  <global>
14
  <config>
15
  <modules>
16
  <Rapidmail_RMConnect>
17
+ <version>1.4.0</version>
18
  </Rapidmail_RMConnect>
19
  </modules>
20
  <global>
app/etc/modules/Rapidmail_RMConnect.xml CHANGED
File without changes
package.xml CHANGED
@@ -1,7 +1,7 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Rapidmail_RMConnect</name>
4
- <version>1.5.2</version>
5
  <stability>stable</stability>
6
  <license>GPL</license>
7
  <channel>community</channel>
@@ -12,66 +12,11 @@
12
  &lt;p&gt;Get the extension key and install the rapidmail Connector.&lt;br /&gt;&#xD;
13
  Also take a look at the &lt;a href="http://doc.rapidmail.net/pages/viewpage.action?pageId=655730"&gt;rapidmail user manual&lt;/a&gt;&#xD;
14
  &lt;/p&gt;</description>
15
- <notes>Added productlisting includes image, link and price, too.&#xD;
16
- &#xD;
17
- Consider table prefix getting subscribers, too.</notes>
18
- <authors>
19
- <author>
20
- <name>SK</name>
21
- <user>auto-generated</user>
22
- <email>support@rapidmail.de</email>
23
- </author>
24
- </authors>
25
- <date>2014-03-07</date>
26
- <time>11:23:49</time>
27
- <contents>
28
- <target name="magecommunity">
29
- <dir name="Rapidmail">
30
- <dir name="RMConnect">
31
- <dir name="Model">
32
- <dir name="Catalog">
33
- <dir name="Api">
34
- <file name="V2.php" hash="f12dc4f9e5627493a55fb9d5ee90ee50"/>
35
- </dir>
36
- <file name="Api.php" hash="78966a1f4415bbd81f70c6934995298b"/>
37
- </dir>
38
- <dir name="Newsletter">
39
- <dir name="Api">
40
- <file name="V2.php" hash="7d3a9335b48ae157046243e427cb745e"/>
41
- </dir>
42
- <file name="Api.php" hash="d08bb077ebad4060e1539f9fb5adf6e8"/>
43
- </dir>
44
- <dir name="Version">
45
- <dir name="Api">
46
- <file name="V2.php" hash="7d3a9335b48ae157046243e427cb745e"/>
47
- </dir>
48
- <file name="Api.php" hash="d08bb077ebad4060e1539f9fb5adf6e8"/>
49
- </dir>
50
- </dir>
51
- <dir name="Helper">
52
- <file name="Data.php" hash="7d3a9335b48ae157046243e427cb745e"/>
53
- </dir>
54
- <dir name="etc">
55
- <file name="api.xml" hash="016e75b9ec1b65e1facba373edadc0f1"/>
56
- <file name="config.xml" hash="df1398c1f6bee0682ca128be496b33bb"/>
57
- <file name="wsdl.xml" hash="b95cf8246a21ecf7289fd21f8b1ea805"/>
58
- </dir>
59
- </dir>
60
- </dir>
61
- </target>
62
- <target name="mageetc">
63
- <dir name="modules">
64
- <file name="Rapidmail_RMConnect.xml" hash="b38e11f35fa67bc12931927ae58dc8da"/>
65
- </dir>
66
- </target>
67
- </contents>
68
  <compatible/>
69
- <dependencies>
70
- <required>
71
- <php>
72
- <min>5.3.0</min>
73
- <max>6.0.0.</max>
74
- </php>
75
- </required>
76
- </dependencies>
77
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Rapidmail_RMConnect</name>
4
+ <version>1.5.0</version>
5
  <stability>stable</stability>
6
  <license>GPL</license>
7
  <channel>community</channel>
12
  &lt;p&gt;Get the extension key and install the rapidmail Connector.&lt;br /&gt;&#xD;
13
  Also take a look at the &lt;a href="http://doc.rapidmail.net/pages/viewpage.action?pageId=655730"&gt;rapidmail user manual&lt;/a&gt;&#xD;
14
  &lt;/p&gt;</description>
15
+ <notes>- Fix detection of magento product URLs when using external CDN or non-default internal path</notes>
16
+ <authors><author><name>JW</name><user>auto-generated</user><email>support@rapidmail.de</email></author></authors>
17
+ <date>2015-04-24</date>
18
+ <time>06:25:39</time>
19
+ <contents><target name="magecommunity"><dir name="Rapidmail"><dir name="RMConnect"><dir name="Helper"><file name="Data.php" hash="ff7f4cafbcd0cd69f0346a549b3cd258"/></dir><dir name="Model"><dir name="Catalog"><dir name="Api"><file name="V2.php" hash="7a718309365cda0c664ff5d0211d6421"/></dir><file name="Api.php" hash="78966a1f4415bbd81f70c6934995298b"/></dir><dir name="Newsletter"><dir name="Api"><file name="V2.php" hash="6e906cc4a3b5aaa74bf874ddcc860ec0"/></dir><file name="Api.php" hash="5ded9126ed258199f1cd7102bf49ba27"/></dir><dir name="Version"><dir name="Api"><file name="V2.php" hash="385519637bf7a18a87c782553fc2a619"/></dir><file name="Api.php" hash="f241de12a10eb41f6f9ba9de541e2f4e"/></dir></dir><dir name="etc"><file name="api.xml" hash="7fb66663b48ce6bf256b2be009f8050c"/><file name="config.xml" hash="69ae12e483d484a66472fb9b13e65657"/><file name="wsdl.xml" hash="83cb4436cfd2b5a498b47546421b3b47"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Rapidmail_RMConnect.xml" hash="afb873876a84dcc29e30b2b46bd9c182"/></dir></target></contents>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  <compatible/>
21
+ <dependencies><required><php><min>5.3.0</min><max>6.0.0.</max></php></required></dependencies>
 
 
 
 
 
 
 
22
  </package>