Skip to content

Commit

Permalink
Prepare v2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
aljawaid committed Dec 30, 2022
1 parent 1ad0b5f commit 570c256
Show file tree
Hide file tree
Showing 4 changed files with 19 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 '2.1.0';
return '2.2.0';
}

public function getCompatibleVersion()
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ Compatibility
- Compatible with [Customizer](https://github.com/creecros/Customizer "Customizer - A plugin for Kanboard") plugin
- Compatible with [Bak2TopBotm](https://github.com/creecros/Bak2topbotm "Bak2TopBotm - A plugin for Kanboard") plugin
- Compatible with [Glancer](https://github.com/aljawaid/Glancer "Glancer - A plugin for Kanboard") plugin
- Compatible with [ColorManager](https://github.com/aljawaid/ColorManager "ColorManager - A plugin for Kanboard") plugin
#### Core Files & Templates
- _No template overrides_
- _No database changes_
Expand Down
Binary file added Releases/KanboardCSS-2.2.zip
Binary file not shown.
18 changes: 17 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,29 @@
# Changelog


## v2.2

### What's Changed

_(most recent changes are listed on top):_
- FIX: Rename Folder - Folder Consistency
- FIX: Folder Consistency
- FIX: Folder Consistency
- Update archive - remove git code
- Prepare 2023
- Fix and Add Transition Variable
- Fix for ColorManager plugin https://github.com/aljawaid/ColorManager/commit/29c3c9e894326288df42dc235b1b6503b1e347b7
- Fix CSS Jumping Side Menu
- FIX: Box Shadow Variable


## v2.1

### What's Changed

_(most recent changes are listed on top):_
- FIX: Wrong installed version when installing v2.0 (still showed as v1.5)
- General improvements and bux fixes
- General bug fixes and improvements


## v2.0
Expand Down

0 comments on commit 570c256

Please sign in to comment.