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
+20
Original file line number
Diff line number
Diff line change
@@ -355,6 +355,26 @@ Currently php-mf2 passes the majority of it’s own test case, and a good percen
355
355
356
356
### Changelog
357
357
358
+
#### v0.4.4
359
+
360
+
2018-08-01
361
+
362
+
Bugfixes:
363
+
364
+
* Ensure empty `properties` is an object `{}` rather than array `[]` ([#171](https://github.com/indieweb/php-mf2/issues/171))
365
+
* Ensure the parser does not mutate the DOMDOcument passed in ([#174](https://github.com/indieweb/php-mf2/issues/174))
366
+
* Fix for multiple class names in backcompat parsing ([#156](https://github.com/indieweb/php-mf2/issues/156))
367
+
368
+
Microformats Parsing Updates:
369
+
370
+
* New algorithm for plaintext values ([#168](https://github.com/indieweb/php-mf2/pull/168) and [parsing issue #15](https://github.com/microformats/microformats2-parsing/issues/15))
371
+
* Always resolve URLs from `u-` properties even when not from a link element ([Parsing issue #10](https://github.com/microformats/microformats2-parsing/issues/10))
0 commit comments