Skip to content

Commit

Permalink
DOC Document deprecated API (#629)
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli authored Nov 14, 2024
1 parent cebaa14 commit b14da4f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions en/08_Changelogs/5.4.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,12 @@ The `SilverStripe\CMS\Model\SiteTree.DESCRIPTION` localisation key (along with t
- The [`BaseElement.description`](api:DNADesign\Elemental\Models\BaseElement->description) configuration property has been deprecated. Use [`DataObject.class_description`](api:SilverStripe\ORM\DataObject->class_description) instead.
- The [`SiteTree.description`](api:SilverStripe\CMS\Model\SiteTree->description) configuration property has been deprecated. Use [`DataObject.class_description`](api:SilverStripe\ORM\DataObject->class_description) instead.
- [`FormField::extendValidationResult()`](api:SilverStripe\Forms\FormField::extendValidationResult()) has been deprecated. Use `extend()` directly instead.
- [`SubsiteXHRController::canAccess()`](api:SilverStripe\Subsites\Controller\SubsiteXHRController::canAccess()) has been deprecated. It will be removed without equivalent functionality to replace it.
- [`LeftAndMainSubsites::ListSubsites()`](api:SilverStripe\Subsites\Extensions\LeftAndMainSubsites::ListSubsites()) has been deprecated. Use [`SubsiteSwitchList()`](api:SilverStripe\Subsites\Extensions\LeftAndMainSubsites::SubsiteSwitchList()) instead.
- [`LeftAndMain::methodSchema()`](api:SilverStripe\Admin\LeftAndMain::methodSchema()) has been deprecated. It will be replaced with `SilverStripe\Admin\FormSchemaController::schema()`.
- [`LeftAndMain::Modals()`](api:SilverStripe\Admin\LeftAndMain::Modals()) has been deprecated. It will be removed without equivalent functionality to replace it.
- [`ModalController::getController()`](api:SilverStripe\Admin\ModalController::getController()) has been deprecated. It will be removed without equivalent functionality to replace it.
- [`ModalController::getName()`](api:SilverStripe\Admin\ModalController::getName()) has been deprecated. It will be removed without equivalent functionality to replace it.

## Bug fixes

Expand Down

0 comments on commit b14da4f

Please sign in to comment.