Version Notes
This is a stable version of the app.
Download this release
Release Info
Developer | Magento Core Team |
Extension | Feed_Manager_Version_1_1_2 |
Version | 1.1.18 |
Comparing to | |
See all releases |
Code changes from version 1.1.90 to 1.1.18
- magento_feedmanager.php +4 -0
- package.xml +4 -4
magento_feedmanager.php
CHANGED
@@ -41,6 +41,10 @@ if (count($products)):
|
|
41 |
<url><![CDATA['. $url.']]></url>
|
42 |
<meta><![CDATA['. $product['meta_keyword'] .']]></meta>
|
43 |
<metadescription><![CDATA['. $product['meta_description'] .']]></metadescription>
|
|
|
|
|
|
|
|
|
44 |
<image><![CDATA['. $baseUrl ."media/catalog/product". $product['image'] .']]></image>';
|
45 |
|
46 |
if (isset($attributes[$product['entity_id']])) {
|
41 |
<url><![CDATA['. $url.']]></url>
|
42 |
<meta><![CDATA['. $product['meta_keyword'] .']]></meta>
|
43 |
<metadescription><![CDATA['. $product['meta_description'] .']]></metadescription>
|
44 |
+
<manufacturer><![CDATA['. $product['manufacturer'] .']]></manufacturer>
|
45 |
+
<brand><![CDATA['. $product['brand'] .']]></brand>
|
46 |
+
<upc><![CDATA['. $product['upc'] .']]></upc>
|
47 |
+
<mpn><![CDATA['. $product['mpn'] .']]></mpn>
|
48 |
<image><![CDATA['. $baseUrl ."media/catalog/product". $product['image'] .']]></image>';
|
49 |
|
50 |
if (isset($attributes[$product['entity_id']])) {
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Feed_Manager_Version_1_1_2</name>
|
4 |
-
<version>1.1.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://www.opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
|
7 |
<channel>community</channel>
|
@@ -14,9 +14,9 @@ Seamless integration with Magento and shopping comparison engines to provide a s
|
|
14 |
You can create, optimize, and manage your shopping data feed and automatically list your products on shopping comparison engines.</description>
|
15 |
<notes>This is a stable version of the app.</notes>
|
16 |
<authors><author><name>admin</name><user>auto-converted</user><email>rinkart@retailtower.com</email></author></authors>
|
17 |
-
<date>2011-
|
18 |
-
<time>
|
19 |
-
<contents><target name="mageweb"><dir name="."><file name="magento_feedmanager.php" hash="
|
20 |
<compatible/>
|
21 |
<dependencies/>
|
22 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Feed_Manager_Version_1_1_2</name>
|
4 |
+
<version>1.1.18</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://www.opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
|
7 |
<channel>community</channel>
|
14 |
You can create, optimize, and manage your shopping data feed and automatically list your products on shopping comparison engines.</description>
|
15 |
<notes>This is a stable version of the app.</notes>
|
16 |
<authors><author><name>admin</name><user>auto-converted</user><email>rinkart@retailtower.com</email></author></authors>
|
17 |
+
<date>2011-06-29</date>
|
18 |
+
<time>16:57:23</time>
|
19 |
+
<contents><target name="mageweb"><dir name="."><file name="magento_feedmanager.php" hash="e674bac0759b55e47604e662d987744c"/><file name="Readme.txt" hash="b39da4dfd2a7756d5baad50b2073fad7"/></dir></target></contents>
|
20 |
<compatible/>
|
21 |
<dependencies/>
|
22 |
</package>
|