Skip to content

Releases: tattali/MobileDetectBundle

v2.3.1

16 Jan 20:53
ed81577
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.3.0...v2.3.1

v2.3.0

16 Jan 18:56
0e63c7f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.2.7...v2.3.0

v2.2.7

01 Jul 17:04
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.2.6...v2.2.7

v2.2.6

23 Jul 23:59
1b764f5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.2.4...v2.2.6

v2.2.5

23 Jul 23:38
21d7f8b
Compare
Choose a tag to compare
v2.2.5 Pre-release
Pre-release

What's Changed

Full Changelog: v2.2.4...v2.2.5

v2.2.4

24 Jun 01:29
7db6d75
Compare
Choose a tag to compare

What's Changed

The redirection is out check the doc

Full Changelog: v2.2.3...v2.2.4

v2.2.3

02 Jun 04:42
0ff284d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.2.2...v2.2.3

v2.2.2

06 Apr 04:15
768ecac
Compare
Choose a tag to compare

What have been done so far:

Documentation

  • Rework README.md to clarify the meaning of the bundle
  • Create a new logo with mobile detect and symfony bundle
  • Update sf-toolbar image

CI

  • Drop Travis CI support in favour of Github Actions Workflow
  • Linter / Formatter and Static Analysis: PHP-CS-Fixer, PHP_CodeSniffer, phpstan
  • Drop Coveralls support in favour of Codecov

Configuration

  • Convert services to YAML files
  • Use class names as ids in services to respect new best practices and alias to old ids
  • Rename mobile_detect.cookie_httponly to mobile_detect.cookie_httpOnly
  • Drop mobile_detect.mobile_detector.class, mobile_detect.device_view.class, mobile_detect.request_response_listener.class, mobile_detect.twig.extension.class

Improvements

  • Create MobileDetectorInterface interface of Mobile_Detect fully compatible with mobiledetect/mobiledetectlib >=2.8.15
  • Create MobileDetectBundle\DeviceDetector\MobileDetectorInterface service to quickly access the lib
  • Add an is_windows_os in the twig extension
  • Add an rules_list in the twig extension

Drops

  • Drop active support for Symfony <5.1 see Legacy version to use the bundle
  • Drop support for PHP <7.2.5
  • Drop support for mobiledetect/mobiledetectlib <2.8.15
  • Drop support for Symfony 2.8 and <3.4 (non flex version)
  • Drop psr-0 in favour of psr-4 and rename namespace as neutral MobileDetectBundle\

Others

  • Move the Main bundle to src and tests to tests folders
  • Add small Makefile
  • Enable active support of mobiledetect/mobiledetectlib >=2.8.15
  • Clean php-doc with php8 compatible types and remove unnecessary documentation
  • Add native php typing where it’s possible
  • Rename cookieSamesite by cookieSameSite in whole project

Full Changelog: v2.2.1...v2.2.2

v2.2.1

30 Mar 20:50
47f971f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.2.0...v2.2.1

v2.2.0

29 Mar 20:58
136bc4a
Compare
Choose a tag to compare

What's Changed

  • Fix getMasterRequest deprecation warning by @bopoda in #2

New Contributors

  • @bopoda made their first contribution in #2

Full Changelog: v2.1.1...v2.2.0