diff --git a/Plugin.php b/Plugin.php index bb9aa49..c2547ca 100644 --- a/Plugin.php +++ b/Plugin.php @@ -109,7 +109,7 @@ class Plugin extends Base public function getPluginVersion() { - return '1.7.1'; + return '1.7.2'; } public function getPluginHomepage() diff --git a/README.md b/README.md index 131c8f8..2cd1831 100644 --- a/README.md +++ b/README.md @@ -93,3 +93,18 @@ name). No build step and no database migration. ## License AGPL-3.0. See LICENSE. + +## More Kanboard plugins by Ruben (drbeco) + +All free and AGPL-3.0, at [code.beco.cc](https://code.beco.cc/beco): + +- **[RecoReco](https://code.beco.cc/beco/RecoReco)** -- calendar-scheduled recurring cards (yearly, + monthly, weekly, daily), driven by the card due date. +- **[FinanceBuddy](https://code.beco.cc/beco/FinanceBuddy)** -- attach a money value (debit/credit + and installments) to cards, shown on the card and totalled per column. +- **[BulkMoveTasks](https://code.beco.cc/beco/BulkMoveTasks)** -- move every task from one board + column to another in a single action. +- **[ShrinkVertically](https://code.beco.cc/beco/ShrinkVertically)** -- shrink vertically-collapsed + board columns so the horizontal scrollbar stays within reach. +- **[TweakDrag](https://code.beco.cc/beco/TweakDrag)** -- board drag and touch niceties: + drag-to-scroll, a wider column gap, and smoother card dragging. diff --git a/VERSION b/VERSION index 19039bb..90d5b09 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -OrganonTweaks v1.7.1 +OrganonTweaks v1.7.2