From ddc76fed479fd57245aa123a6b77994c83f54d7d Mon Sep 17 00:00:00 2001 From: "vishalsingh.qlo325" Date: Thu, 10 Oct 2024 15:10:14 +0530 Subject: [PATCH] Updated: modules version and changelogs --- modules/blocknewsletter/CHANGELOG.txt | 2 +- modules/blocknewsletter/blocknewsletter.php | 2 +- modules/hotelreservationsystem/CHANGELOG.txt | 2 +- modules/hotelreservationsystem/hotelreservationsystem.php | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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;