Skip to content

Commit

Permalink
Prepare v4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aljawaid committed May 22, 2023
1 parent f3ff9fa commit 677d282
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public function getPluginAuthor()

public function getPluginVersion()
{
return '4.0.0';
return '4.1.0';
}

public function getCompatibleVersion()
Expand Down
Binary file added Releases/PluginManager-4.1.zip
Binary file not shown.
12 changes: 12 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## v4.1

_(most recent changes are listed on top):_
- FIX: Update README.md for KanboardCSS - relates to d53870c
- FIX: Code Cleanup - `PluginManagerController.php` - fix comments - fix code syntax - move `show` page codeblocks to top - fix language strings
- FIX: Translations Strings - includes missing strings - thanks @cptsanifair
- FIX: Code Syntax - thanks @cptsanifair
- FIX: Table Header Spanning for Installed Plugins
- FIX: Update Button Notification - now shows neatly when hovering over the installed plugin update button
- FIX: Count Badge Positioned Too High for KanboardCSS
- Fix Typo

## v4.0

_(most recent changes are listed on top):_
Expand Down

0 comments on commit 677d282

Please sign in to comment.