From 83b0fa64294df09000a5c24ebf100d3212a2d4f2 Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Mon, 20 Nov 2017 12:37:54 +0000 Subject: [PATCH 1/2] Import the bookmark service class --- app/Jobs/ProcessBookmark.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Jobs/ProcessBookmark.php b/app/Jobs/ProcessBookmark.php index ae62832c..1ed51240 100644 --- a/app/Jobs/ProcessBookmark.php +++ b/app/Jobs/ProcessBookmark.php @@ -4,6 +4,7 @@ namespace App\Jobs; use App\Bookmark; use Illuminate\Bus\Queueable; +use App\Services\BookmarkService; use Illuminate\Queue\SerializesModels; use Illuminate\Queue\InteractsWithQueue; use Illuminate\Contracts\Queue\ShouldQueue; From dfb9d706cfb15ea81df4cd51650e6fb0e65aabd7 Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Mon, 20 Nov 2017 12:46:55 +0000 Subject: [PATCH 2/2] Bump version to 0.13.1 --- changelog.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/changelog.md b/changelog.md index bb973e88..3b1671cf 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,8 @@ # Changelog +## Version 0.13.1 (2017-11-20) + - A small fix when adding a new bookmark + ## Version 0.13 (2017-11-17) - Update Browsershot to v3, uses puppeteer to control Chrome - Improve bookmarks syndication