Skip to content

Commit

Permalink
Updated: modules version and changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
vishal-singh-webkul committed Oct 10, 2024
1 parent bc93771 commit ddc76fe
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion modules/blocknewsletter/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion modules/blocknewsletter/blocknewsletter.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion modules/hotelreservationsystem/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
------------------------------
# V1.5.0 to V1.5.1
# V1.5.0 to V1.6.0
------------------------------

## Improved/Changed Features:
Expand Down
2 changes: 1 addition & 1 deletion modules/hotelreservationsystem/hotelreservationsystem.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit ddc76fe

Please sign in to comment.