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 "config.php" file. This is a major update regarding files, all of them have been changed. 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 queries: COPY & RUN THE FOLLOWING QUERIES -------- alter table track_conversions modify url varchar(2048) null; alter table campaigns add last_datetime datetime null after name; alter table campaigns change date datetime datetime not null; alter table notifications add last_datetime datetime null after name; alter table notifications change date datetime datetime not null; -------- Go to your /uploads/cache/ folder and delete the folder that you find inside.