From 36a7c7ca9a873bf982f199ebf50b1f9a67197fdb Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Fri, 21 Oct 2016 17:01:04 +0100 Subject: [PATCH 1/3] Better location markup --- resources/views/templates/note.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/templates/note.blade.php b/resources/views/templates/note.blade.php index 94cbf367..6ba46589 100644 --- a/resources/views/templates/note.blade.php +++ b/resources/views/templates/note.blade.php @@ -16,7 +16,7 @@
@if($note->client_name) via {{ $note->client_name }}@endif - @if($note->address)in @if($note->placeLink)@endif{{ $note->address }}@if($note->placeLink)@endif ({{ $note->latitude }}, {{ $note->longitude }})@endif + @if($note->address)in @if($note->placeLink)@endif{{ $note->address }}@if($note->placeLink)@endif ({{ $note->latitude }}, {{ $note->longitude }})@endif @if($note->replies > 0)Replies: {{ $note->replies }}@endif @if($note->tweet_id)@include('templates.social-links', ['tweet_id' => $note->tweet_id, 'nb60id' => $note->nb60id])@endif @if ($note->placeLink) From eb86231aea71b2391a93bf3c3ea7d41a19a9cacc Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Fri, 21 Oct 2016 17:02:47 +0100 Subject: [PATCH 2/3] Add to changelog --- changelog.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/changelog.md b/changelog.md index a00d43be..b64a8c44 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,8 @@ # Changelog +## Version {next} + - Fix: Trying to get brid.gy markup compatibility + ## Version 0.0.14.9 (2016-10-21) - Include co-ordinates with notes and markup with appropriate microformats - Add correct microformats for photos From 06cdb83ca3629276a85eab4fe51f478d090e0173 Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Fri, 21 Oct 2016 17:03:28 +0100 Subject: [PATCH 3/3] Bump version number --- changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index b64a8c44..1678ce9c 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,6 @@ # Changelog -## Version {next} +## Version 0.0.14.10 (2016-10-21) - Fix: Trying to get brid.gy markup compatibility ## Version 0.0.14.9 (2016-10-21)