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.
Split regex strings into array of strings. The main reason for this is future performance improvements, cross-platform compatibility and overall readability.
[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.
[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.
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)
Bumps mobiledetect/mobiledetectlib from 3.74.3 to 4.8.06.
Release notes
Sourced from mobiledetect/mobiledetectlib's releases.
Changelog
Sourced from mobiledetect/mobiledetectlib's changelog.
... (truncated)
Commits
af088b5
New Samsung tablets and some phones.a10f74c
Update README.md5bfb778
Declare support for older psr/simple-cache version (#953)d180897
Update 4.8.x-test.ymlf2fbb72
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 explanationb73a5bd
Added perf tests image and fixed php version to 8.3ab2071f
Fix EOLDependabot 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