iamfinch / hannahs_haus_cake

0 stars 0 forks source link

Bump mobiledetect/mobiledetectlib from 3.74.3 to 4.8.06 #4

Closed dependabot[bot] closed 6 months ago

dependabot[bot] commented 7 months ago

Bumps mobiledetect/mobiledetectlib from 3.74.3 to 4.8.06.

Release notes

Sourced from mobiledetect/mobiledetectlib's releases.

Empty userAgent string doesn't throw an Exception anymore, instead it returns false.

  • [x] [bug] No user-agent has been set serbanghita/Mobile-Detect#946
  • [x] added docker-compose.yml with images: setup (composer), runUnitTests, runPerfTests, runLinting, generateModel

Added back implicit $_SERVER scanning for setting the User-Agent string.

  • added optional $config to MobileDetect constructor.
  • added autoInitOfHttpHeaders configuration which is by default true. This enabled the old behavior from 3.x and 2.x that allows automatic detection of HTTP headers and User Agent from $_SERVER.
  • refactored internal CloudFront related methods and the way setHttpHeaders work. It no longer falls back on $_SERVER. The method still calls setUserAgent in case HTTP_USER_AGENT and friends are present.
  • added maximumUserAgentLength to the $config, by default the limit is 500.

4.8.01: MobileDetect version with PSR-16 Cache support.

Other

  • removed unused dependencies
  • removed old examples
  • rearranged /scripts/ folder
Changelog

Sourced from mobiledetect/mobiledetectlib's changelog.

Change log

4.8.03

  • [x] added optional $config to MobileDetect constructor.
  • [x] added autoInitOfHttpHeaders configuration which is by default true. This enabled the old behavior from 3.x and 2.x that allows automatic detection of HTTP headers and User Agent from $_SERVER.
  • [x] refactored internal CloudFront related methods and the way setHttpHeaders work. It no longer falls back on $_SERVER. The method still calls setUserAgent in case HTTP_USER_AGENT and friends are present.
  • [x] added maximumUserAgentLength to the $config, by default the limit is 500.

4.8.02

  • [x] new user agents
  • [x] Samsung Galaxy Tab S6 Lite #919
  • [x] Samsung Galaxy Tab S8 series #912

4.8.01

  • [x] PHP 8.x only.
  • [x] PSR-16 cache support.
  • [x] Constructor accepts CacheFactory class where you can inject your own PSR-6 Cache interfaces.
  • [x] You need to explicitly setUserAgent("...") or setUserAgentHeaders([...]) otherwise an exception is being thrown.
  • [x] scripts/ folder no longer included in the git tag release archive.
  • [x] added performance tests
  • [x] regexes can be arrays of strings or strings

2023

Launched 4.8.xx which contains PHP 8.x support, refactorings and external Cache support.

2022

In December 2022 we released the version for PHP7. Mobile Detect was split into two dev branches: 2.8.x which will support PHP5, but is deprecated and 3.74.x which supports PHP >= 7.3

2013

In August 2013 the library has 1800+ stargazers and support for: composer, PHPUnit tests, PSR standards and a new webpage http://mobiledetect.net

2012

Throughout 2012 the script has been updated constantly, and we have received tons of feedback and requests. In July 2012 we moved the repository from Google Code to GitHub in order to quickly accommodate the frequent updates and to involve more people.

2011

In December 2011 it received a major update from the first version, an important number of issues were fixed, then 2.0 was launched. The new version marks a new mindset and also featuring tablet detection.

2009

... (truncated)

Commits
  • af088b5 New Samsung tablets and some phones.
  • a10f74c Update README.md
  • 5bfb778 Declare support for older psr/simple-cache version (#953)
  • d180897 Update 4.8.x-test.yml
  • f2fbb72 Added PHP 8.3 to test-matrix (#954)
  • b7a8cdd MobileDetect by default will not throw an exception if UserAgent is not set. ...
  • ae8a4bc Update README.md - fixed typo (#949)
  • 90416e0 Added additional explanation
  • b73a5bd Added perf tests image and fixed php version to 8.3
  • ab2071f Fix EOL
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 6 months ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.