Skip to content
This repository has been archived by the owner on Mar 17, 2020. It is now read-only.

Commit

Permalink
Merge branch 'release/1.8.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
tbigueres committed Sep 22, 2014
2 parents cd79a15 + 5fe68e3 commit 8b6a7cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config.xml
Expand Up @@ -2,7 +2,7 @@
<module>
<name>ebay</name>
<displayName><![CDATA[eBay]]></displayName>
<version><![CDATA[1.8]]></version>
<version><![CDATA[1.8.1]]></version>
<description><![CDATA[Easily export your products from PrestaShop to eBay, the biggest market place, to acquire new customers and realize more sales.]]></description>
<author><![CDATA[PrestaShop]]></author>
<tab><![CDATA[market_place]]></tab>
Expand Down
2 changes: 1 addition & 1 deletion ebay.php
Expand Up @@ -95,7 +95,7 @@ public function __construct($id_ebay_profile = null)
{
$this->name = 'ebay';
$this->tab = 'market_place';
$this->version = '1.8';
$this->version = '1.8.1';
$this->stats_version = '1.0';

$this->author = 'PrestaShop';
Expand Down

0 comments on commit 8b6a7cc

Please sign in to comment.