-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Serban Ghita <[email protected]>
- Loading branch information
1 parent
2702f75
commit dc325f8
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"version": "4.8.09", | ||
"version": "4.8.10", | ||
"headerMatch": { | ||
"HTTP_ACCEPT": { | ||
"matches": [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ | |
* @author Nick Ilyin <[email protected]> | ||
* @author: Victor Stanciu <[email protected]> (original author) | ||
* | ||
* @version 4.8.09 | ||
* @version 4.8.10 | ||
*/ | ||
|
||
declare(strict_types=1); | ||
|
@@ -241,7 +241,7 @@ class MobileDetect | |
/** | ||
* Stores the version number of the current release. | ||
*/ | ||
protected string $VERSION = '4.8.09'; | ||
protected string $VERSION = '4.8.10'; | ||
|
||
protected array $config = [ | ||
// Auto-initialization on HTTP headers from $_SERVER['HTTP...'] | ||
|