Version 4.0.0 to 4.1.0

It’s not necessary to upgrade if you’re not having any problems with the previous version

ANDROID STUDIO

A complete reinstallation project is required. See FAQ for more detail.

ADMIN PANEL

This guide is for you who want to migrate from older version (v4.0.0) to latest version (v4.1.0) without losing your previous data, but, to avoid unexpected data loss, we recommend that you backup your data before doing this step, this step is for the admin panel as server side.

Update Database

  1. Login to your cpanel hosting, open PhpMyAdmin

  2. Select your database and make update by inserting SQL query function on below :

ALTER TABLE `tbl_ads` 
ADD `admob_app_open_ad_unit_id` VARCHAR(255) NOT NULL DEFAULT '0' 
AFTER `admob_native_unit_id`;

Update PHP Script

  1. Login to your cpanel hosting, open File Manager

  2. Navigate to the directory where you put the php admin panel code

  3. Delete All Old PHP Scripts and folder in your admin panel directory EXCEPT : ‘upload’ and ‘includes’ folder

  4. Download material_wallpaper_admin_panel_update_v41.zip, upload it into your existing admin panel directory and then extract it (this update code same with admin panel code in the Codecanyon download package except upload and includes folder).

  5. After the extract process is complete, refresh it

  6. Your Admin Panel is ready to use. (Note : if you use Google Chrome, click “Ctrl + F5” to reload the Admin Panel page).

Important!!!

if you choose this upgrading method, this will be impact for older version, because in the new update version implement auto created thumbnail images for wallpaper list which is the images are saved in the thumbs directory, so the image will fail to load because it is stored in a different folder.

Therefore, to solve the problem with the old version, please select all of your images in the upload folder, then copy all images into the upload/thumbs folder

(Optional) The next issue is that the old version of the image that is loaded is still using the actual size, if you want to change it to a smaller size, please select all of your images in the upload folder, compress it into the .zip file and download it, then, you can use any images editor to resize your images into smaller resolution, or for faster you can use bulk resize image web services, for the example click here, after you compress all images, upload all your images manually into the upload folder/thumbs, make sure you are not change the images name, just keep it by default.

Last updated