mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
6a8c6703d1
* Remove `use_gzip` from HTMLEditorField * DOCS Mention remove use_gzip in changelog
13 lines
495 B
Markdown
13 lines
495 B
Markdown
# 4.5.0 (Unreleased)
|
|
|
|
## Overview {#overview}
|
|
|
|
* Removed `use_gzip` option on `HtmlEditorField` which used to compress the rich text editor dependency.
|
|
No longer required since compression is performed as part of the CMS build automatically.
|
|
See (#832)(https://github.com/silverstripe/silverstripe-admin/issues/832)
|
|
|
|
## Deprecation
|
|
|
|
* `PasswordValidator` methods `minLength`, `characterStrength`, and `checkHistoricalPasswords` are now deprecated from
|
|
4.5.0 onwards (previously 5.0).
|