mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
16 lines
655 B
Markdown
16 lines
655 B
Markdown
|
# 3.1.10-rc1
|
||
|
|
||
|
## Upgrading
|
||
|
|
||
|
### Form Actions
|
||
|
|
||
|
Form action titles are now safely XML encoded, although this was an implicit assumption, it is now explicitly enforced.
|
||
|
XML encoding titles will not cause an error, but is deprecated at framework 4.0. FormAction buttons with custom HTML
|
||
|
content should be assigned using the `FormAction::setButtonContent` method instead.
|
||
|
|
||
|
## Changelog
|
||
|
|
||
|
* [framework](https://github.com/silverstripe/silverstripe-framework/releases/tag/3.1.10-rc1)
|
||
|
* [cms](https://github.com/silverstripe/silverstripe-cms/releases/tag/3.1.10-rc1)
|
||
|
* [installer](https://github.com/silverstripe/silverstripe-installer/releases/tag/3.1.10-rc1)
|