Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[!!!][TASK] Remove deprecations in VersionState #1106

Open
TYPO3IncTeam opened this issue Oct 24, 2024 · 2 comments
Open

[!!!][TASK] Remove deprecations in VersionState #1106

TYPO3IncTeam opened this issue Oct 24, 2024 · 2 comments

Comments

@TYPO3IncTeam
Copy link
Collaborator

ℹ️ View this commit on Github
👥 Authored by Thomas Hohn [email protected]
✔️ Merged by Andreas Kienast [email protected]

Commit message

[!!!][TASK] Remove deprecations in VersionState

The following class methods have been removed:

  • \TYPO3\CMS\Core\Versioning\VersionState::cast()
  • \TYPO3\CMS\Core\Versioning\VersionState->equals()

Resolves: #105385
Related: #105377
Related: #101175
Releases: main
Change-Id: I9a485b6b7f7c95ff337bedd40e703de78a8273d1
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/86684
Reviewed-by: Andreas Kienast [email protected]
Tested-by: core-ci [email protected]
Tested-by: Andreas Kienast [email protected]
Tested-by: Garvin Hicking [email protected]
Reviewed-by: Garvin Hicking [email protected]

➗ Modified files

14.0/Breaking-105377-DeprecatedFunctionalityRemoved.rst
@@ -48,11 +48,13 @@ The following PHP class methods that have previously been marked as deprecated w
 * :php:`\TYPO3\CMS\Backend\View\BackendLayout\DataProviderContext->setTableName()`
 - :php:`\TYPO3\CMS\Core\Authentication\BackendUserAuthentication->returnWebmounts()`
 - :php:`\TYPO3\CMS\Core\Imaging\Event\ModifyIconForResourcePropertiesEvent->getSize()`
+- :php:`\TYPO3\CMS\Core\Versioning\VersionState->equals()`
 - :php:`\TYPO3\CMS\Fluid\View\TemplatePaths->fillDefaultsByPackageName()`
 
 The following PHP static class methods that have previously been marked as deprecated for v13 have been removed:
 
 - :php:`\TYPO3\CMS\Backend\Utility\BackendUtility::thumbCode()`
+- :php:`\TYPO3\CMS\Core\Versioning\VersionState::cast()`
 
 The following methods changed signature according to previous deprecations in v13 at the end of the argument list:
 
@brotkrueml
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants