Skip to content

Commit 36add83

Browse files
committed
Prepare v3.0
1 parent af97cd2 commit 36add83

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

Plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ public function getPluginAuthor()
7777

7878
public function getPluginVersion()
7979
{
80-
return '2.0.0';
80+
return '3.0.0';
8181
}
8282

8383
public function getCompatibleVersion()
5.27 MB
Binary file not shown.

changelog.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
# Changelog
22

33

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+
415
## v2.0
516

617
### What's Changed

0 commit comments

Comments
 (0)