Skip to content

v5.0.0

Compare
Choose a tag to compare
@garak garak released this 23 Aug 12:31
· 10 commits to master since this release
1dbd333

Notice

This is a major release, since a BC was introduced: the DBALQueryBuilderSubscriber now requires an instance of DBAL connection to be injected, otherwise it was impossible to make it work with DBAL version 4. Consequently, the BeforeEvent now accepts a third optional parameter: the connection mentioned above. If you don't pass the connection, the DBAL pagination won't be enabled.
If you use this library with Symfony (so, with the KnpPaginatorBundle), everything will be done for you.

What's Changed

Full Changelog: v4.4.0...v5.0.0