Deprecation: #85078 - PageRepository->versioningPreview
See forge#85078
Description
The public property
$versioning
in
\TYPO3\
has been marked
as deprecated. The property was used in conjunction with
$versioning
which is set to a workspace
ID, in order to preview records of a workspace.
In order to ease the functionality for developers, only
$versioning
is taken into account now,
without needing to set
$versioning
anymore.
Impact
Setting or reading this option will trigger a PHP
E_
error.
Affected Installations
TYPO3 installations with extensions using this property.
Migration
Just set
$versioning
and remove any calls to the property.