How to update from phpMeteo v1.3.0 to v1.4.0 ---------------------------------------------------------------------------- --------------------------------- MySQL ------------------------------------ Log-in into phpMyAdmin (or your MySQL database) and on the SQL tab run the following queries: INSERT INTO `settings` (`name`, `value`) VALUES ('timezone', ''); ---------------------------------------------------------------------------- ---------------------------------- FTP ------------------------------------- Upload and replace the following files on your server: /app/controllers/admin.php /app/core/Controller.php /app/includes/info.php /app/languages/english.php /app/models/Admin.php /public/themes/weather/views/admin/general.php /public/themes/weather/views/home/weather.php /public/themes/weather/info.php ---------------------------------------------------------------------------- ------------------------------- CHANGELOG ---------------------------------- - Added custom Timezone support - Other minor improvements