Skip to content

Commit

Permalink
Prepare v3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aljawaid committed Apr 17, 2023
1 parent d80d964 commit cdedcbc
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public function getPluginAuthor()

public function getPluginVersion()
{
return '3.0.0';
return '3.1.0';
}

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


## v3.1

### What's Changed

_(most recent changes are listed on top):_
- FIX: Password Reset Styling
- FIX: CSS `font-weight` Property
- FIX: Placeholder Text Color
- FIX: SVG Inside Anchors
- FIX: Switch Unsplash Collection - switch from `random` to `featured`
- FIX: Switch Unsplash Collection - switch from `random` to `featured`
- FIX: Documentation URL was Hardcoded - thanks @alfredbuehler - fixes #10


## v3.0

### What's Changed
Expand Down

0 comments on commit cdedcbc

Please sign in to comment.