Version 3 end of life
This version of Silverstripe CMS will not recieve any additional bug fixes or documentation updates. Go to documentation for the most recent stable version.

3.0.1-rc2

Overview

3.0.1 RC2 fixes a CMS regression since 3.0.0 where Add Forms of GridField would require a full CMS refresh after visiting, most obviously affecting the "Add Member" area of the Security admin panel.

In addition it restores GridField image embedding functionality from the 3.0 beta series that regressed in 3.0.0, most obviously restoring the image thumbnails to the Files admin panel.

Upgrading

There should be no changes required to upgrade from 3.0.0 or 3.0.1-rc1

See 3.0.0 for previous details.

Changelog

API Changes

  • 2012-07-27 367c49d DataObject#relField now checks for method on model before property (Hamish Friedlander)

Bugfixes

  • 2012-07-27 5591017 3156e755 broke GridField Add forms because guessed frag was wrong (Hamish Friedlander)
  • 2012-07-26 15e2efb 7590: Image thumbnails broken in gridfield (jakr)