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 May 22, 2024
1 parent 1417049 commit d4e1b8c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

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

## v2.0.11 - 2024-05-22

- `OpdsConfig::class`: `isForceJson()` is now `isUseForceJson()`, `forceExit` property allow to force `exit` on response sending, you can use constructor or `forceExit()` method to set it (default is `false`)
- `OpdsResponse::class`: `forceExit` property can be set with `forceExit()` method (default is `false), `send()`method can use`exit`parameter to override global`forceExit`property, of course if`OpdsConfig::class` `forceExit`property is`true`then`forceExit` will be true

## v2.0.10 - 2024-05-18

Add multi-byte safe substr() for OPDS summary from [PR #48](https://github.com/kiwilan/php-opds/pull/48) by @mikespub
Expand Down Expand Up @@ -77,6 +82,7 @@ return $opds->send(); // `never` because send response




```
- To add `entries`, you have to use `feeds()` arrow method

Expand Down Expand Up @@ -123,6 +129,7 @@ $opds = Opds::make(new OpdsConfig()) // Accept `OpdsConfig::class`




```
#### Misc

Expand Down

0 comments on commit d4e1b8c

Please sign in to comment.