From 6d84f47c4f26dfb74e3421188faa064ef742a136 Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Fri, 27 Jan 2017 18:24:00 +0000 Subject: [PATCH 1/2] Updating the webmention parser to a version with a verified fix --- composer.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.lock b/composer.lock index fd223cf3..c05858af 100644 --- a/composer.lock +++ b/composer.lock @@ -1489,22 +1489,22 @@ }, { "name": "jonnybarnes/webmentions-parser", - "version": "v0.4.5", + "version": "v0.4.7", "source": { "type": "git", "url": "https://github.com/jonnybarnes/webmentions-parser.git", - "reference": "de542562e0bba1b96e976abf22acc4c82a7472ec" + "reference": "62f9b64ddeb3678f9e7da8f503267c74c5d24da2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/jonnybarnes/webmentions-parser/zipball/de542562e0bba1b96e976abf22acc4c82a7472ec", - "reference": "de542562e0bba1b96e976abf22acc4c82a7472ec", + "url": "https://api.github.com/repos/jonnybarnes/webmentions-parser/zipball/62f9b64ddeb3678f9e7da8f503267c74c5d24da2", + "reference": "62f9b64ddeb3678f9e7da8f503267c74c5d24da2", "shasum": "" }, "require": { "guzzlehttp/guzzle": "~6.0", "mf2/mf2": "~0.3", - "php": ">=5.6" + "php": ">=7.0" }, "require-dev": { "phpunit/phpunit": "~5.0" @@ -1532,7 +1532,7 @@ "microformats", "webmentions" ], - "time": "2017-01-27T16:54:43+00:00" + "time": "2017-01-27T18:17:56+00:00" }, { "name": "laravel/framework", From b54eb8fe1b7e8f2b5ce3d8a2e6bbb8685e087c3e Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Fri, 27 Jan 2017 18:28:13 +0000 Subject: [PATCH 2/2] Update to version 0.1.6 --- changelog.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/changelog.md b/changelog.md index 88821dcc..850c6d00 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,8 @@ # Changelog +## Version 0.1.6 (2017-01-27) + - Update the webmention parser to a version with a verified fix + ## Version 0.1.5 (2017-01-27) - Update the webmention parser version to fix a bug with displaying webmentions