Skip to content

Commit 7a2e422

Browse files
committed
Prepare v2.0
1 parent 5914993 commit 7a2e422

File tree

3 files changed

+45
-1
lines changed

3 files changed

+45
-1
lines changed

Plugin.php

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

7878
public function getPluginVersion()
7979
{
80-
return '1.0.0';
80+
return '2.0.0';
8181
}
8282

8383
public function getCompatibleVersion()
5.27 MB
Binary file not shown.

changelog.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,50 @@
11
# Changelog
22

33

4+
## v2.0
5+
6+
### What's Changed
7+
8+
_(most recent changes are listed on top):_
9+
- FIX: Typos
10+
- NEW: Make Unsplash Background as Option
11+
- FIX: Settings form layout
12+
- HTML Fixes
13+
- FIX: Translation wording
14+
- FIX: Translation wording
15+
- FIX: Missing translation
16+
- Customizer Compatibility - Add functionality - thanks @axb21
17+
- Customizer Compatibility - Add hook for Custom Note feature - relates to https://github.com/creecros/Customizer/issues/141
18+
- FIX: HTML5 Standard for `rel`
19+
- Add Better Link
20+
- Remove Manual Edits Section from README.md
21+
- Add Manual Edits Section
22+
- FIX: GitHub Link
23+
- FIX: Colour Variables
24+
- FIX: Translation Link in Metadata Page
25+
- FIX: Translation Link in Settings
26+
- FIX: Translation Link in Settings
27+
- NEW: Add Manual Edits Section in Settings
28+
- NEW: Add Manual Edits Page
29+
- NEW: Add Rewrite URL for Manual Edits Page
30+
- Better FIX: Move `Save Settings` Button - move to where settings actually are
31+
- FIX: Deleted Style for Textarea
32+
- New 2FA Page - closes #6 - thanks @axb21
33+
- FIX: User IP `localhost` in Reset Password Page
34+
- Show `localhost` IP in Tooltip
35+
- NEW: Make login/password/2fa sections center of screen
36+
- NEW: Select Input on Mouseover - this will save a mouse click when selecting fields in login, password and two-factor pages
37+
- FIX: Logo Top Margin
38+
- FIX: Add Missing `alt` Attribute
39+
- FIX: Add Missing `alt` Attribute
40+
- New 2FA Page: Build Form: Add Logo and Title
41+
- NEW: Add `en_GB` Translations
42+
- NEW: Add Translation String Override for 2FA Page Title
43+
- NEW: Add Logout Button to Cancel 2FA
44+
- NEW: Add Rewrite URL for 2FA Security Check
45+
- FIX: `localhost` IPs were not clarified - fixes Ignore localhost as IP Address #5 - thanks @axb21
46+
47+
448
## v1.0
549

650
### What's Changed

0 commit comments

Comments
 (0)