We've now released the latest version of the SilverStripe framework, version 3.1.6. You can download this straight away from our downloads page.
What's new in this version
It's been more than three months since our last stable release, but in that time we have reviewed and fixed a large number of usability issues and bugs, with 36 resolved tickets in 3.1.6, and a small number of new features.
We've added a new "Published pages" filter in the CMS, which allows content editors to get a quick look at what the live sitetree currently looks like.
We've also made debugging stuff in the CLI a little bit more attractive. Where Debug::dump() once spat out HTML in every context, we've now added CLI friendly formatting with colour coordination!
Upgrading
If you are using composer, upgrading is pretty simple. If you are linking to the 3.1.*-dev branch, you likely already have the update from the main branch, but if not a “composer update” will do the job.
If you are linked to a 3.1.* tag or development branch then update your composer.json as below.
"require": {
"silverstripe/cms": "3.1.6",
"silverstripe/framework": "3.1.6"
}
You can create a new web project to try out using our composer web installer
composer create-project silverstripe/installer ./webroot 3.1.6
Please note any issues you discover on our Github issue tracker for framework, cms, or the installer.
Post your comment
Comments
Posted by Damian, 03/09/2014 5:19pm (10 years ago)
Use the below yml in your mysite/_config/config.yml
Injector:
ContentControllerSearchExtension: MyCustomClass
You can also use Object::useCustomClass to achieve a similar effect, but the above is the preferred solution.
Posted by Damian, 03/09/2014 5:18pm (10 years ago)
Fatal error: Uncaught exception 'Exception' with message 'There are two files containing the "ContentControllerSearchExtension" class:
Is this an intended behavior change?
Posted by Todd Valentine, 30/08/2014 6:26am (10 years ago)
Posted by Michal Kleiner, 26/08/2014 11:51am (10 years ago)
No one has commented on this page yet.
RSS feed for comments on this page | RSS feed for all comments