Releases: ray-di/Ray.AuraSqlModule
Releases · ray-di/Ray.AuraSqlModule
1.13.3
1.13.2
What's Changed
- Support psr/log v2 and v3 by @apple-x-co in #72
New Contributors
- @apple-x-co made their first contribution in #72
Full Changelog: 1.13.1...1.13.2
1.13.1
1.13.0
1.12.0
1.11.3
1.11.2
1.11.1
1.11.0
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