How to update to a new version?

Usually, you only need to update the following files and directories in assets/ folder for minor updates. If any extra changes were required, we'll write it in the changelog. For major releases (i.e. from 2.x to 3.x), you probably need to update your HTML code as well.

  • /css/page.min.css
  • /js/page.min.js
  • /fonts
  • /php

Sometimes, you might need to update some parts of the /assets/js/script.js in the configuration section if we state it in the changelog description. We do our best to reduce these changes.