sebastiangreger / kirby3-commentions

A versatile comment system and integrated Webmention endpoint for Kirby 3.
MIT License
58 stars 7 forks source link

Update Mf2 library / check compatibility when moving to latest version on Composer #33

Closed sebastiangreger closed 4 years ago

sebastiangreger commented 4 years ago

vendor/Mf2/Parser.php is currently on the version as of 2018-11-20 (commit 10ea6b679c01baa4118beb7f24fe251bf524bfc0).

...tiny changes since then, so not expecting any issues, but worth checking, especially when moving to Composer (#12).

https://github.com/microformats/php-mf2

sebastiangreger commented 4 years ago

@fabianmichael Based on a quick test run with the latest Mf2 version: this is fine to update.

fabianmichael commented 4 years ago

Closing this, as this has been resolved with #39.