Skip to content

Commit

Permalink
Prepare v2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
aljawaid committed Jan 22, 2023
1 parent 25ca49d commit c77cb8b
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 @@ -48,7 +48,7 @@ public function getPluginAuthor()

public function getPluginVersion()
{
return '2.0.0';
return '2.5.0';
}

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


## v2.5

### What's Changed

_(most recent changes are listed on top):_
- NEW: Display Actual Colors and Compatibility with ColorManager - Improve Action Details Layout #14
- NEW: Show Message if Project Identifier is Set by Action But Not Configured in Project - Improve Action Details Layout #14
- NEW: Show Message if Project Email Address is Set by Action But Not Configured in Project - Improve Action Details Layout #14
- NEW: Add visual icons for ticks and checkmarks - Improve Action Details Layout #14
- NEW: Add Compatibility for AutoSubtasks Plugin - @creecros - Improve Action Details Layout #14


## v2.0

### What's Changed
Expand Down

0 comments on commit c77cb8b

Please sign in to comment.