mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Updated changelog to include more removed classes
This commit is contained in:
parent
15b4c1e281
commit
485ea3e41d
@ -110,6 +110,10 @@ Alternatively, you can enforce database usage by setting `SapphireTest->usesData
|
|||||||
|
|
||||||
### Removed Classes ###
|
### Removed Classes ###
|
||||||
|
|
||||||
* `ConfirmedFormAction`
|
* `QueuedEmail`, `QueuedEmailDispatchTask`: If you make use of these, copy the classes from 2.4 into your project.
|
||||||
* `QueuedEmail`, `QueuedEmailDispatchTask`
|
* `RestrictedTextField`, `UniqueTextField`, `UniqueRestrictedTextField`, `AutocompleteTextField`, `ConfirmedFormAction`: Use custom fields instead
|
||||||
* `RestrictedTextField`, `UniqueTextField`, `UniqueRestrictedTextField`, `AutocompleteTextField`: Use custom fields instead
|
* `TreeSelectorField`: Use `TreeDropdownField` instead.
|
||||||
|
* `Notifications`: If you make use of this, copy the classes from 2.4 into your project.
|
||||||
|
* `Archive`, `TarballArchive`: If you make use of these, copy the classes from 2.4 into your project.
|
||||||
|
* `XML`: Use PHP's built-in SimpleXML instead
|
||||||
|
* `DataObjectLog`: There is no replacement for this.
|
Loading…
Reference in New Issue
Block a user