Cookies help us provide better user experience. By using our website, you agree to the use of cookies.

Panda Resort - 6.1.0 (Apr 3, 2018)

Replace the following files and execute the queries in your SQL manager to perform the updates.

NEW FEATURES/IMPROVEMENTS

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/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/room.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

Missing translation

/common/db.sql
>> New entries in the table pm_text (! as usual, replace with your translation and lang ids):

INSERT INTO pm_text (id, lang, name, value) VALUES
(175, 1, 'NUM_ROOMS', 'Nb chambres'),
(175, 2, 'NUM_ROOMS', 'Num rooms'),
(175, 3, 'NUM_ROOMS', 'Num rooms');

FIXED ISSUES

Currencies: Google Finance API no longer exists

/includes/change_currency.php