diff --git a/modules/blocknewsletter/CHANGELOG.txt b/modules/blocknewsletter/CHANGELOG.txt index d6ffd2f50..3d173ef40 100644 --- a/modules/blocknewsletter/CHANGELOG.txt +++ b/modules/blocknewsletter/CHANGELOG.txt @@ -1,5 +1,5 @@ ------------------------------- -# Change Log V2.2.2 to V2.2.3 +# Change Log V2.2.2 to V2.3.0 ------------------------------- ## Improved/Changed Features: diff --git a/modules/blocknewsletter/blocknewsletter.php b/modules/blocknewsletter/blocknewsletter.php index 710478818..9806d9cc8 100644 --- a/modules/blocknewsletter/blocknewsletter.php +++ b/modules/blocknewsletter/blocknewsletter.php @@ -57,7 +57,7 @@ public function __construct() $this->ps_versions_compliancy = array('min' => '1.6', 'max' => _PS_VERSION_); $this->secure_key = Tools::encrypt($this->name); - $this->version = '2.2.3'; + $this->version = '2.3.0'; $this->author = 'PrestaShop'; $this->error = false; $this->valid = false; diff --git a/modules/hotelreservationsystem/CHANGELOG.txt b/modules/hotelreservationsystem/CHANGELOG.txt index c9d10f469..2ad2025bd 100644 --- a/modules/hotelreservationsystem/CHANGELOG.txt +++ b/modules/hotelreservationsystem/CHANGELOG.txt @@ -1,5 +1,5 @@ ------------------------------ -# V1.5.0 to V1.5.1 +# V1.5.0 to V1.6.0 ------------------------------ ## Improved/Changed Features: diff --git a/modules/hotelreservationsystem/hotelreservationsystem.php b/modules/hotelreservationsystem/hotelreservationsystem.php index 654b27941..f41549ee8 100644 --- a/modules/hotelreservationsystem/hotelreservationsystem.php +++ b/modules/hotelreservationsystem/hotelreservationsystem.php @@ -30,7 +30,7 @@ public function __construct() { $this->name = 'hotelreservationsystem'; $this->tab = 'administration'; - $this->version = '1.5.1'; + $this->version = '1.6.0'; $this->author = 'Webkul'; $this->need_instance = 0; $this->bootstrap = true;