We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46c0ddc commit 679665cCopy full SHA for 679665c
1 file changed
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
All notable changes to `php-opds` will be documented in this file.
4
5
+## v2.2.0 - 2025-06-11
6
+
7
+Add `OpdsEntryImage` by @mikespub from #59
8
9
## v2.1.01 - 2025-05-01
10
11
Fix search query template by @mikespub
@@ -94,6 +98,7 @@ return $opds->send(); // `never` because send response
94
98
95
99
96
100
101
97
102
```
103
- To add `entries`, you have to use `feeds()` arrow method
104
@@ -143,6 +148,7 @@ $opds = Opds::make(new OpdsConfig()) // Accept `OpdsConfig::class`
143
148
144
149
145
150
151
146
152
147
153
#### Misc
154
0 commit comments