Skip to content

Releases: lennerd/vipx-bot-detect

v2.1.0

19 Oct 06:54
352e431
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.1...v2.1

v2.0.1

24 Oct 11:34
Compare
Choose a tag to compare

Bugfixes

  • Fix default option for metadata dumper and remove unnecessary check for getPath when only using Symfony 2.7 or newer. 9a86b91 @lennerd

Enhancement

  • Add small section to README about improving performance. b35c10c @lennerd

v2.0.0

24 Oct 08:10
Compare
Choose a tag to compare

Breaking Changes:

  • Update PHP requirement to minimum maintained version (5.6).
  • Update Symfony dependencies to minimum maintained version (2.7).
  • Adjust dependency requirement to work with Symfony 4.0.

Bugfixes:

  • Fix Travis and Coveralls setup to work correctly again and remove duplicate key in extendend bot configuration ad359ad @lennerd
  • Remove deprecation warning when using __toString in Symfony Cache 34bd36e @jdeniau