FinanceBuddy: separate the Integrations section with a trailing rule (v1.1.2)

This commit is contained in:
2026-07-11 15:42:12 -03:00
parent eac8617723
commit b4b7ef74d6
3 changed files with 3 additions and 2 deletions

View File

@@ -77,7 +77,7 @@ class Plugin extends Base
public function getPluginVersion() public function getPluginVersion()
{ {
return '1.1.1'; return '1.1.2';
} }
public function getPluginHomepage() public function getPluginHomepage()

View File

@@ -18,3 +18,4 @@
<div class="form-actions"> <div class="form-actions">
<button type="submit" class="btn btn-blue"><?= t('Save') ?></button> <button type="submit" class="btn btn-blue"><?= t('Save') ?></button>
</div> </div>
<hr>

View File

@@ -1 +1 @@
FinanceBuddy v1.1.1 FinanceBuddy v1.1.2