IMPORTANT ——————————————————— Please make sure to always back up your files before updating. I am not responsible for any update going wrong and messing / losing your previous or actual files. FILE CHANGES ——————————————————— 1. THE EASIEST WAY Replace all the folders / files except the "uploads" folder, "install" folder and the "app/config/config.php" file. 2. THE ADVANCED WAY Copy/Paste the following files, replace if needed. app/controllers/Invoice.php app/controllers/LostPassword.php app/controllers/PixelTrack.php app/controllers/Register.php app/controllers/ResendActivation.php app/controllers/admin/AdminSettings.php app/controllers/admin/AdminUsers.php app/core/App.php app/core/Controller.php app/core/Language.php app/core/Router.php app/helpers/Captcha.php app/helpers/email.php app/includes/product.php app/languages/english.json themes/altum/assets/css/custom.css themes/altum/assets/css/pixel.css themes/altum/assets/css/pixel/base.css themes/altum/views/account-details/index.php themes/altum/views/admin/settings/index.php themes/altum/views/admin/user-view/index.php themes/altum/views/admin/users/index.php themes/altum/views/basic_wrapper.php themes/altum/views/invoice/index.php themes/altum/views/invoice/invoice_wrapper.php themes/altum/views/login/index.php themes/altum/views/lost-password/index.php themes/altum/views/notification/settings.method.php themes/altum/views/notification/settings/settings.conversions_counter.method.php themes/altum/views/notification/settings/settings.latest_conversion.method.php themes/altum/views/partials/email.html themes/altum/views/partials/footer.php themes/altum/views/partials/notifications/countdown_collector.php themes/altum/views/partials/notifications/email_collector.php themes/altum/views/partials/notifications/request_collector.php themes/altum/views/register/index.php themes/altum/views/resend-activation/index.php themes/altum/views/reset-password/index.php themes/altum/assets/js/pixel-header.js DATABASE CHANGES -------------------- IMPORTANT: MAKE SURE YOU BACKUP YOUR DATABASE JUST TO BE SAFE. You will have to run the following queries into your database. You can run those with PhpMyAdmin -> selecting the database -> going to the SQL tab and running the following mysql query. alter table users add language varchar(32) null after total_notifications_impressions; alter table users alter column language set default 'english'; INSERT INTO `settings` (`key`, `value`) VALUES ('business', '{\"invoice_is_enabled\":\"0\",\"name\":\"\",\"address\":\"\",\"city\":\"\",\"county\":\"\",\"zip\":\"\",\"country\":\"\",\"email\":\"\",\"phone\":\"\",\"tax_type\":\"\",\"tax_id\":\"\"}');