SilverStripe version 3.1.13 rc1 stable has been released today, you can get a copy from our downloads section. All users of 3.1.12 or below are advised to be prepared for stable release.
What's new in this version
This release includes UX and documentation improvements, as well as bug fixes. We've increased our focus on making the CMS easier and more intuitive. In fact, many of the bug fixes introduced in this version were so that we could improve the experience of page editing and blogging/moderating comments (soon to be released in separate modules).
You can find a list of changes here.
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.13-rc1",
"silverstripe/framework": "3.1.13-rc1"
}
You can create a new web project to try out using our composer web installer
composer create-project silverstripe/installer ./mynewproject 3.1.13-rc1
Please note any issues you discover on our Github issue tracker for Framework, CMS, or the Installer.
Post your comment
Comments
No one has commented on this page yet.
RSS feed for comments on this page | RSS feed for all comments