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/CampaignsAjax.php app/controllers/Account.php app/controllers/Notification.php app/controllers/Package.php app/controllers/Pay.php app/controllers/Pixel.php app/controllers/PixelTrack.php app/controllers/admin/AdminSettings.php app/controllers/admin/AdminUserCreate.php app/core/Router.php app/helpers/strings.php app/includes/notifications.php app/includes/product.php app/languages/english.json themes/altum/assets/css/custom.css themes/altum/assets/css/datatables.min.css themes/altum/assets/css/pixel.css themes/altum/assets/js/libraries/datatables.min.js themes/altum/assets/js/pixel-header.js themes/altum/views/account-details/index.php themes/altum/views/account/index.php themes/altum/views/admin/partials/side_menu.php themes/altum/views/admin/settings/index.php themes/altum/views/admin/user-create/index.php themes/altum/views/admin/users/index.php themes/altum/views/campaign/index.php themes/altum/views/dashboard/index.php themes/altum/views/notification/data/data.create_review_data_modal.method.php themes/altum/views/notification/settings.method.php themes/altum/views/notification/settings/settings.random_review.method.php themes/altum/views/partials/packages.php themes/altum/views/pay/index.php themes/altum/views/campaign/update_campaign_modal.php 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. update settings set value = JSON_SET(value, "$.is_enabled", "1") where `key` = 'payment'; INSERT INTO `settings` (`key`, `value`) VALUES ('license', '{"license": "", "type":""}'); AFTERMATH TO DO -------------------- 1. Login to the Admin Panel 2. Go to the Website Settings -> License Tab 3. Introduce your actual license code that you own and save it 4. Go to Website Settings -> Payment Tab if you need to enable / disable the payment system