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
Copy file name to clipboardExpand all lines: readme.md
+12-11Lines changed: 12 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -209,20 +209,21 @@ into markdown and saved to readme.md.
209
209
210
210
## Changelog
211
211
212
-
### 2.3.3 (unreleased)
212
+
### 2.3.3 (2023-03-10)
213
213
214
214
* Stop including visible text in reply contexts since they go inside since they go inside e-content, which webmention recipients use as the reply text.
215
+
* Fix undeclared variables
215
216
216
-
### 2.3.2 (2022-06-22)
217
+
### 2.3.2 (2022-06-22)
217
218
218
219
* Update readme
219
220
* Fix client name bug
220
221
221
-
### 2.3.1 (2021-12-25)
222
+
### 2.3.1 (2021-12-25)
222
223
223
224
* Made one little mistake.
224
225
225
-
### 2.3.0 (2021-12-25)
226
+
### 2.3.0 (2021-12-25)
226
227
227
228
* Sanitize media endpoint queries
228
229
* Add mime_type filter for media queries
@@ -233,7 +234,7 @@ into markdown and saved to readme.md.
233
234
* Add support for Visibility config return https://github.com/indieweb/micropub-extensions/issues/8#issuecomment-536301952
234
235
* Sets `_edit_last` property when a post is updated.
235
236
236
-
### 2.2.5 (2021-09-22)
237
+
### 2.2.5 (2021-09-22)
237
238
238
239
* Update readme links
239
240
* Add filter to allow custom database insert.
@@ -243,11 +244,11 @@ into markdown and saved to readme.md.
243
244
* New query unit test revealed bug in new q=source&url= query previously introduced.
244
245
* Update media response to now just include published, updated, created, and mime_type for now.
245
246
246
-
### 2.2.4 (2021-05-06)
247
+
### 2.2.4 (2021-05-06)
247
248
248
249
* Add published date to return from q=source on media endpoint
249
250
250
-
### 2.2.3 (2020-09-09)
251
+
### 2.2.3 (2020-09-09)
251
252
252
253
* Deduplicated endpoint test code from endpoint and media endpoint classes.
253
254
* Removed error suppression revealing several notices that had been hidden. Fixed warning notices.
@@ -257,24 +258,24 @@ into markdown and saved to readme.md.
257
258
* As timezone is not stored in the WordPress timestamp, store the timezone offset for the post in meta instead.
258
259
* Sideload and set featured images if featured property is set.
259
260
260
-
### 2.2.2 (2020-08-23)
261
+
### 2.2.2 (2020-08-23)
261
262
262
263
* Fixed and updated testing environment
263
264
* Fixed failing tests as a result of update to testing environment
264
265
* Change return response code based on spec update from 401 to 403
265
266
266
-
### 2.2.1 (2020-07-31)
267
+
### 2.2.1 (2020-07-31)
267
268
268
269
* Change category query parameter from search to filter per decision at Micropub Popup Session
269
270
* Fix permissions for Media Endpoint to match Endpoint
270
271
* For source query on both media and micropub endpoint support offset parameter
271
272
272
-
### 2.2.0 (2020-07-25)
273
+
### 2.2.0 (2020-07-25)
273
274
274
275
* Deprecate MICROPUB_LOCAL_AUTH, MICROPUB_AUTHENTICATION_ENDPOINT and MICROPUB_TOKEN_ENDPOINT constants.
275
276
* Remove IndieAuth Client code, will now require the IndieAuth or other plugin that does not yet exist.
276
277
277
-
### 2.1.0 (2020-02-06)
278
+
### 2.1.0 (2020-02-06)
278
279
279
280
* Fix bug where timezone meta key was always set to website timezone instead of provided one
280
281
* Fix issue where title and caption were not being set for images by adopting code from WordPress core
@@ -217,6 +217,11 @@ into markdown and saved to readme.md.
217
217
218
218
== Changelog ==
219
219
220
+
= 2.3.3 (2023-03-10) =
221
+
222
+
* Stop including visible text in reply contexts since they go inside since they go inside e-content, which webmention recipients use as the reply text.
0 commit comments