mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
3.1 changelog summaries
This commit is contained in:
parent
17362f9474
commit
baca12bf37
@ -16,6 +16,9 @@
|
||||
|
||||
### Framework
|
||||
|
||||
* Static properties are immutable and private, you must use Config API
|
||||
* Statics in custom Page classes need to be "private"
|
||||
* `$default_cast` is now `Text` instead of `HTMLText`, to secure templates from XSS by default
|
||||
* Shortcodes are no longer supported in template files. They continue to work in DB fields and other
|
||||
HTMLText-cast fields.
|
||||
* `DataList` and `ArrayList` are now immutable, they'll return cloned instances on modification
|
||||
|
Loading…
Reference in New Issue
Block a user