Skip to content

0.15.1

Compare
Choose a tag to compare
@atanas-dev atanas-dev released this 20 Jul 19:10

What's New

  • Fixed yarn release sometimes creating a faulty zip.
  • yarn release will now generate an optimized Composer classmap file for improved autoloading performance in production.
  • Refactored the yarn release script for improved readability and maintenance.
  • Added new Web, Admin and Ajax directories under app/src/Controllers.

Upgrading

You can upgrade your 0.15.0 install to 0.15.1 using the attached patch file - 0.15.0-0.15.1.patch.
To apply it:

  1. Make sure you do not have any unsaved or uncommited work just to be on the safe side.
  2. Copy the patch file in your theme root.
  3. Run git apply --check 0.15.0-0.15.1.patch - if no errors appear you are good to go with the next step.
  4. Run git apply 0.15.0-0.15.1.patch.