From 186278b12c765b3f8b3718cb5bf188ee1c0484c2 Mon Sep 17 00:00:00 2001 From: BlueAndi Date: Thu, 18 Jul 2024 21:39:57 +0200 Subject: [PATCH 1/2] Use polyfill.js from valid URL, see https://blog.cloudflare.com/polyfill-io-now-available-on-cdnjs-reduce-your-supply-chain-risk --- data/debug.html | 2 +- data/display.html | 2 +- data/version.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/data/debug.html b/data/debug.html index afccda79..d4343e1a 100644 --- a/data/debug.html +++ b/data/debug.html @@ -118,7 +118,7 @@

Debug

- + diff --git a/data/display.html b/data/display.html index 1707aeb4..bfd743f5 100644 --- a/data/display.html +++ b/data/display.html @@ -95,7 +95,7 @@

Display

- + diff --git a/data/version.json b/data/version.json index b53e40e1..70d3ee54 100644 --- a/data/version.json +++ b/data/version.json @@ -1,3 +1,3 @@ { - "version": "v7.2.3" + "version": "v7.2.4" } \ No newline at end of file From 53732dade944c0be4b3e300ecdcc07d2ccf33702 Mon Sep 17 00:00:00 2001 From: BlueAndi Date: Thu, 18 Jul 2024 21:44:45 +0200 Subject: [PATCH 2/2] Bump version in doxygen configuration. --- doc/doxygen/Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/doxygen/Doxyfile b/doc/doxygen/Doxyfile index 6ab31ac8..ebeeae37 100644 --- a/doc/doxygen/Doxyfile +++ b/doc/doxygen/Doxyfile @@ -48,7 +48,7 @@ PROJECT_NAME = Pixelix # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = v7.2.3 +PROJECT_NUMBER = v7.2.4 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a