Skip to content

Releases: barthy-koeln/browserslist-check-bundle

v1.1.1 — Symfony 6.1 compatibility

23 Jun 23:00
Compare
Choose a tag to compare

Added composer compatibility with Symfony 6.1.

v1.1.0 — PHP 8 and Evergreen Crawlers

06 Jun 11:18
Compare
Choose a tag to compare

This version is correctly identified as compatible with PHP8.
It also adds detection of evergreen crawlers like Googlebot (Chrome) and Bingbot (Edge).

v1.0.6 — Symfony 5.4 support without deprecation warnings

09 Dec 00:25
Compare
Choose a tag to compare

v1.0.5 — Manually Fetching User-Agent Header

27 Oct 10:23
Compare
Choose a tag to compare

The bundle now injects Symfony's RequestStack and gets the header itself from the master request.

v1.0.4 — File/Class name mismatch

23 Oct 16:48
Compare
Choose a tag to compare
  • Fixes a case mismatch between a file and the class it contains

v1.0.3 — Allow twig ^2.11 and symfony ^5.0

23 Oct 14:51
Compare
Choose a tag to compare
  • Added twig ^2.11 as a possible dependency resolution
  • Broadened symfony dependency from ^5.1 to ^5.0

v1.0.2 — Handle Empty User Agent

23 Oct 13:52
Compare
Choose a tag to compare

The service methods will default to false (not modern, legacy) if no user-agent is available.

v1.0.1 — Updated Dependencies

17 Oct 10:25
Compare
Choose a tag to compare
  • Removed twig/extensions dependency, twig/twig is enough
  • Removed symfony/flex dependency, not helpful for a bundle
  • Renamed/Relocated Service
  • Specified services explicitly

v1.0.0 — Initial Release

12 Oct 13:40
Compare
Choose a tag to compare