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.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

Releases and Announcements /

Latest news about the SilverStripe software.

Moderators: martimiz, Sean, Ed, biapar, assertchris, Willr, Ingo, swaiba, Graves

SilverStripe 3.2.0 Stable Release


Go to End


2 Posts   2629 Views

Avatar
tractorcow

Community Member, 63 Posts

12 October 2015 at 10:29am

SilverStripe 3.2.0 stable has been released.

The changelog, upgrading notes, and other important information is available on the release notes page at http://docs.silverstripe.org/en/3.2/changelogs/3.2.0.

You can also read our blog post on the release at http://www.silverstripe.org/uk/blog/3-2-stable-finally-final.

To get setup, you can install this using composer (as below):

    composer create-project silverstripe/installer ./ss32 3.2.0

You can also download pre-built zip / tar from http://www.silverstripe.org/software/download.

Thanks to everyone who has helped contribute to the SilverStripe project, and for making this release possible.

Kind Regards,

Damian Mooyman | Senior Platform Developer
SilverStripe

Announcement: https://groups.google.com/forum/#!topic/silverstripe-announce/-DJ2clrPzVc

Avatar
Zofinur

Community Member, 1 Post

15 October 2015 at 8:34pm

Edited: 15/10/2015 8:43pm

[Update: I should have read the release notes better ... Solution was way to easy "In order to list files in a single folder by default (previous default behaviour), use setDisplayFolderName() with a folder path relative to assets"

So just ignore this post ...]

We did an upgrade from 3.1.15 to 3.2.0 on a DEV-Environment by replacing folders 'cms' and 'framework' and adding folder 'siteconfig' as found in the ZIP-archive on http://www.silverstripe.org/stable-download/

Worked pretty fine so far. There´s just a minor issue.
We got an Image-Attribute in one Model.
When we click on "From files" to choose an image in 3.1.15 the defined folder ('assets/Uploads/TTB') is preselected and initially see only images in this folder
See

In 3.2.0 it´s different.Even though the uploads are written to the specified folder this folder is *not* preselected when we click on "From files". Instead it way more images than in that subfolder are presented. Could be like all in 'assets/Uploads'; though we did not check this.
See

Did any of you face the same issue?
Any idea what might have caused this?

FYI: Please note that the screenshots have been done on different servers. That´s why you might wonder why the images differ in both screenshots (even though they have been blinded)