mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
Merge pull request #3105 from tractorcow/pulls/3.2-fix-fulltext-query-encoding
Changelog note for CMS:#1013
This commit is contained in:
commit
1cd27ed972
@ -2,12 +2,18 @@
|
||||
|
||||
## Overview
|
||||
|
||||
### Framework
|
||||
|
||||
* Minimum PHP version raised to 5.3.3
|
||||
* DataObject::validate() method visibility changed to public
|
||||
* UploadField "Select from files" shows files in all folders by default
|
||||
* UploadField won't display an overwrite warning unless Upload:replaceFile is true
|
||||
* HtmlEditorField no longer substitutes `<blockquote />` for indented text
|
||||
|
||||
### CMS
|
||||
|
||||
* `SearchForm::getSearchQuery` no longer pre-escapes search keywords and must be cast in your template
|
||||
|
||||
## Changelog
|
||||
|
||||
### DataObject::validate() method visibility changed to public
|
||||
|
Loading…
x
Reference in New Issue
Block a user