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.99 |
Comparing to | |
See all releases |
Code changes from version 1.1.18 to 1.1.99
- magento_feedmanager.php +1 -1
- package.xml +3 -3
magento_feedmanager.php
CHANGED
@@ -44,7 +44,7 @@ if (count($products)):
|
|
44 |
<manufacturer><![CDATA['. $product['manufacturer'] .']]></manufacturer>
|
45 |
<brand><![CDATA['. $product['brand'] .']]></brand>
|
46 |
<upc><![CDATA['. $product['upc'] .']]></upc>
|
47 |
-
|
48 |
<image><![CDATA['. $baseUrl ."media/catalog/product". $product['image'] .']]></image>';
|
49 |
|
50 |
if (isset($attributes[$product['entity_id']])) {
|
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>
|
@@ -15,8 +15,8 @@ You can create, optimize, and manage your shopping data feed and automatically l
|
|
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>
|
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.99</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>
|
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>17:19:00</time>
|
19 |
+
<contents><target name="mageweb"><dir name="."><file name="magento_feedmanager.php" hash="b661b7a2ee0b8287d468679f41e9915e"/><file name="Readme.txt" hash="b39da4dfd2a7756d5baad50b2073fad7"/></dir></target></contents>
|
20 |
<compatible/>
|
21 |
<dependencies/>
|
22 |
</package>
|