Panda Resort - 7.2.0 (Oct 24, 2019)
Replace the following files and execute the queries in your SQL manager to perform the updates.
NEW FEATURES/IMPROVEMENTS
Activities bookable
/common/db.sql
>> Allow null value on columns nights and id_hotel
ALTER TABLE pm_booking CHANGE nights nights INT NULL DEFAULT 0;
/admin/modules/booking/booking/config.xml
/templates/default/models/activity.php
/templates/default/models/booking-activities.php
/templates/default/models/details.php
/templates/default/models/summary.php
/templates/default/models/account.php
/templates/default/common/booking-popup.php
/templates/default/common/footer.php
Possibility to specify URL variables for booking and share the link
/templates/default/models/booking.php
https://www.your-website.com/booking?adults=2&children=3&from=2019-07-31&to=2019-08-01
FIXED ISSUES
Price calculation improvements
/templates/default/common/functions.php
Braintree: Undefined constant
/common/config(-tmp).php
=> Rename "BRAINTREE_MERCAHNT_ID" into "BRAINTREE_MERCHANT_ID"