0.15.1
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
andAjax
directories underapp/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:
- Make sure you do not have any unsaved or uncommited work just to be on the safe side.
- Copy the patch file in your theme root.
- Run
git apply --check 0.15.0-0.15.1.patch
- if no errors appear you are good to go with the next step. - Run
git apply 0.15.0-0.15.1.patch
.