silverstripe-framework/docs/en/04_Changelogs/rc/3.0.1-rc2.md

30 lines
1.1 KiB
Markdown
Raw Normal View History

2012-07-27 05:31:14 +02:00
# 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](/changelogs/3.0.0) for previous details.
## Changelog ##
### API Changes
* 2012-07-27 [367c49d](https://github.com/silverstripe/sapphire/commit/367c49d) DataObject#relField now checks for method on model before property (Hamish Friedlander)
### Bugfixes
* 2012-07-27 [5591017](https://github.com/silverstripe/sapphire/commit/5591017) 3156e755 broke GridField Add forms because guessed frag was wrong (Hamish Friedlander)
* 2012-07-26 [15e2efb](https://github.com/silverstripe/sapphire/commit/15e2efb) 7590: Image thumbnails broken in gridfield (jakr)