Skip to content

Commit

Permalink
Prepare v3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
aljawaid committed Aug 31, 2023
1 parent be22e12 commit 114e263
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public function getPluginAuthor()

public function getPluginVersion()
{
return '3.5.0';
return '3.6.0';
}

public function getCompatibleVersion()
Expand Down
Binary file added Releases/KanboardCSS-3.6.zip
Binary file not shown.
13 changes: 12 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,18 @@
# Changelog


## 3.5
## v3.6

_(most recent changes are listed on top):_
- FIX: Update Plugin Description to Mention FontSwitcher
- FIX: Remove `en_US` Translations - all code is in `en_US` anyway
- NEW: Add FontSwitcher Compatibility
- FIX: Remove Font Dependability - use FontSwitcher to change fonts to avoid local limitations
- FIX: Modal Close Button Display - fix hover effects
- FIX: Letter Spacing for `code`


## v3.5

_(most recent changes are listed on top):_
- NEW: Add Code Scanning Badge to README.md
Expand Down

0 comments on commit 114e263

Please sign in to comment.