From 442c1378a9da060bfce42cf2059aa2d81bdc789a Mon Sep 17 00:00:00 2001 From: Alex Sampaio Date: Mon, 20 Feb 2017 13:56:17 +0100 Subject: [PATCH] // Version updated to v1.0.4 --- config.xml | 2 +- ps_cashondelivery.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.xml b/config.xml index 68e6778fcc..3151db7a67 100755 --- a/config.xml +++ b/config.xml @@ -2,7 +2,7 @@ ps_cashondelivery - + 0 diff --git a/ps_cashondelivery.php b/ps_cashondelivery.php index d7c32872ca..222cf21342 100755 --- a/ps_cashondelivery.php +++ b/ps_cashondelivery.php @@ -36,7 +36,7 @@ public function __construct() { $this->name = 'ps_cashondelivery'; $this->author = 'PrestaShop'; - $this->version = '1.0.3'; + $this->version = '1.0.4'; $this->need_instance = 1; $this->ps_versions_compliancy = array('min' => '1.7.0.0', 'max' => _PS_VERSION_);