Skip to content

Commit

Permalink
DOC Document deprecated API (#440)
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli authored Jan 17, 2024
1 parent 368339c commit 8157484
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions en/04_Changelogs/5.2.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,12 @@ The following legacy subclasses of [`PasswordEncryptor`](api:SilverStripe\Securi
- [`PasswordEncryptor_MySQLOldPassword`](api:SilverStripe\Security\PasswordEncryptor_MySQLOldPassword)
- [`PasswordEncryptor_MySQLPassword`](api:SilverStripe\Security\PasswordEncryptor_MySQLPassword)

The following unused API have been deprecated and will be removed in a future major release:

- Configuration property [`DataObject.subclass_access`](api:SilverStripe\ORM\DataObject->subclass_access)
- Public static method [`DataObject::disable_subclass_access()`](api:SilverStripe\ORM\DataObject::disable_subclass_access())
- Public static method [`DataObject::enable_subclass_access()`](api:SilverStripe\ORM\DataObject::enable_subclass_access())

### `silverstripe/cms` {#api-silverstripe-cms}

The [`SiteTree.hide_ancestor`](api:SilverStripe\CMS\Model\SiteTree->hide_ancestor) configuration property has been deprecated. Use [`SiteTree.hide_pagetypes`](api:SilverStripe\CMS\Model\SiteTree->hide_pagetypes) instead.
Expand Down

0 comments on commit 8157484

Please sign in to comment.