You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: en/08_Changelogs/5.4.0.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -411,6 +411,8 @@ The exception was made for the following reasons:
411
411
- [`CMSSiteTreeFilter::mapIDs()`](api:SilverStripe\CMS\Controllers\CMSSiteTreeFilter::mapIDs()) has been deprecated. It will be removed without equivalent functionality to replace it.
412
412
- [`ElementSiteTreeFilterSearch`](api:DNADesign\Elemental\Controllers\ElementSiteTreeFilterSearch) has been deprecated. It will be replaced with `DNADesign\Elemental\ORM\Search\ElementalSiteTreeSearchContext`.
413
413
- [`ElementalCMSMainExtension`](api:DNADesign\Elemental\Extensions\ElementalCMSMainExtension) has been deprecated. It will be removed without equivalent functionality to replace it.
414
+
- [`ListDecorator::TotalItems()`](api:SilverStripe\ORM\ListDecorator::TotalItems()) has been deprecated. Use [`ListDecorator::getTotalItems()`](api:SilverStripe\ORM\ListDecorator::getTotalItems()) instead.
415
+
- [`PaginatedList::TotalItems()`](api:SilverStripe\ORM\PaginatedList::TotalItems()) has been deprecated. Use [`PaginatedList::getTotalItems()`](api:SilverStripe\ORM\PaginatedList::getTotalItems()) instead.
0 commit comments