PyroCMS v3.6-beta
We have tagged our only beta for PyroCMS v3.6! This is primarily a performance based update: https://pyrocms.com/posts/pyrocms-v3-5-and-v3-6-alpha
Try it out!
composer create-project pyrocms/pyrocms:3.6.x-dev
If updating from anything older than v3.5
then run migrations and copy over the slight changes in composer.json
as described here: https://pyrocms.com/help/developer-tools/cheatsheets/upgrading
You will also need to create the httpcache
directory in storage with a .gitignore
file like this: https://github.com/pyrocms/pyrocms/commit/2b7c4ed0eed8129097b371e808ed0d390fff779e
Testing
Nothing has changed from the alpha but some small bug fixes related to session handling and our revamped kernel. The primary focus of this release is the HTTP and database cache systems: https://pyrocms.com/posts/pyrocms-v3-5-and-v3-6-alpha
Happy Coding :-)
- Ryan