Skip to content

Commit

Permalink
Prepare v2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
aljawaid committed Jan 30, 2023
1 parent 8beaf97 commit 768a93c
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 5 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.2.0';
return '2.3.0';
}

public function getCompatibleVersion()
Expand Down
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,7 @@ Compatibility

#### Other Plugins & Action Plugins
- _No known issues_
- 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
- Compatible with [Customizer](https://github.com/creecros/Customizer "Customizer - A plugin for Kanboard"), [Bak2TopBotm](https://github.com/creecros/Bak2topbotm "Bak2TopBotm - A plugin for Kanboard"), [Glancer](https://github.com/aljawaid/Glancer "Glancer - A plugin for Kanboard"), [ColorManager](https://github.com/aljawaid/ColorManager "ColorManager - A plugin for Kanboard")
#### Core Files & Templates
- _No template overrides_
- _No database changes_
Expand Down
Binary file added Releases/KanboardCSS-2.3.zip
Binary file not shown.
25 changes: 25 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,31 @@
# Changelog


## v2.3

### What's Changed

_(most recent changes are listed on top):_
- FIX: Remove Duplicate
- FIX: Page Header Margins
- FIX: Remove Unused Variables
- FIX: Rename CSS Variable
- FIX: Define the standard property `appearance` for compatibility
- FIX: Empty Rulesets
- FIX: Define the standard property `transform-origin` for compatibility
- Cleanup code
- Cleanup code
- FIX: Add Missing `border-radius` Variable
- FIX: Rename `border-radius` Variable
- Cleanup colour code syntax
- Cleanup code
- FIX: Remove Priority Box Shadow
- FIX: Merge Classes
- FIX: Margin and class target - fix `margin-top` - remove `!important`
- FIX: Remove Duplicate Code
- FIX: Filter Padding- make narrower, save space


## v2.2

### What's Changed
Expand Down

0 comments on commit 768a93c

Please sign in to comment.