We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af97cd2 commit 36add83Copy full SHA for 36add83
Plugin.php
@@ -77,7 +77,7 @@ public function getPluginAuthor()
77
78
public function getPluginVersion()
79
{
80
- return '2.0.0';
+ return '3.0.0';
81
}
82
83
public function getCompatibleVersion()
Releases/ApplicationBranding-3.0.zip
5.27 MB
changelog.md
@@ -1,6 +1,17 @@
1
# Changelog
2
3
4
+## v3.0
5
+
6
+### What's Changed
7
8
+_(most recent changes are listed on top):_
9
+- NEW: Add TemplateManager Compatibility - show template counts in the Admin Dashboard
10
+- NEW: Show External Links Count in Admin Dashboard
11
+- NEW: Show Installation Date of Kanboard - based on the date modified of the `/app` (`APP_DIR`) folder
12
+- Update translations
13
14
15
## v2.0
16
17
### What's Changed
0 commit comments