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
+17
Original file line number
Diff line number
Diff line change
@@ -355,6 +355,23 @@ 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.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))
0 commit comments