From 87af56999b889cf75e3f0e85348e32ac4a39588b Mon Sep 17 00:00:00 2001 From: Sander Boom Date: Thu, 30 Nov 2017 11:14:37 +0100 Subject: [PATCH] Add a setting to specify a folder where created journal notes will be placed. Downgrade minimal version as requested. Refs pbek/QOwnNotes#795 --- journal-entry/info.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/journal-entry/info.json b/journal-entry/info.json index 34cef1d..f0a189a 100644 --- a/journal-entry/info.json +++ b/journal-entry/info.json @@ -3,7 +3,7 @@ "identifier": "journal-entry", "script": "journal-entry.qml", "version": "1.1.0", - "minAppVersion": "17.12.0", + "minAppVersion": "17.11.6", "authors": ["@pbek", "@sanderboom"], "description" : "This script creates a menu item and a button to create or jump to the current date's journal entry." }