Skip to content

Commit 00b70ee

Browse files
committed
release notes for 0.4.6
1 parent 09f60af commit 00b70ee

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

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

356356
### Changelog
357357

358+
#### v0.4.6
359+
360+
Bugfixes:
361+
362+
* Don't include img src attribute in implied p-name ([#180](https://github.com/microformats/php-mf2/issues/180))
363+
* Normalize ordinal dates in VCP values ([#167](https://github.com/microformats/php-mf2/issues/167))
364+
* Fix for accidental array access of stdClass in deeply nested structures ([#196](https://github.com/microformats/php-mf2/issues/196))
365+
* Reduce instances where u-url is implied according to a [spec update](http://microformats.org/wiki/index.php?title=microformats2-parsing&diff=66887&oldid=66871) ([#183](https://github.com/microformats/php-mf2/issues/183) and [parsing issue #36](https://github.com/microformats/microformats2-parsing/issues/36))
366+
* Fix for wrongly implied photo property ([#190](https://github.com/microformats/php-mf2/issues/190))
367+
368+
Other Updates:
369+
370+
* Adds a filter to avoid running tests that require a live internet connection ([#194](https://github.com/microformats/php-mf2/pull/194))
371+
* Refactor implied name code to match new implied name handling of photo and url ([#193](https://github.com/microformats/php-mf2/pull/193))
372+
* Moved this repo to the microformats GitHub organization ([#179](https://github.com/microformats/php-mf2/issues/179))
373+
374+
358375
#### v0.4.5
359376

360377
2018-08-02

0 commit comments

Comments
 (0)