Skip to content

Commit ba92aa1

Browse files
committed
Prepare v3.2
1 parent 0cd2e47 commit ba92aa1

File tree

3 files changed

+31
-1
lines changed

3 files changed

+31
-1
lines changed

Plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ public function getPluginAuthor()
8181

8282
public function getPluginVersion()
8383
{
84-
return '3.1.0';
84+
return '3.2.0';
8585
}
8686

8787
public function getCompatibleVersion()
5.28 MB
Binary file not shown.

changelog.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,35 @@
11
# Changelog
22

3+
## v3.2
4+
5+
_(most recent changes are listed on top):_
6+
- FIX: Code Syntax - `layout.php` - rewrite codeblock
7+
- FIX: Code Syntax - `check.php`
8+
- FIX: Code Syntax - `layout.php`
9+
- FIX: Code Syntax - `title.php`
10+
- FIX: Code Syntax - `metadata.php`
11+
- FIX: Code Syntax - `branding-settings.php`
12+
- FIX: Code Syntax - `about.php`
13+
- FIX: Code Syntax - `about.php`
14+
- FIX: Code Syntax - `index_customizer.php`
15+
- FIX: Code Syntax - `index.php`
16+
- FIX: Code Syntax - `Plugin.php`
17+
- FIX: Code Syntax - `ApplicationBrandingController.php`
18+
- FIX: Code Syntax - `ApplicationBrandingController.php`
19+
- FIX: Code Syntax - README.md
20+
- FIX: CSS Code Syntax
21+
- NEW: Add Code Scanning Tests
22+
- FIX: Markdown Syntax
23+
- FIX: README Navigation Links for GitHub
24+
- FIX: Code Syntax
25+
- NEW: Add Footer Badges to README.md
26+
- NEW: Add Section Navigation Links to README.md
27+
- NEW: Add Badges to README.md
28+
- NEW: Add README Page Navigation Links
29+
- FIX: Content Flow for README.md
30+
- FIX: Content Flow for INSTALL.md
31+
- Create INSTALL.md
32+
333

434
## v3.1
535

0 commit comments

Comments
 (0)