From b4b7ef74d6e48e06dfe21ec4f357cddfc2a63b9c Mon Sep 17 00:00:00 2001 From: Ruben Carlo Benante Date: Sat, 11 Jul 2026 15:42:12 -0300 Subject: [PATCH] FinanceBuddy: separate the Integrations section with a trailing rule (v1.1.2) --- 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 0f3ce46..325f57e 100644 --- a/Plugin.php +++ b/Plugin.php @@ -77,7 +77,7 @@ class Plugin extends Base public function getPluginVersion() { - return '1.1.1'; + return '1.1.2'; } public function getPluginHomepage() diff --git a/Template/project/integration.php b/Template/project/integration.php index 8c58755..0b426a1 100644 --- a/Template/project/integration.php +++ b/Template/project/integration.php @@ -18,3 +18,4 @@
+
diff --git a/VERSION b/VERSION index 5e42a84..c546c4c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -FinanceBuddy v1.1.1 +FinanceBuddy v1.1.2