Skip to content

Commit

Permalink
Merge pull request #36 from wuunder/development
Browse files Browse the repository at this point in the history
upd version
  • Loading branch information
timoj authored May 18, 2020
2 parents 5be4baa + 82479fc commit 50491d6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion wuunderconnector/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<module>
<name>wuunderconnector</name>
<displayName><![CDATA[Wuunder shipping module]]></displayName>
<version><![CDATA[1.3.5]]></version>
<version><![CDATA[1.3.6]]></version>
<description><![CDATA[Send and receive your shipments easily, personally and efficiently. You can ship via more then 23 carriers. Wuunder takes care of all your transport and warehouse solutions you need.]]></description>
<author><![CDATA[Wuunder]]></author>
<tab><![CDATA[shipping_logistics]]></tab>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public function __construct()
$this->logger->setFilename(_PS_ROOT_DIR_ . ((_PS_VERSION_ < '1.7') ? "/log/wuunder.log" : "/app/logs/wuunder.log"));
$this->bootstrap = true;
$this->override_folder = "";
$this->sourceObj = array("product" => "Prestashop extension", "version" => array("build" => "1.3.5", "plugin" => "1.0"));
$this->sourceObj = array("product" => "Prestashop extension", "version" => array("build" => "1.3.6", "plugin" => "1.0"));
}

private function setBookingToken($order_id, $booking_url, $booking_token)
Expand Down
2 changes: 1 addition & 1 deletion wuunderconnector/wuunderconnector.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public function __construct()
$this->name = 'wuunderconnector';
$this->tab = 'shipping_logistics';

$this->version = '1.3.5';
$this->version = '1.3.6';

$this->author = 'Wuunder';
$this->need_instance = 0;
Expand Down

0 comments on commit 50491d6

Please sign in to comment.