events/Documentation/Maintenance/TYPO3/V11.rst
Daniel Siepmann a9f3f108e3
BREAKING: Change of vendor/namespace (#43)
The vendor was renamed from `wrm` to `werkraummedia`.
And the namespace vendor was renamed from `Wrm` to `WerkraumMedia`.

That way all references to PHP classes as well as the package name
itself need to be adjusted.
2023-11-09 10:27:43 +01:00

539 B

TYPO3 V11

Changes that should happen once we drop TYPO3 v11.

Remove SlidingWindowPagination backport.

We backported https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/12.0/Feature-94625-IntroduceSlidingWindowPagination.html. That allowed us to use the new Code compatible with v12 onwards.

We should remove the file Classes/Backports/V12/Pagination/SlidingWindowPagination.php and switch to TYPO3 native class within WerkraumMedia\Events\Pagination\Factory.