Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
ewilan-riviere authored and github-actions[bot] committed Feb 3, 2024
1 parent db9f825 commit 81fac0b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to `php-audio` will be documented in this file.

## v3.0.05 - 2024-02-03

- Add `toArray()` method to `Audio::class` to get all properties without cover.
- Add `getTags()` method to `Audio::class` to get all tags as `array<string, string>`.
- Add `getTag(string $tag)` method to `Audio::class` to get a single tag.

## v3.0.04 - 2023-11-01

- `AudioCore`, fix `fromId3()` with `null` check `Id3AudioTagV1` and `Id3AudioTagV2`, issue #18 thanks to @cospin
Expand Down

0 comments on commit 81fac0b

Please sign in to comment.