Skip to content

Commit

Permalink
v3.0.07
Browse files Browse the repository at this point in the history
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
  • Loading branch information
ewilan-riviere committed Jun 4, 2024
1 parent dc12188 commit a50e473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit a50e473

Please sign in to comment.