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
495 B
495 B
4.5.0 (Unreleased)
Overview
- Removed
use_gzip
option onHtmlEditorField
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
methodsminLength
,characterStrength
, andcheckHistoricalPasswords
are now deprecated from 4.5.0 onwards (previously 5.0).