Updating Metornic
Like all HTML templates, you will need to manually handle all updates that we
provide after purchase for free. The best practice is to always keep
Metornic's source folder on an entire separate folder within your project and
then use Metornic as a development companion or support.
Each update should be used independently without mixing it with the previous
versions. This is because new updates may not have a 100% backward
compatibility for elements within previous versions. Therefore, each update is
considered as a new and better version of the theme.
Here's our recommended steps needed to update Metornic effectively:
-
Backup all your files (your project folder and Metornic's's older
version).
-
Review Metornics changelog to have a quick preview on what has been
updated.
-
Unzip the latest version of Metornic and then browse through the elements
(layout, widgets, plugins, etc) that you have used on your project.
-
Get the latest version use it instead the previous version.
-
Run
yarn installtask to update 3rd party plugins with their
latest versions.
-
Compare your project's code vs the latest version of Metornics code for
the used elements.
-
Manually replace the element HTML, CSS or TS where necessary.
-
Save and test your project files with Metornic's updated elements.
If something goes wrong, you can revert your updates by reusing your backup
files.