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.

 

Security update release 3.1.12

SilverStripe version 3.1.12 stable has been released today, you can get a copy from our...

Read post

SilverStripe version 3.1.12 stable has been released today, you can get a copy from our downloads section. All users of 3.1.11 or below are strongly advised to upgrade.

What's new in this version

This release includes a few security fixes to the framework. We planned to release this next week, but the cat got out of the bag and we decided it would be better to release the fixes as soon as possible. We apologise for the short notice. We've even told the cat off...

Details of security issue [ss-2014-015], [ss-2014-017], [ss-2015-009], and [ss-2015-010] can be found on our security releases page. Sites which use the rewrite hash-based link URLs may be affected.

Upgrading notes can be found 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.12",
"silverstripe/framework": "3.1.12"
}

You can create a new web project to try out using our composer web installer

composer create-project silverstripe/installer ./mynewproject 3.1.12

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