Merge branch 'hotfix/0.0.6.2' into develop

This commit is contained in:
Jonny Barnes 2016-06-28 22:31:10 +01:00
commit 538acb3185
2 changed files with 2 additions and 2 deletions

View file

@ -63,7 +63,7 @@ class SendWebMentions extends Job implements ShouldQueue
if (parse_url($url, PHP_URL_HOST) == env('LONG_URL', 'localhost')) {
return false;
}
if (starts_with($url, '/notes/tagged/') {
if (starts_with($url, '/notes/tagged/')) {
return false;
}

View file

@ -1,6 +1,6 @@
# Changelog
## Version 0.0.6.0 (2016-06-28)
## Version 0.0.6.2 (2016-06-28)
- Fix an issue with sending webmentions
## Version 0.0.6 (2016-06-28)