Version 4 supported
This version of Silverstripe CMS is still supported though will not receive any additional features. Go to documentation for the most recent stable version.

4.2.5

Change log

Security

  • 2018-12-18 95505db7d Fix potential SQL vulnerability in non-scalar value hyrdation (Maxime Rainville) - See ss-2018-021

Features and enhancements

  • 2019-05-30 c569cec4 Add updateHintsCacheKey extension point to fix invalid caching (Garion Herman)
  • 2018-11-27 a8f4f23c6 Add visibility updates to upgrade.yml. (bergice)

Bugfixes

  • 2019-05-24 25aa3af03 HeaderField requires the optional Title field (Dylan Wagstaff)
  • 2019-05-14 3f1479edb DataQuery overwriting _SortColumn selects (#8974) (Aaron Carlino)
  • 2019-05-13 3a5c14f7c password validation min length message (#8976) (Guy Marriott)
  • 2019-05-13 db0e6f710 Fix password validation min length message (matt-in-a-hat)
  • 2019-04-18 e6c1061 folders always go first when ordering (#936) (Serge Latyntsev)
  • 2019-04-09 661a27e Fix hash redirection logic on PostreSQL and add PostreSQL to the travis matrix (#237) (Serge Latyntsev)
  • 2019-04-04 759968bbe Fix Undefined variable: result when catch Exception (Ian Patel)
  • 2019-03-26 83ec0b69f Resolve issue where schema changes between enum / non-enum types (Damian Mooyman)
  • 2019-03-25 fae19c16b has_one File form scaffolding (Jonathon Menz)
  • 2019-03-18 d76ce85 Redirect legacy assets and replaced assets (fixes #218) (Maxime Rainville)
  • 2019-03-05 7416ce275 doInit comparison should be lowercased (Daniel Hensby)
  • 2019-02-27 d1396b7df Fix writeBaseRecord with unique indexes (Damian Mooyman)
  • 2019-02-26 6ff319a0e Implement peer review feedback, (Maxime Rainville)
  • 2019-02-25 404e934 Fixed Wrong Silverstripe Requirement (Ben Rhodes)
  • 2019-02-21 9a59f2f57 Renable the ability to do dynamic assignment with DBField (Maxime Rainville)
  • 2019-01-29 f918dcd36 Escape wildcard characters when matching database name in databaseExists (Guy Marriott)
  • 2019-01-28 dc9d1b9cc GridFieldPrintButton no longer assumes that children of GridField would implement their own print template (Robbie Averill)
  • 2019-01-24 d530bc2fb fix user feedback when jquery could not be loaded (Benedikt Seidl)
  • 2018-12-12 0491ca03c prevent death on urls with querystrings & anchors (mikeyc7m)