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.

  • /fonts
  • /php
  • /plugin/thesaas

Sometimes, you might need to update some parts of the following files if we state it in the changelog description. We do our best to reduce these changes.

  • /scss/_theme.scss
  • /scss/_page.scss
  • /js/src/config.js
  • /js/src/page.js

Please note that after updating the above files and directories, you need to run gulp dist to recompile the page.min.css and page.min.js once again and upload them to your server.