From 15f3ebe2f9bc9627af8d82131bbd4440a998a7e1 Mon Sep 17 00:00:00 2001 From: TheWitness Date: Mon, 18 May 2026 22:05:13 -0400 Subject: [PATCH 1/2] fix: Preparing for release --- CHANGELOG.md | 3 ++- INFO | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2212665..7c12b67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,12 +14,13 @@ IMPORTANT NOTE: This version only works on CACTI 1.x++! ## Changes ---- develop --- +--- 1.5 --- * issue#124: Weathermap slow when some graphs are broken * issue#173: Data Source select queries slow or not working * issue#186: Popups are not working in standalone mode * issue#211: Warn Count is being reset too early * issue: Attempt to keep the plugin basepath the weathermap directory +* issue: Miscelaneous security hardening and preparation for Cacti 1.3 * feature#219: Add Via Style as a Link form Option * feature#193: Allow the Info URL to be either "Time View Graph" or "Classic View Graph" diff --git a/INFO b/INFO index f477f81..8d1a2cf 100644 --- a/INFO +++ b/INFO @@ -1,6 +1,6 @@ [info] name = weathermap -version = 1.4 +version = 1.5 longname = Weathermap Plugin author = The Cacti Group, Howard Jones email = developers@cacti.net From 97d9e132aa3214187f5ab802210e20bb26b53dc9 Mon Sep 17 00:00:00 2001 From: TheWitness Date: Tue, 19 May 2026 11:03:52 -0400 Subject: [PATCH 2/2] Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Signed-off-by: TheWitness --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c12b67..477f592 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,7 +20,7 @@ IMPORTANT NOTE: This version only works on CACTI 1.x++! * issue#186: Popups are not working in standalone mode * issue#211: Warn Count is being reset too early * issue: Attempt to keep the plugin basepath the weathermap directory -* issue: Miscelaneous security hardening and preparation for Cacti 1.3 +* issue: Miscellaneous security hardening and preparation for Cacti 1.3 * feature#219: Add Via Style as a Link form Option * feature#193: Allow the Info URL to be either "Time View Graph" or "Classic View Graph"