Skip to content

Commit 90cb1c0

Browse files
committed
Prepare v2.6
1 parent ec5fd66 commit 90cb1c0

File tree

3 files changed

+25
-1
lines changed

3 files changed

+25
-1
lines changed

Plugin.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public function getPluginAuthor()
4545

4646
public function getPluginVersion()
4747
{
48-
return '2.5.0';
48+
return '2.6.0';
4949
}
5050

5151
public function getCompatibleVersion()

Releases/AutomaticActionUX-2.6.zip

294 KB
Binary file not shown.

changelog.md

+24
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,30 @@
11
# Changelog
22

33

4+
## v2.6
5+
6+
_(most recent changes are listed on top):_
7+
- FIX: Code Structure
8+
- FIX: Move Icon - exclude from release package
9+
- FIX: Code Syntax - `actions.php`
10+
- FIX: Code Syntax - `index.php`
11+
- FIX: CSS Code Syntax
12+
- FIX: Markdown Code Syntax & Line Endings - `changelog.md`
13+
- NEW: Add Code Scanning Badges to README.md
14+
- FIX: README Navigation Links for GitHub
15+
- FIX: Code Syntax
16+
- FIX: Markdown Code Syntax
17+
- FIX: Code Syntax, Line Endings & Spaces
18+
- FIX: Line Endings & Spaces
19+
- NEW: Add Footer Badges to README.md
20+
- NEW: Add Section Navigation Links to README.md
21+
- NEW: Add Badges to README.md
22+
- Update README.md
23+
- FIX: Add README Page Navigation Links
24+
- FIX: Content Flow for README.md
25+
- Create INSTALL.md
26+
27+
428
## v2.5
529

630
_(most recent changes are listed on top):_

0 commit comments

Comments
 (0)