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.

 

SilverStripe 3.0.10 and 3.1.4 Security Release Candidates

Update 9 April 2014: Stable version of 3.1.4 and 3.0.10 are now avilable from our downloads.

Tagged security, release

by Damian Mooyman

Posted 2 April 2014

Read post

Update 9 April 2014: Stable version of 3.1.4 and 3.0.10 are now avilable from our downloads.

Out now are two new release candidates for users to try out. 3.0.10-rc1 and 3.1.4-rc1 each contain recent patches to combat recently discovered security issues, which you can read more about on our security releases page. While these are not critical issues, it’s still important to be aware of changes that could affect you or users of your website.

3.1.4-rc1 also contains fixes to known issues in 3.1.3 surrounding file uploads in the CMS when uploading directly to the /assets folder.

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.0.X or 3.1.X tag then update your composer.json as below

"require": { 
   "silverstripe/cms": "3.1.4-rc1",
   "silverstripe/framework": "3.1.4-rc1",
}

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

composer create-project silverstripe/installer:3.1.4-rc1 ./webroot

Take note that users of 3.0 should substitute 3.0.10-rc1 above, as 3.0 and 3.1 are not mutually compatible.

Other users can upgrade by visiting our pre-release page (for 3.1), or our download archive (for 3.0).

Please note any issues you discover on our Github issue tracker for framework, cms, or the installer.

3.0.10 and 3.1.4 stable are coming up next!