Merge branch 'hotfix/0.0.6.2' into develop
This commit is contained in:
commit
538acb3185
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue