Skip to content

Commit

Permalink
DOC Deprecate DataExtension and others
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz committed Aug 25, 2024
1 parent ad7ab34 commit 4ed2e06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions en/08_Changelogs/5.3.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ From 6.0 onwards, tokens will never be regenerated during session renewal, and t
- The [`RememberLoginHash.replace_token_during_session_renewal`](api:SilverStripe\Security\RememberLoginHash->replace_token_during_session_renewal) configuration property has been added to allow disabling token regeneration during session renewal. This property will be removed in 6.0.
- Code for the CMS GraphQL `admin` schema which provided endpoints for the CMS has been deprecated and will be removed in CMS 6. Functionality which the GraphQL endpoints are currently responsible for will be replaced with regular Silverstripe controller endpoints instead. Extension hooks will be added to the new controller endpoints that return data to allow for customisation. Frontend schemas, such the `default` schema, will continue to work in CMS 6.
- [`IPUtils`](api:SilverStripe\Control\Util\IPUtils) has been deprecated and its usage has been replaced with the `IPUtils` class from `symfony/http-foundation` which is now included as a composer dependency in `silverstripe/framework`.
- [`DataExtension`](api:SilverStripe\ORM\DataExtension), [`SiteTreeExtension`](api:SilverStripe\CMS\Model\SiteTreeExtension), and [`LeftAndMainExtension`](api:SilverStripe\Admin\LeftAndMainExtension) have been deprecated and will be removed in CMS 6.0. If you subclass any of these classes, you should now subclass [`Extension`](api:SilverStripe\Core\Extension) directly instead.

## Bug fixes

Expand Down

0 comments on commit 4ed2e06

Please sign in to comment.