You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support Queries Discussed at the Micropub Popups (#229)
* Change category search to filter per proposal
* Turn filter into a function and test that function
* Pass input to syndicate target filter to allow for additional queries
* Add additional query filters to source query
* Add offset query argument to media endpoint source
* Fix permissions for Indieauth change on media endpoint
* Bump version
Called to generate the list of `syndicate-to` targets to return in response to a query. Returns `$synd_urls`, an array, possibly modified. This filter is empty by default
62
62
@@ -214,6 +214,12 @@ into markdown and saved to readme.md.
214
214
## Changelog
215
215
216
216
217
+
### 2.2.1 (2020-07-31 )
218
+
* Change category query parameter from search to filter per decision at Micropub Popup Session
219
+
* Fix permissions for Media Endpoint to match Endpoint
220
+
* For source query on both media and micropub endpoint support offset parameter
221
+
222
+
217
223
### 2.2.0 (2020-07-25 )
218
224
* Deprecate MICROPUB_LOCAL_AUTH, MICROPUB_AUTHENTICATION_ENDPOINT and MICROPUB_TOKEN_ENDPOINT constants.
219
225
* Remove IndieAuth Client code, will now require the IndieAuth or other plugin that does not yet exist.
Called to generate the list of `syndicate-to` targets to return in response to a query. Returns `$synd_urls`, an array, possibly modified. This filter is empty by default
68
68
@@ -207,6 +207,11 @@ into markdown and saved to readme.md.
207
207
208
208
== Changelog ==
209
209
210
+
= 2.2.1 (2020-07-31 ) =
211
+
* Change category query parameter from search to filter per decision at Micropub Popup Session
212
+
* Fix permissions for Media Endpoint to match Endpoint
213
+
* For source query on both media and micropub endpoint support offset parameter
214
+
210
215
= 2.2.0 (2020-07-25 ) =
211
216
* Deprecate MICROPUB_LOCAL_AUTH, MICROPUB_AUTHENTICATION_ENDPOINT and MICROPUB_TOKEN_ENDPOINT constants.
212
217
* Remove IndieAuth Client code, will now require the IndieAuth or other plugin that does not yet exist.
0 commit comments