Skip to content

1.11.0

Compare
Choose a tag to compare
@koriym koriym released this 24 Jan 15:50
· 87 commits to 1.x since this release
d91a0ff

What's Changed

  • Bump pagerfanta from 1 to 2 (and to 3 #58) by @koriym in #56
  • Bump ray/aop version to 2.10.4 by @koriym in #57
  • PHP 8.1 Support by @koriym in #58 - Drop PHP 7.3 support
  • Update code to PHP 7.4 syntax using rector by @koriym in #59
  • Create update-copyright-years-in-license-file.yml by @koriym in #60
  • Update license copyright year(s) by @github-actions in #61

New Contributors

  • @github-actions made their first contribution in #61

Compatibility

Note that pagerfanta has been updated to 3 and the output pager link HTML has been changed.

Pagerfanta 2

<nav><a href="/?page=1&category=sports" rel="prev">Previous</a>

Pagerfanta 3

<nav class="pagination"><a class="pagination__item pagination__item--previous-page" href="/?page=1&category=sports" rel="prev">Previous</a>

See da3a9c0#diff-fb5be1dd287aa206038221c05ab7d1363b2e1f8d7d7e3d7d238fee8dc94453dbL57

Full Changelog: 1.10.0...1.11.0