Skip to content

Commit

Permalink
New version bump
Browse files Browse the repository at this point in the history
Signed-off-by: Serban Ghita <[email protected]>
  • Loading branch information
serbanghita committed Dec 10, 2024
1 parent 57cc9ee commit e2d7840
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Change log

# 4.8.07
# 4.8.08

- [x] fix for missing psr/cache prod dependency
- [bug] latest 4.8.07 cause site error Call to a member function get() on false #974
- [x] fix for Docker build not installing dev dependencies

# 4.8.07 (broken in composer)

- [x] fix cache and generate short cache key (#971)
- [x] Added configuration cacheKeyFn which allows for using a custom cache key creation fn.
Expand Down
4 changes: 2 additions & 2 deletions src/MobileDetect.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
* @author Nick Ilyin <[email protected]>
* @author: Victor Stanciu <[email protected]> (original author)
*
* @version 4.8.07
* @version 4.8.08
*/

declare(strict_types=1);
Expand Down Expand Up @@ -241,7 +241,7 @@ class MobileDetect
/**
* Stores the version number of the current release.
*/
protected string $VERSION = '4.8.07';
protected string $VERSION = '4.8.08';

protected array $config = [
// Auto-initialization on HTTP headers from $_SERVER['HTTP...']
Expand Down

0 comments on commit e2d7840

Please sign in to comment.