Skip to content

Commit

Permalink
Merge pull request #1298 from vishal-singh-webkul/gli-changelog-1.6.1
Browse files Browse the repository at this point in the history
Changelog and Version update for QloApps 1.6.1
  • Loading branch information
rohit053 authored Oct 10, 2024
2 parents a5101b9 + e17cdc3 commit 75616fb
Show file tree
Hide file tree
Showing 92 changed files with 1,115 additions and 105 deletions.
522 changes: 474 additions & 48 deletions CHANGELOG.txt

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion install/install_version.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@
*/

define('_PS_INSTALL_VERSION_', '1.6.1.23');
define('_QLO_INSTALL_VERSION_', '1.6.0.0');
define('_QLO_INSTALL_VERSION_', '1.6.1.0');
12 changes: 12 additions & 0 deletions modules/bankwire/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
------------------------------
# V1.1.5 to V1.1.6
------------------------------

## Improved/Changed Features:

* [FO] : [#724] Updated bankwire and cheque payment details on order confirmation page
* [CO] : [#895] Fixed overbooking issues in QloApps and added new configurations for overbooking handling
* [CO] : [#881] Address is not required in booking/order flow
* [FO] : [#1089] Fixed error on order confirmation page when order status is updated
* [FO] : [#1272] Fixed order confirmation and Guest tracking flow issues and order emails are improved

------------------------------
# V1.1.4 to V1.1.5
------------------------------
Expand Down
2 changes: 1 addition & 1 deletion modules/bankwire/bankwire.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public function __construct()
{
$this->name = 'bankwire';
$this->tab = 'payments_gateways';
$this->version = '1.1.5';
$this->version = '1.1.6';
$this->author = 'PrestaShop';
$this->controllers = array('payment', 'validation');
$this->is_eu_compatible = 1;
Expand Down
13 changes: 12 additions & 1 deletion modules/blockcart/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
-----------------------------
# V1.6.5 to V1.6.6
-----------------------------

## Improved/Changed Features:

* [FO] : [#795] Fixed 'Add Room' button is displayed on occupancy popup even if no more rooms are available at front office
* [CO] : [#1195] Added process for smarty template overriding.
* [FO] : [#1201] Updated cart total summary on checkout page
* [CO] : [#1271] Added new hooks

-----------------------------
# V1.6.4 to V1.6.5
-----------------------------
Expand All @@ -24,7 +35,7 @@

* [FO] : [#304] Text changes
* [CO] : [#281] Optimized ajax cart functions, new function ajaxcart.update added
* [CO] : [#281] Updated assignContentVars function, now function returns json encoded content without fetching from tpl
* [CO] : [#281] Updated assignContentVars function, now function returns json encoded content without fetching from tpl
* [CO] : [#244] Changed Tools::jsonEncode to json_encode


Expand Down
2 changes: 1 addition & 1 deletion modules/blockcart/blockcart.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public function __construct()
{
$this->name = 'blockcart';
$this->tab = 'front_office_features';
$this->version = '1.6.5';
$this->version = '1.6.6';
$this->author = 'PrestaShop';
$this->need_instance = 0;

Expand Down
8 changes: 8 additions & 0 deletions modules/blockcurrencies/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
------------------------------
# V1.1.0 to V1.1.1
------------------------------

## Improved/Changed Features:

* [CO] : [#1195] Added process for smarty template overriding.

------------------------------
# V0.4.0 to V1.1.0
------------------------------
Expand Down
4 changes: 2 additions & 2 deletions modules/blockcurrencies/blockcurrencies.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public function __construct()
{
$this->name = 'blockcurrencies';
$this->tab = 'front_office_features';
$this->version = '1.1.0';
$this->version = '1.1.1';
$this->author = 'PrestaShop';
$this->need_instance = 0;

Expand All @@ -44,7 +44,7 @@ public function __construct()
$this->description = $this->l('Adds a block allowing customers to select their preferred booking currency.');
$this->ps_versions_compliancy = array('min' => '1.6', 'max' => _PS_VERSION_);
}

public function install()
{
if (!parent::install()
Expand Down
8 changes: 8 additions & 0 deletions modules/blocklanguages/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
------------------------------
# V1.6.0 to V1.6.1
------------------------------

## Improved/Changed Features:

* [CO] : [#1195] Added process for smarty template overriding.

------------------------------
# V1.5.0 to V1.6.0
------------------------------
Expand Down
2 changes: 1 addition & 1 deletion modules/blocklanguages/blocklanguages.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public function __construct()
{
$this->name = 'blocklanguages';
$this->tab = 'front_office_features';
$this->version = '1.6.0';
$this->version = '1.6.1';
$this->author = 'PrestaShop';
$this->need_instance = 0;

Expand Down
11 changes: 11 additions & 0 deletions modules/blocknavigationmenu/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
-----------------------------
# V1.1.2 to V1.1.3
-----------------------------

## Improved/Changed Features:

* [CO] : [#935] Added new hooks
* [CO] : [#1021] Improvement in the block navigation link module regarding CMS pages.
* [CO] : [#1195] Added process for smarty template overriding.
* [BO] : [#1241] Updated condition to assign default category on the AdminCustomNavigationLinkSettingController in the back-office.

-----------------------------
# V1.1.1 to V1.1.2
-----------------------------
Expand Down
2 changes: 1 addition & 1 deletion modules/blocknavigationmenu/blocknavigationmenu.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public function __construct()
{
$this->name = 'blocknavigationmenu';
$this->tab = 'front_office_features';
$this->version = '1.1.2';
$this->version = '1.1.3';
$this->author = 'Webkul';
$this->need_instance = 0;

Expand Down
13 changes: 13 additions & 0 deletions modules/blocknewsletter/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
-------------------------------
# Change Log V2.2.2 to V2.3.0
-------------------------------

## Improved/Changed Features:

* [CO] : [#804] Updated flow of blocknewsletter module
* [CO] : [#1148] Fixed welcome voucher is available for every customer and also for guest user
* [BO] : [#1088] Updated customer deletion and ban process and added filters for the admin to view the banned customers
* [CO] : [#1132] Added new hooks
* [CO] : [#1142] Optimized the flow of the blocknewsletter module
* [FO] : [#1236] Fixed cart rule without code is not being applied automatically to the cart in the front-office.

-------------------------------
# Change Log V2.2.1 to V2.2.2
-------------------------------
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.2';
$this->version = '2.3.0';
$this->author = 'PrestaShop';
$this->error = false;
$this->valid = false;
Expand Down
8 changes: 8 additions & 0 deletions modules/blockuserinfo/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
------------------------------
# V0.4.1 to V1.0.0
------------------------------

## Improved/Changed Features:

* [CO] : [#1195] Added process for smarty template overriding.

------------------------------
# V0.4.0 to V0.4.1
------------------------------
Expand Down
8 changes: 4 additions & 4 deletions modules/blockuserinfo/blockuserinfo.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public function __construct()
{
$this->name = 'blockuserinfo';
$this->tab = 'front_office_features';
$this->version = '0.4.1';
$this->version = '1.0.0';
$this->author = 'PrestaShop';
$this->need_instance = 0;

Expand All @@ -46,9 +46,9 @@ public function __construct()

public function install()
{
return (parent::install() &&
$this->registerHook('displayTop') &&
$this->registerHook('displayExternalNavigationHook') &&
return (parent::install() &&
$this->registerHook('displayTop') &&
$this->registerHook('displayExternalNavigationHook') &&
$this->registerHook('displayHeader'));
}

Expand Down
13 changes: 13 additions & 0 deletions modules/cheque/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
------------------------------
# V2.6.6 to V2.6.7
------------------------------

## Improved/Changed Features:

* [FO] : [#724] Updated bankwire and cheque payment details on order confirmation page
* [CO] : [#895] Fixed overbooking issues in QloApps and added new configurations for overbooking handling
* [CO] : [#881] Address is not required in booking/order flow
* [CO] : [#895] Fixed overbooking issues in QloApps and added new configurations for overbooking handling
* [FO] : [#1089] Fixed error on order confirmation page when order status is updated
* [FO] : [#1272] Fixed order confirmation and Guest tracking flow issues and order emails are improved

------------------------------
# V2.6.5 to V2.6.6
------------------------------
Expand Down
2 changes: 1 addition & 1 deletion modules/cheque/cheque.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public function __construct()
{
$this->name = 'cheque';
$this->tab = 'payments_gateways';
$this->version = '2.6.6';
$this->version = '2.6.7';
$this->author = 'PrestaShop';
$this->controllers = array('payment', 'validation');
$this->is_eu_compatible = 1;
Expand Down
11 changes: 11 additions & 0 deletions modules/dashactivity/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
------------------------------
# V1.0.2 to V1.0.3
------------------------------

## Improved/Changed Features:

* [BO] : [#900] Fixed dashboard stats issues and also improved the view of the dashboard
* [CO] : [#909] Fixed missing translation from the templates of the modules.
* [BO] : [#1023] Fixed backoffice design issue in RTL language
* [BO] : [#1129] Fixed Dashboard issues on different sections

------------------------------
# V1.0.1 to V1.0.2
------------------------------
Expand Down
2 changes: 1 addition & 1 deletion modules/dashactivity/dashactivity.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public function __construct()
{
$this->name = 'dashactivity';
$this->tab = 'dashboard';
$this->version = '1.0.2';
$this->version = '1.0.3';
$this->author = 'PrestaShop';
$this->push_filename = _PS_CACHE_DIR_.'push/activity';
$this->allow_push = true;
Expand Down
9 changes: 9 additions & 0 deletions modules/dashavailability/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
------------------------------
# V1.0.1 to V1.0.2
------------------------------

## Improved/Changed Features:

* [BO] : [#900] Fixed dashboard stats issues and also improved the view of the dashboard
* [CO] : [#909] Fixed missing translation from the templates of the modules.

------------------------------
# V1.0.0 to V1.0.1
------------------------------
Expand Down
2 changes: 1 addition & 1 deletion modules/dashavailability/dashavailability.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public function __construct()
{
$this->name = 'dashavailability';
$this->tab = 'dashboard';
$this->version = '1.0.1';
$this->version = '1.0.2';
$this->ps_versions_compliancy = array('min' => '1.6', 'max' => '1.6');
$this->author = 'Webkul';
$this->bootstrap = true;
Expand Down
9 changes: 9 additions & 0 deletions modules/dashgoals/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
------------------------------
# V1.0.2 to V1.0.3
------------------------------

## Improved/Changed Features:

* [BO] : [#900] Fixed dashboard stats issues and also improved the view of the dashboard
* [CO] : [#909] Fixed missing translation from the templates of the modules.

------------------------------
# V1.0.1 to V1.0.2
------------------------------
Expand Down
2 changes: 1 addition & 1 deletion modules/dashgoals/dashgoals.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public function __construct()
{
$this->name = 'dashgoals';
$this->tab = 'dashboard';
$this->version = '1.0.2';
$this->version = '1.0.3';
$this->author = 'PrestaShop';

parent::__construct();
Expand Down
11 changes: 11 additions & 0 deletions modules/dashguestcycle/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
------------------------------
# V1.0.1 to V1.0.2
------------------------------

## Improved/Changed Features:

* [BO] : [#869] Removed custom scrollbar design for badges on admin dashboard
* [BO] : [#900] Fixed dashboard stats issues and also improved the view of the dashboard
* [CO] : [#909] Fixed missing translation from the templates of the modules.
* [CO] : [#928] Added new hooks

------------------------------
# V1.0.0 to V1.0.1
------------------------------
Expand Down
2 changes: 1 addition & 1 deletion modules/dashguestcycle/dashguestcycle.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public function __construct()
{
$this->name = 'dashguestcycle';
$this->tab = 'dashboard';
$this->version = '1.0.1';
$this->version = '1.0.2';
$this->ps_versions_compliancy = array('min' => '1.6', 'max' => '1.6');
$this->author = 'Webkul';
$this->bootstrap = true;
Expand Down
10 changes: 10 additions & 0 deletions modules/dashinsights/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
------------------------------
# V1.0.0 to V1.0.1
------------------------------

## Improved/Changed Features:

* [BO] : [#900] Fixed dashboard stats issues and also improved the view of the dashboard
* [CO] : [#909] Fixed missing translation from the templates of the modules.
* [BO] : [#1129] Fixed Dashboard issues on different sections

Changelog

v1.0.0
Expand Down
2 changes: 1 addition & 1 deletion modules/dashinsights/dashinsights.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public function __construct()
{
$this->name = 'dashinsights';
$this->tab = 'dashboard';
$this->version = '1.0.0';
$this->version = '1.0.1';
$this->ps_versions_compliancy = array('min' => '1.6', 'max' => '1.6');
$this->author = 'Webkul';
$this->bootstrap = true;
Expand Down
9 changes: 9 additions & 0 deletions modules/dashoccupancy/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
------------------------------
# V1.0.1 to V1.0.2
------------------------------

## Improved/Changed Features:

* [BO] : [#900] Fixed dashboard stats issues and also improved the view of the dashboard
* [BO] : [#1023] Fixed backoffice design issue in RTL language

------------------------------
# V1.0.0 to V1.0.1
------------------------------
Expand Down
2 changes: 1 addition & 1 deletion modules/dashoccupancy/dashoccupancy.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public function __construct()
{
$this->name = 'dashoccupancy';
$this->tab = 'dashboard';
$this->version = '1.0.1';
$this->version = '1.0.2';
$this->ps_versions_compliancy = array('min' => '1.6', 'max' => '1.6');
$this->author = 'Webkul';
$this->bootstrap = true;
Expand Down
9 changes: 9 additions & 0 deletions modules/dashperformance/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
------------------------------
# V1.0.1 to V1.0.2
------------------------------

## Improved/Changed Features:

* [BO] : [#900] Fixed dashboard stats issues and also improved the view of the dashboard
* [BO] : [#1129] Fixed Dashboard issues on different sections

------------------------------
# V1.0.0 to V1.0.1
------------------------------
Expand Down
2 changes: 1 addition & 1 deletion modules/dashperformance/dashperformance.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public function __construct()
{
$this->name = 'dashperformance';
$this->tab = 'dashboard';
$this->version = '1.0.1';
$this->version = '1.0.2';
$this->ps_versions_compliancy = array('min' => '1.6', 'max' => '1.6');
$this->author = 'Webkul';
$this->bootstrap = true;
Expand Down
Loading

0 comments on commit 75616fb

Please sign in to comment.