From 3c37da3f479f8ef8ce5275f6d6e677d4fd62b170 Mon Sep 17 00:00:00 2001 From: David Blake <37149377+BlakesHeaven@users.noreply.github.com> Date: Sat, 2 Nov 2019 22:20:32 +0000 Subject: [PATCH 1/3] Update \bludit\bl-plugins\version\js\version.js Prevent the Version plugin from hiding the current version on screen when a new version is available as this is not helpful. --- bl-plugins/version/js/version.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bl-plugins/version/js/version.js b/bl-plugins/version/js/version.js index a5005636..e20ae777 100644 --- a/bl-plugins/version/js/version.js +++ b/bl-plugins/version/js/version.js @@ -10,7 +10,7 @@ function getLatestVersion() { success: function(json) { // Constant BLUDIT_BUILD is defined on variables.js if (json.stable.build > BLUDIT_BUILD) { - $("#current-version").hide(); + //$("#current-version").hide(); //Uncomment if you want to hide the current version when a new version is available, but this is unhelpful. $("#new-version").show(); } }, From 7bf5ecccf565c837052f24bbd6c455ce51754493 Mon Sep 17 00:00:00 2001 From: David Blake <37149377+BlakesHeaven@users.noreply.github.com> Date: Sun, 3 Nov 2019 12:51:18 +0000 Subject: [PATCH 2/3] Update \bl-kernel\admin\views\edit-content.php Relocate page Title to the above the Custom fields on the Content Edit page becauuse a Title should always be at the top of the page. --- bl-kernel/admin/views/edit-content.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bl-kernel/admin/views/edit-content.php b/bl-kernel/admin/views/edit-content.php index fd67c95d..29125b9e 100644 --- a/bl-kernel/admin/views/edit-content.php +++ b/bl-kernel/admin/views/edit-content.php @@ -399,6 +399,11 @@ echo Bootstrap::formOpen(array( + +