From 2f78aa20871a084b1f59ddaaaf795b1581c9b5ff Mon Sep 17 00:00:00 2001 From: Ruben Carlo Benante Date: Sat, 11 Jul 2026 15:42:36 -0300 Subject: [PATCH] separate the Integrations section with a trailing rule (v1.8.4) --- Plugin.php | 2 +- Template/project/integration.php | 1 + VERSION | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Plugin.php b/Plugin.php index cbe02da..ae28760 100644 --- a/Plugin.php +++ b/Plugin.php @@ -128,7 +128,7 @@ class Plugin extends Base public function getPluginVersion() { - return '1.8.3'; + return '1.8.4'; } public function getPluginHomepage() diff --git a/Template/project/integration.php b/Template/project/integration.php index db36918..725acbb 100644 --- a/Template/project/integration.php +++ b/Template/project/integration.php @@ -22,3 +22,4 @@
+
diff --git a/VERSION b/VERSION index 2ae54d4..16d72a6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -OrganonTweaks v1.8.3 +OrganonTweaks v1.8.4