From e9912e6239600f233050556a186fbd0b49e42cf1 Mon Sep 17 00:00:00 2001 From: Marius <33354141+Mariusthvdb@users.noreply.github.com> Date: Thu, 18 Jan 2024 20:22:26 +0100 Subject: [PATCH 1/2] Update and rename custom-ui.js to custom-ui-legacy.js because of the fact UpdateMoreInfo() is now replaced by our new [custom-more-info](https://github.com/Mariusthvdb/custom-more-info) plugin --- custom-ui.js => custom-ui-legacy.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename custom-ui.js => custom-ui-legacy.js (99%) diff --git a/custom-ui.js b/custom-ui-legacy.js similarity index 99% rename from custom-ui.js rename to custom-ui-legacy.js index c894031..a72c99e 100644 --- a/custom-ui.js +++ b/custom-ui-legacy.js @@ -1,5 +1,5 @@ -const Name = "Custom-ui"; -const Version = "20240111"; +const Name = "Custom-ui-legacy"; +const Version = "20240118"; const Description = "add templates and icon_color to UI"; const Url = "https://github.com/Mariusthvdb/custom-ui"; console.info( From 9ca290133e072700821e005ea6c721a59afbc581 Mon Sep 17 00:00:00 2001 From: Marius <33354141+Mariusthvdb@users.noreply.github.com> Date: Thu, 18 Jan 2024 20:28:57 +0100 Subject: [PATCH 2/2] rename custom-ui-only to custom-ui --- custom-ui-only.js => custom-ui.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename custom-ui-only.js => custom-ui.js (99%) diff --git a/custom-ui-only.js b/custom-ui.js similarity index 99% rename from custom-ui-only.js rename to custom-ui.js index 46319b3..2b0cb53 100644 --- a/custom-ui-only.js +++ b/custom-ui.js @@ -1,6 +1,6 @@ // Define constants for the custom-ui component -const Name = "Custom-ui only"; -const Version = "20240116"; +const Name = "Custom-ui"; +const Version = "20240118"; const Description = "add attributes icon_color and templates"; const Url = "https://github.com/Mariusthvdb/custom-ui";