From a50e4736f894f2baa55c8858711fc0fd9cbf92e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ewilan=20Rivi=C3=A8re?= Date: Tue, 4 Jun 2024 07:28:48 +0200 Subject: [PATCH] v3.0.07 By @panVag * use `DateTimeImmutable` super powers to parse date and datetime strings * catch and ignore exception when instantiating the aforementioned object so the whole script won't fail * remove the null safe operators when it's not needed --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 7d41efa..20ace07 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "kiwilan/php-audio", "description": "PHP package to parse and update audio files metadata, with `JamesHeinrich/getID3`.", - "version": "3.0.06", + "version": "3.0.07", "keywords": [ "audio", "php",