Skip to content

Commit

Permalink
versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
timoj committed Jan 5, 2018
1 parent 8b65fb2 commit d2f761a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,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.2.5", "plugin" => "1.0"));
$this->sourceObj = array("product" => "Prestashop extension", "version" => array("build" => "1.2.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 @@ -9,7 +9,7 @@ public function __construct()
{
$this->name = 'wuunderconnector';
$this->tab = 'wuunder';
$this->version = '1.2.5';
$this->version = '1.2.6';
$this->author = 'Wuunder';
$this->need_instance = 0;
$this->ps_versions_compliancy = array('min' => '1.6', 'max' => _PS_VERSION_);
Expand Down

0 comments on commit d2f761a

Please sign in to comment.