Skip to content

Commit

Permalink
Updated: Changelogs and version update for module and core
Browse files Browse the repository at this point in the history
  • Loading branch information
vishal-singh-webkul committed Oct 10, 2024
1 parent 9dd7e93 commit 0370712
Show file tree
Hide file tree
Showing 92 changed files with 646 additions and 61 deletions.
9 changes: 5 additions & 4 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
- #815: Updated added Rooms filter and added suggestions for Hotel and Room type filter inputs on admin orders list page
- #807: Added Warning for maximum quantity of service products in Extra Services popup when creating or editing a booking at back office.
- #789: Updated set default occupancy chosen on search results, room type detail and admin book now pages
- #1169:: Updated info for convenience fees products and taxes breakup in admin order detail page.
- #1169: Updated info for convenience fees products and taxes breakup in admin order detail page.
- #771: Updated design of 'Delete voucher' button has been changed to button instead of text on admin Order detail page
- #770: Updated disable cart popup button on admin Book Now page if cart is empty
- #987: Improved Statstics data in admin stats page
Expand All @@ -102,7 +102,7 @@
- #865: Updated stats are now shown according to employee hotel access
- #851: Updated same day room checkin - checkout and select time along with checkin - checkout
- #841: Updated prevent room deletion and room status update to inactive when room has future booking
- #1145:: Updated empty dropdown will appear if no options are available and empty message is not set.
- #1145: Updated empty dropdown will appear if no options are available and empty message is not set.
- #1070: Updated validations for Hotel address when add a new hotel
- #837: Updated resolve multiple specific price visible for a single catalog rule
- #1146: Udpated Text of column 'tax' to 'Tax rule' in both 'Additional Facilities' & 'Service Products' tab of room type detail page
Expand All @@ -121,6 +121,7 @@
- #1016: Added display global max order date and global preparation time in the restriction tab in manage hotels.

- Bugs Fixed:
- #866: Fixed Arrangement of row and column in csv files.
- #1284: Fixed getting fatal error on AdminHotelRoomsBookingController when an employee adds an invalid date in the search booking form in back-office.
- #1257: Fixed available fields column of one tab is reset from another tab in backoffice
- #1251: Fixed occupancy selection panel design issue in Backoffice book now page
Expand All @@ -137,9 +138,9 @@
- #1212: Fixed wrong total number of customers in the render-list in the AdminCustomerController in the back-office
- #1159: Fixed total count for the service products is incorrect in the list in back office.
- #1125: Fixed invoice data is not correct when multiple invoices created in an order from back-office
- #1122 Fixed currency conversion issue in order if default currency is changed while creating booking from back-office
- #1122: Fixed currency conversion issue in order if default currency is changed while creating booking from back-office
- #1106: Fixed refund amount not converted while changing the currency of the Order in back office
- #1102 Fixed unable to add discount coupon of 100% on order detail page from back-office
- #1102: Fixed unable to add discount coupon of 100% on order detail page from back-office
- #1063: Fixed order prices decimal value not shown according to configuration when booking from back office
- #1049: Fixed warnings for invalid IMAP configuration after saving the default message in the contact in the back office.
- #1046: Fixed getting errors in the back office if the id in the URL is updated manually to an invalid one.
Expand Down
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
Expand Up @@ -4,6 +4,14 @@

## Improved/Changed Features:

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

------------------------------
# V1.5.0 to V1.6.0
------------------------------

## Improved/Changed Features:

* [FO] : [#436] Text changes
* [FO] : [#387] Add nav bar and move language and currency selector at top at front office

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.2.3
-------------------------------

## 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.2.3';
$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
Loading

0 comments on commit 0370712

Please sign in to comment.