GoDataFeed - Version 1.0.5

Version Notes

1.0.5

Download this release

Release Info

Developer Magento Core Team
Extension GoDataFeed
Version 1.0.5
Comparing to
See all releases


Code changes from version 1.0.4 to 1.0.5

app/code/local/GoDataFeed/Services/Model/Catalog/Product/Api.php CHANGED
@@ -361,6 +361,7 @@ class GoDataFeed_Services_Model_Catalog_Product_Api extends Mage_Catalog_Model_P
361
  //Scrubbing various unwanted characters
362
  private function scrubData($fieldValue)
363
  {
 
364
  $fieldValue = str_replace(chr(10), " ", $fieldValue);
365
  $fieldValue = str_replace(chr(13), " ", $fieldValue);
366
  $fieldValue = str_replace("\r", " ", $fieldValue);
361
  //Scrubbing various unwanted characters
362
  private function scrubData($fieldValue)
363
  {
364
+ $fieldValue = str_replace(chr(2), "", $fieldValue);
365
  $fieldValue = str_replace(chr(10), " ", $fieldValue);
366
  $fieldValue = str_replace(chr(13), " ", $fieldValue);
367
  $fieldValue = str_replace("\r", " ", $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.4";
8
  }
9
  }
4
  {
5
  public function version()
6
  {
7
+ return "1.0.5";
8
  }
9
  }
app/code/local/GoDataFeed/Services/etc/config.xml CHANGED
@@ -2,7 +2,7 @@
2
  <config>
3
  <modules>
4
  <GoDataFeed_Services>
5
- <version>1.0.4</version>
6
  </GoDataFeed_Services>
7
  </modules>
8
  <global>
2
  <config>
3
  <modules>
4
  <GoDataFeed_Services>
5
+ <version>1.0.5</version>
6
  </GoDataFeed_Services>
7
  </modules>
8
  <global>
package.xml CHANGED
@@ -1,18 +1,18 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>GoDataFeed</name>
4
- <version>1.0.4</version>
5
  <stability>stable</stability>
6
- <license uri="http://www.godatafeed.com/aboutus.aspx">&#xA9;GoDataFeed All rights reserved</license>
7
  <channel>community</channel>
8
  <extends/>
9
- <summary>A simple and affordable way to optimize your product listings, automate your datafeed submissions and drive more qualified, targeted traffic to your Website.</summary>
10
- <description>This extension optimizes product retrieval while providing enhanced attributes information. Install this extension to fully benefit GoDataFeed services.</description>
11
- <notes>1.0.4</notes>
12
  <authors><author><name>GoDataFeedSupport</name><user>auto-converted</user><email>support@godatafeed.com</email></author></authors>
13
- <date>2012-04-08</date>
14
- <time>11:10:11</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="3869efbac04f4fe4cb775fa2c5c9cabc"/></dir></dir><dir name="Version"><file name="Api.php" hash="a0be8c389f7e625fdb3cb75fcf71571f"/></dir></dir><dir name="etc"><file name="api.xml" hash="22008e5eb33267d94da0707d9e63b3fe"/><file name="config.xml" hash="9d3bf3e62af80497713c24cfd267c9a8"/></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>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>GoDataFeed</name>
4
+ <version>1.0.5</version>
5
  <stability>stable</stability>
6
+ <license uri="http://www.godatafeed.com/supportedecommerce.aspx?sp=magento">&#xA9;GoDataFeed All rights reserved</license>
7
  <channel>community</channel>
8
  <extends/>
9
+ <summary>GoDataFeed&#x2019;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.5</notes>
12
  <authors><author><name>GoDataFeedSupport</name><user>auto-converted</user><email>support@godatafeed.com</email></author></authors>
13
+ <date>2012-04-26</date>
14
+ <time>17:54:48</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="36ef1988e925da3f3516e8fab30f0641"/></dir></dir><dir name="Version"><file name="Api.php" hash="69dbbeebb83d927e5b4967456c6a2596"/></dir></dir><dir name="etc"><file name="api.xml" hash="22008e5eb33267d94da0707d9e63b3fe"/><file name="config.xml" hash="e2a7f3aab1705f3cdfee3357e0f9c56b"/></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>