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.
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.