From e2d784050ec50a62c5ba32abc58d6ee26e03a3e9 Mon Sep 17 00:00:00 2001 From: Serban Ghita Date: Tue, 10 Dec 2024 09:57:34 +0200 Subject: [PATCH] New version bump Signed-off-by: Serban Ghita --- CHANGELOG.md | 8 +++++++- src/MobileDetect.php | 4 ++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 197e7e15..7e993397 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/src/MobileDetect.php b/src/MobileDetect.php index 5f1f4ec3..be742388 100644 --- a/src/MobileDetect.php +++ b/src/MobileDetect.php @@ -19,7 +19,7 @@ * @author Nick Ilyin * @author: Victor Stanciu (original author) * - * @version 4.8.07 + * @version 4.8.08 */ declare(strict_types=1); @@ -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...']