Version Notes
1.0.10
Download this release
Release Info
Developer | Magento Core Team |
Extension | GoDataFeed |
Version | 1.0.10 |
Comparing to | |
See all releases |
Code changes from version 1.0.9 to 1.0.10
app/code/local/GoDataFeed/Services/Model/Catalog/Product/Api.php
CHANGED
@@ -370,6 +370,17 @@ class GoDataFeed_Services_Model_Catalog_Product_Api extends Mage_Catalog_Model_P
|
|
370 |
$fieldValue = str_replace(chr(7), "", $fieldValue);
|
371 |
$fieldValue = str_replace(chr(10), " ", $fieldValue);
|
372 |
$fieldValue = str_replace(chr(13), " ", $fieldValue);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
373 |
$fieldValue = str_replace(chr(28), " ", $fieldValue);
|
374 |
$fieldValue = str_replace(chr(29), " ", $fieldValue);
|
375 |
$fieldValue = str_replace(chr(30), " ", $fieldValue);
|
370 |
$fieldValue = str_replace(chr(7), "", $fieldValue);
|
371 |
$fieldValue = str_replace(chr(10), " ", $fieldValue);
|
372 |
$fieldValue = str_replace(chr(13), " ", $fieldValue);
|
373 |
+
$fieldValue = str_replace(chr(17), " ", $fieldValue);
|
374 |
+
$fieldValue = str_replace(chr(18), " ", $fieldValue);
|
375 |
+
$fieldValue = str_replace(chr(19), " ", $fieldValue);
|
376 |
+
$fieldValue = str_replace(chr(20), " ", $fieldValue);
|
377 |
+
$fieldValue = str_replace(chr(21), " ", $fieldValue);
|
378 |
+
$fieldValue = str_replace(chr(22), " ", $fieldValue);
|
379 |
+
$fieldValue = str_replace(chr(23), " ", $fieldValue);
|
380 |
+
$fieldValue = str_replace(chr(24), " ", $fieldValue);
|
381 |
+
$fieldValue = str_replace(chr(25), " ", $fieldValue);
|
382 |
+
$fieldValue = str_replace(chr(26), " ", $fieldValue);
|
383 |
+
$fieldValue = str_replace(chr(27), " ", $fieldValue);
|
384 |
$fieldValue = str_replace(chr(28), " ", $fieldValue);
|
385 |
$fieldValue = str_replace(chr(29), " ", $fieldValue);
|
386 |
$fieldValue = str_replace(chr(30), " ", $fieldValue);
|
app/code/local/GoDataFeed/Services/Model/Version/Api.php
CHANGED
@@ -4,6 +4,6 @@ class GoDataFeed_Services_Model_Version_Api
|
|
4 |
{
|
5 |
public function version()
|
6 |
{
|
7 |
-
return "1.0.
|
8 |
}
|
9 |
}
|
4 |
{
|
5 |
public function version()
|
6 |
{
|
7 |
+
return "1.0.10"; // this needs to be updated in etc/config.xml as well
|
8 |
}
|
9 |
}
|
app/code/local/GoDataFeed/Services/etc/config.xml
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
<modules>
|
4 |
<GoDataFeed_Services>
|
5 |
<!--To be updated in Version/Api.php as well-->
|
6 |
-
<version>1.0.
|
7 |
</GoDataFeed_Services>
|
8 |
</modules>
|
9 |
<global>
|
3 |
<modules>
|
4 |
<GoDataFeed_Services>
|
5 |
<!--To be updated in Version/Api.php as well-->
|
6 |
+
<version>1.0.10</version>
|
7 |
</GoDataFeed_Services>
|
8 |
</modules>
|
9 |
<global>
|
package.xml
CHANGED
@@ -1,18 +1,18 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>GoDataFeed</name>
|
4 |
-
<version>1.0.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://www.godatafeed.com/supportedecommerce.aspx?sp=magento">©GoDataFeed All rights reserved</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>GoDataFeed’s powerful, turn-key datafeed management solution empowers Magento merchants with an affordable and effective way to optimize and automate their datafeed marketing.</summary>
|
10 |
<description>This extension automates product retrieval from Magento while providing enhanced attribute information. Install this extension to streamline your channel feed management with GoDataFeed.</description>
|
11 |
-
<notes>1.0.
|
12 |
<authors><author><name>GoDataFeedSupport</name><user>auto-converted</user><email>support@godatafeed.com</email></author></authors>
|
13 |
-
<date>2012-07-
|
14 |
-
<time>
|
15 |
-
<contents><target name="magelocal"><dir name="GoDataFeed"><dir name="Services"><dir name="Helper"><file name="Data.php" hash="fbbbbac77dc06cc167e5ab2d3bd69263"/></dir><dir name="Model"><dir name="Catalog"><dir name="Product"><file name="Api.php" hash="
|
16 |
<compatible/>
|
17 |
<dependencies/>
|
18 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>GoDataFeed</name>
|
4 |
+
<version>1.0.10</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://www.godatafeed.com/supportedecommerce.aspx?sp=magento">©GoDataFeed All rights reserved</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>GoDataFeed’s powerful, turn-key datafeed management solution empowers Magento merchants with an affordable and effective way to optimize and automate their datafeed marketing.</summary>
|
10 |
<description>This extension automates product retrieval from Magento while providing enhanced attribute information. Install this extension to streamline your channel feed management with GoDataFeed.</description>
|
11 |
+
<notes>1.0.10</notes>
|
12 |
<authors><author><name>GoDataFeedSupport</name><user>auto-converted</user><email>support@godatafeed.com</email></author></authors>
|
13 |
+
<date>2012-07-11</date>
|
14 |
+
<time>17:13:35</time>
|
15 |
+
<contents><target name="magelocal"><dir name="GoDataFeed"><dir name="Services"><dir name="Helper"><file name="Data.php" hash="fbbbbac77dc06cc167e5ab2d3bd69263"/></dir><dir name="Model"><dir name="Catalog"><dir name="Product"><file name="Api.php" hash="47c358b16d3b7d4ef06f4f1506ffc504"/></dir></dir><dir name="Version"><file name="Api.php" hash="3ba0b99a47139e2c0bbfe295ac16a6b2"/></dir></dir><dir name="etc"><file name="api.xml" hash="22008e5eb33267d94da0707d9e63b3fe"/><file name="config.xml" hash="14d7f50ebe3ac11e19a9be63cc50a300"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="GoDataFeed_Services.xml" hash="e2f0d059f7dcd4ed86519c397bb9c310"/></dir></target></contents>
|
16 |
<compatible/>
|
17 |
<dependencies/>
|
18 |
</package>
|