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 Mar 6, 2024
1 parent 946f750 commit f9f5f42
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-ebook` will be documented in this file.

## v2.3.8 - 2024-03-06

- `OpfItem::class` method `getMeta()` is now deprecated. Use `getMetaItems()` instead.
- `OpfItem::class` method `getMetaItems()` will now return an array of `BookMeta::class` objects.
- `OpfItem::class` method `getMetaItem(string $key)` will now return `BookMeta::class` object or null.

## v2.3.7 - 2024-02-05

`MetaTitle::class`: add `fromData()` static method to generate a `MetaTitle` object from a raw data and rename `make()` to `fromEbook()`.
Expand Down

0 comments on commit f9f5f42

Please sign in to comment.