Skip to content

Commit 463351e

Browse files
committed
release notes for 0.4.4
1 parent fba7f55 commit 463351e

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

README.md

+20
Original file line numberDiff line numberDiff line change
@@ -355,6 +355,26 @@ Currently php-mf2 passes the majority of it’s own test case, and a good percen
355355

356356
### Changelog
357357

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))
372+
373+
Other Updates:
374+
375+
* Improved test coverage
376+
377+
358378
#### v0.4.3
359379

360380
2018-03-29

0 commit comments

Comments
 (0)