TYPO3-Headless / headless_news

Adds support for EXT:news to EXT:headless
MIT License
11 stars 18 forks source link

EXT:news v9 compatibility #20

Closed svenpet90 closed 2 years ago

svenpet90 commented 2 years ago

Version 9.0 of EXT:news removed the n:widget.paginate ViewHelper and replaced it with a Partial (List/Paginate.html)

The current EXT:headless_news version does not specify any compatible EXT:news version, but its templates still use the n:widget.paginate VH thus making it incompatible with EXT:news ^9.0

This PR removes the usage of the n:widget.paginate and replaces it with a a partial.

I also updated the composer.json suggest and require sections to reflect this change.