Magento 1 patch version - upgraded EasyBanners version download
- Go to your accout and log in:
-
Find M1_SEC_BANNERS and download it
Click Show all links if link not visible
- Now start the upgrade:
- Turn the compilation mode OFF System>Tools>Compilation = Disable
- Clear the store cache: System > Cache management = Clear cache
- Cache should be turned on
- Open the FTP connection and create empty file maintenance.flag in the store root
- Check your site it shoud be in Maintenance Mode (503 error)
- Now upload all files from downloaded archive to store root
- After upload finished Delete maintenance.flag file (or Rename to maintenance.flag.off)
- Go to Admin>TemplatesMaster>Modules and check TM_Easybanners version it should be 1.7.3
- Security patch should be applied now.
Magento 1 patch version - EasyBanners patching using DIFF file
If your developer is familiar to diff files - patching can be easily applied.
- Download DIFF
- Apply diff
- Clear cache
- That’s it!
Magento 2 patch version - upgraded EasyBanners version download
- Go to your accout and log in:
-
Find M2_SEC_BANNERS and download it
Click Show all links if link not visible
- Now start the upgrade:
- Upload that file to your store root via FTP
- Connect via SSH go to store root
- Run
unzip m2_secure_update_easybanner-1.0.12-swissup.zip
command - Run following commands:
# Run magento upgrade scripts php bin/magento setup:upgrade # Regenerate static content rm -rf pub/static/_requirejs var/view_preprocessed pub/static/frontend/ pub/static/adminhtml/ # Run deploy command for en_US locale: php bin/magento setup:static-content:deploy # or you can pass specific locales: php bin/magento setup:static-content:deploy en_US en_GB
- Security patch should be applied now.
Magento 2 patch version - EasyBanners patching using DIFF file
- Download DIFF
- Apply diff
- Clear cache