New Security Releases: 3.3.2, 3.2.4
Also, we released 3.1.19. But you're not really still using 3.1, are you? If so, don't worry, we have your back with a bunch of fixes to security issues.
These releases include bugfixes from the last few months, including some rather numerous security patches. If you're concerned about security, you should look at ensuring your site is running at least 3.3.2.
Details of these fixes are on the respective change logs at:
- https://docs.silverstripe.org/en/3.3/changelogs/3.3.2/
- https://docs.silverstripe.org/en/3.2/changelogs/3.2.4/
- https://docs.silverstripe.org/en/3.1/changelogs/3.1.19/
Installing the update
To get a fresh copy of the beta to test out, you can create a new project with the following composer command.
composer create-project silverstripe/installer /path/to/project 3.3.2
If you're upgrading from an older version, you can bump up your composer.json dependencies as below:
"silverstripe/cms": "3.3.2@stable",
"silverstripe/framework": "3.3.2@stable",
"silverstripe/siteconfig": "3.3.2@stable",
"silverstripe/reports": "3.3.2@stable",
Or head over to the pre-release downloads to grab the files via zip or tar.
Post your comment
Comments
Posted by Christian, 17/05/2016 7:41pm (9 years ago)
No one has commented on this page yet.
RSS feed for comments on this page | RSS feed for all comments