Skip to content

Commit d399c76

Browse files
committed
Prepare v4.0
1 parent fd05daa commit d399c76

File tree

3 files changed

+35
-1
lines changed

3 files changed

+35
-1
lines changed

Plugin.php

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

9797
public function getPluginVersion()
9898
{
99-
return '3.3.0';
99+
return '4.0.0';
100100
}
101101

102102
public function getCompatibleVersion()
5.45 MB
Binary file not shown.

changelog.md

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

3+
## v4.0
4+
5+
_(most recent changes are listed on top):_
6+
- NEW: Add CSP Configuration Information to README.md
7+
- FIX: Reset Password Button Border Transitions
8+
- FIX: Settings Page Title Consistency
9+
- FIX: Anchor Transitions Consistency
10+
- NEW: Add Language Folder Location in Manual Edits
11+
- FIX: Link Margins
12+
- FIX: Improve Language Strings for Code Line Number Links
13+
- FIX: Code Block Layout
14+
- FIX: Anchor Transitions
15+
- FIX: Missing Translation Strings
16+
- FIX: Better Wording in Code Block
17+
- FIX: Update Manual Edit Core Code Reference Link
18+
- FIX: Styling of Manual Edits Page
19+
- FIX: Better Wording
20+
- FIX: Show Documentation URL if KB v1.2.25+ Installed - fixes #16
21+
- FIX: Platform Channel Links
22+
- FIX: Cleanup Duplicate Code
23+
- FIX: KanboardSupport Button Style Consistency
24+
- FIX: Link Styling
25+
- FIX: Update README.md to Show Complete Dashboard Icons
26+
- FIX: FA Icons #15
27+
- FIX: Syntax Error
28+
- NEW: Add Custom CSS After All Default & Plugin Styles - closes #14
29+
- FIX: Duplicate Translation Strings
30+
- FIX: Logo Alignment in Plugin Settings
31+
- FIX: Meta Description Placeholder & Link Styling
32+
- FIX: Input Placeholder Color
33+
- FIX: Application Platform Section Alignment
34+
- Cleanup Page Structure and performance improvements
35+
36+
337
## v3.3
438

539
_(most recent changes are listed on top):_

0 commit comments

Comments
 (0)