From 4877baae67ea053ab00e976519c5a69d69e0e4e0 Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Wed, 24 May 2023 12:12:16 +0100 Subject: [PATCH] Clarify - NO SENSITIVE DATA on issue --- issue.html | 4 ++-- js/lib.main.js | 2 +- sw.js | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/issue.html b/issue.html index f15993f..5f41ab8 100644 --- a/issue.html +++ b/issue.html @@ -40,8 +40,8 @@

Report an Issue

To help diagnosing an issue, data about your browser and device will be collected alongside the data that you enter below.

-

The data will be available publically in the - OwlBoard Issue Tracker. A preview will be shown before the data is sent.

+

OwlBoard reported issues are visible to the public on the + OwlBoard Issue Tracker. Do not include sensitive information, a preview will be shown before the data is sent.




diff --git a/js/lib.main.js b/js/lib.main.js index 04d4c5b..f30f9a3 100644 --- a/js/lib.main.js +++ b/js/lib.main.js @@ -1,6 +1,6 @@ /* eslint-disable no-unused-vars */ /* All Page Init */ -const version = '2023.5.7' +const version = '2023.5.8' /* Feature Detectors */ diff --git a/sw.js b/sw.js index 05ad8f0..f5f4a21 100644 --- a/sw.js +++ b/sw.js @@ -1,6 +1,6 @@ /* Service Worker */ -const swVersion = '2023.5.7-1' +const swVersion = '2023.5.8-1' const cacheName = `owlboard-${swVersion}` const cacheIDs = [cacheName] let staticCache = [