Skip to content

Commit

Permalink
Prepare v3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aljawaid committed Mar 5, 2023
1 parent 904f35d commit f3a673e
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 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.3.0';
return '3.0.0';
}

public function getCompatibleVersion()
Expand Down
Binary file added Releases/KanboardCSS-3.0.zip
Binary file not shown.
22 changes: 20 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,26 @@
# Changelog


## v3.0

### What's Changed

_(most recent changes are listed on top):_
- Rename translations file
- Update translations
- Update screenshots - fixes #18
- Update plugin description
- NEW: Plugin Compatibility: [TemplateManager](https://github.com/aljawaid/TemplateManager)
- FIX: Modal Close Button Priority
- FIX: SVG Pointer Events Conflicting with Links
- NEW: Fix Modal Close Button Display - improve styling and make larger
- NEW: Plugin Compatibility: [ApplicationBranding](https://github.com/aljawaid/ApplicationBranding "ApplicationBranding - A plugin for Kanboard")
- NEW: Show Indicator in Dropdown Menus
- NEW: Save screen space in Application Settings
- NEW: Add Text Selection Matching Colour
- FIX: Remove `!important`


## v2.3

### What's Changed
Expand All @@ -14,11 +34,9 @@ _(most recent changes are listed on top):_
- 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`
Expand Down

0 comments on commit f3a673e

Please sign in to comment.