Panda Multi Resorts - 6.2.0 (May 21, 2018)
Replace the following files and execute the queries in your SQL manager to perform the updates.
NEW FEATURES/IMPROVEMENTS
Multi vendors
/admin/settings.php
/admin/includes/langs/*
>> New entries ENABLE_MULTI_VENDORS and ENABLE_MULTI_VENDORS_NOTICE
/admin/modules/booking/hotel/config.xml
/common/db.sql
>> New column paypal_email in the table pm_hotel
ALTER TABLE pm_hotel ADD COLUMN paypal_email VARCHAR(250);
/common/config(-tmp).php
>> New constant ENABLE_MULTI_VENDORS
/templates/default/models/payment.php
Font Awesome V5 (icon font)
/admin/css/layout.css
/admin/index.php
/admin/setup.php
/admin/login.php
/admin/settings.php
/admin/includes/inc_header_common.php
/admin/includes/inc_top.php
/admin/modules/default/list.php
/admin/modules/default/form.php
/admin/modules/article/config.xml
/admin/modules/currency/config.xml
/admin/modules/media/config.xml
/admin/modules/social/config.xml
/admin/modules/booking/booking/config.xml
/admin/modules/booking/hotel/config.xml
/admin/modules/booking/room/config.xml
/admin/modules/booking/activity/config.xml
/admin/modules/booking/activity_session/config.xml
/templates/default/common/header.php
/templates/default/common/footer.php
/templates/default/common/comments.php
/templates/default/common/get_articles_blog.php
/templates/default/common/change_num_people.php
/templates/default/common/change_num_rooms.php
/templates/default/common/functions.php
/templates/default/common/get_activities.php
/templates/default/common/get_activity_sessions.php
/templates/default/common/search.php
/templates/default/widgets/contact_informations.php
/templates/default/models/article.php
/templates/default/models/article-blog.php
/templates/default/models/contact.php
/templates/default/models/booking.php
/templates/default/models/booking-activities.php
/templates/default/models/details.php
/templates/default/models/summary.php
/templates/default/models/payment.php
/templates/default/models/hotel.php
/templates/default/models/activity.php
/templates/default/css/layout.css
/templates/default/css/colors.css (+ all color schemes)
/templates/default/css/main.css
/common/css/shortcodes.css
reCAPTCHA form validation
/admin/settings.php
/admin/includes/langs/*
>> New entries CAPTCHA_PKEY, CAPTCHA_PKEY_NOTICE and CAPTCHA_SKEY
/includes/recaptchalib.php
/common/config(-tmp).php
>> New constants CAPTCHA_PKEY and CAPTCHA_SKEY
/templates/default/common/header.php
/templates/default/common/send_comment.php
/templates/default/common/comments.php
/templates/default/models/contact.php
GDPR compliance
/common/db.sql
>> New entries in table pm_text (! as usual, replace with your translation and lang ids):
INSERT INTO pm_text (id, lang, name, value) VALUES (178, 1, 'PRIVACY_POLICY_AGREEMENT', 'J''accèpte que les informations recueillies par ce formulaire soient stockées dans un fichier informatisé afin de traiter ma demande. Conformément au "Réglement Général sur la Protection des Données", vous pouvez exercer votre droit d''accès aux données vous concernant et les faire rectifier via le formulaire de contact.'), (178, 2, 'PRIVACY_POLICY_AGREEMENT', 'I agree that the information collected by this form will be stored in a database in order to process my request. In accordance with the "General Data Protection Regulation", you can exercise your right to access to your data and make them rectified via the contact form.'), (178, 3, 'PRIVACY_POLICY_AGREEMENT', 'I agree that the information collected by this form will be stored in a database in order to process my request. In accordance with the "General Data Protection Regulation", you can exercise your right to access to your data and make them rectified via the contact form.');
/templates/default/models/contact.php
/templates/default/models/details.php
/templates/default/common/register/signup.php
New CKEditor special styles
/admin/js/plugins/ckeditor/styles.js
FIXED ISSUES
Currencies: Google Finance API no longer exists
/includes/change_currency.php
Timezone timestamps
/templates/default/models/details.php
/templates/default/models/summary.php
/templates/default/models/payment.php
/templates/default/models/account.php
/templates/default/common/booking-popup.php
Constant error in Comments and Contact
/templates/default/common/send_comment.php
/templates/default/common/comments.php
/templates/default/models/contact.php
Search in the listings of the admin panel (page > 1)
/admin/modules/default/list.php
Missing translation in Pages module
/admin/modules/page/config.xml
Modal popup layout
/templates/default/css/layout.css (.white-popup-block)
Missing destination URL
/common/db.sql
>> article_model value for the page Bookings
UPDATE pm_page SET article_model = 'booking' WHERE page_model = 'booking';
Wrong number of rooms remaining
/templates/default/common/functions.php
Possibility to edit publish date before current year
/admin/modules/default/form.php
Incorrect shared image path for websites in a subfolder
/templates/default/models/article.php
/templates/default/models/article-blog.php
/templates/default/models/hotel.php
/templates/default/models/activity.php
Bug on extra tables for multilingual modules
/admin/includes/config.xsd
Bug on extra tables for non multilingual modules
/admin/includes/fn_form.php
/admin/modules/default/form.php