Blame view

framework/docs/en/04_Changelogs/rc/3.0.1-rc2.md 1.06 KB
385d70ca   Administrator   Importers CRUD
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
  # 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)