Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

 

Release Candidate 3.1.13

SilverStripe version 3.1.13 rc1 stable has been released today, you can get a copy from...

Read post

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 FrameworkCMS, or the Installer.

About the author
Christopher Pitt

Chris works in the bespoke team, at SilverStripe. He helps build and maintain many of the modules used in SilverStripe applications. He also teaches; speaking at local user groups and international conferences, and through technical blog posts and books.

He also enjoys building robots and connecting those to circuits inside Minecraft. When the machines take over, he hopes this will buy him some time to formulate a plan of escape.

Post your comment

Comments

No one has commented on this page yet.

RSS feed for comments on this page | RSS feed for all comments