Skip to content

2.0.0

Compare
Choose a tag to compare
@DamienHarper DamienHarper released this 05 Mar 21:00
· 130 commits to master since this release

What's Changed

This release is focused on bringing Symfony 6 and doctrine/dbal 3.x support as well as dropping PHP 7.2 and 7.3 compatibility.

BC changes

  • Providing an integer value for the keep argument of the audit:clean command is no longer supported. Use the ISO 8601 duration format (e.g. P12M) instead.
  • Passing name and value to the Query::addFilter() method is no longer supported. Pass it a FilterInterface object instead.
  • Query::addRangeFilter() method has been removed, you should call Query::addFilter() instead and pass it a RangeFilter object.
  • Query::addDateRangeFilter() method has been removed, you should call Query::addFilter() instead and pass it a DateRangeFilter object.

Changes

Fixes

New Contributors

References

Official documentation

Full Changelog: 1.3.0...2.0.0