Skip to content

Commit

Permalink
Prepare v2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
aljawaid committed May 21, 2023
1 parent ec5fd66 commit 90cb1c0
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public function getPluginAuthor()

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

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


## v2.6

_(most recent changes are listed on top):_
- FIX: Code Structure
- FIX: Move Icon - exclude from release package
- FIX: Code Syntax - `actions.php`
- FIX: Code Syntax - `index.php`
- FIX: CSS Code Syntax
- FIX: Markdown Code Syntax & Line Endings - `changelog.md`
- NEW: Add Code Scanning Badges to README.md
- FIX: README Navigation Links for GitHub
- FIX: Code Syntax
- FIX: Markdown Code Syntax
- FIX: Code Syntax, Line Endings & Spaces
- FIX: Line Endings & Spaces
- NEW: Add Footer Badges to README.md
- NEW: Add Section Navigation Links to README.md
- NEW: Add Badges to README.md
- Update README.md
- FIX: Add README Page Navigation Links
- FIX: Content Flow for README.md
- Create INSTALL.md


## v2.5

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

0 comments on commit 90cb1c0

Please sign in to comment.