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

Pandao CMS pro - 3.9.0 (Apr 11, 2017)

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

NEW FEATURES/IMPROVEMENTS

Blog navigation buttons

/templates/default/models/article-blog.php
/templates/default/common/get_articles_blog.php
/templates/default/css/colors.css (.btn-default color) + all color files

Preloader screen

/js/custom.js
/templates/default/css/layout.css (loader block)
/templates/default/css/colors.css (loader block)
/templates/default/common/footer.php

New field type (autocompletion) in the admin panel

/admin/css/layout.css
/admin/includes/inc_header_form.php
/admin/includes/fn_form.php

FIXED ISSUES

Bug on the currencies if the template is not the default template

/templates/default/widget/footer_form.php

File label truncated

/admin/includes/fn_actions.php

Remove / end URL (optional)

/.htaccess
>> Add this code after "RewriteEngine On"

RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)/$ /$1 [L,R=301]

/templates/default/common/header.php
/templates/default/common/page_header.php
/templates/default/models/sitemap.php

Error on global search since PHP 5.5

/templates/default/models/search.php