File tree Expand file tree Collapse file tree 5 files changed +18
-4
lines changed Expand file tree Collapse file tree 5 files changed +18
-4
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,15 @@ All notable changes to this project will be documented in this file. Dates are d
4
4
5
5
Generated by [ ` auto-changelog ` ] ( https://github.com/CookPete/auto-changelog ) .
6
6
7
+ #### [ 1.0.7] ( https://github.com/pigeonposse/fake-admin/compare/1.0.6...1.0.7 )
8
+
9
+ - fix issue for latest wp [ ` e66fc6a ` ] ( https://github.com/pigeonposse/fake-admin/commit/e66fc6a3f5890b18ad5e940137048de34782dddc )
10
+
7
11
#### [ 1.0.6] ( https://github.com/pigeonposse/fake-admin/compare/1.0.5...1.0.6 )
8
12
13
+ > 27 April 2023
14
+
15
+ - Release v1.0.6 [ ` cc82733 ` ] ( https://github.com/pigeonposse/fake-admin/commit/cc827332233a41f3c1f504ab728c449057320294 )
9
16
- update reame [ ` 67f69cd ` ] ( https://github.com/pigeonposse/fake-admin/commit/67f69cd5fa11b6eb0d3bc42e000d1458d26e1408 )
10
17
11
18
#### [ 1.0.5] ( https://github.com/pigeonposse/fake-admin/compare/1.0.4...1.0.5 )
Original file line number Diff line number Diff line change 32
32
██║ ██║██████╔╝██║ ╚═╝ ██║██║██║ ╚████║
33
33
╚═╝ ╚═╝╚═════╝ ╚═╝ ╚═╝╚═╝╚═╝ ╚═══╝
34
34
35
- VERSION: 1.0.6
35
+ VERSION: 1.0.7
36
36
AUTHOR: Angelo (https://github.com/AngelEspejo)
37
37
REPOSITORY: https://github.com/pigeonposse/fake-admin
38
38
Original file line number Diff line number Diff line change 1
1
{
2
2
"private" : true ,
3
3
"name" : " fake-admin" ,
4
- "version" : " 1.0.6 " ,
4
+ "version" : " 1.0.7 " ,
5
5
"type" : " module" ,
6
6
"main" : " plugin/fake-admin.php" ,
7
7
"engines" : {
Original file line number Diff line number Diff line change 11
11
* @wordpress-plugin
12
12
* Plugin Name: Fake Admin
13
13
* Description: 🕵️♀️🔌 Prevent your administrator user from being exposed to the public with just a few clicks. Create a user or change the role of an existing one to Fake-Admin and you're done! easy to use and very practical.
14
- * Version: 1.0.6
14
+ * Version: 1.0.7
15
15
* Author: PigeonPosse collective
16
16
* Author URI: https://pigeonposse.com
17
17
* Donate link: https://pigeonposse.com/?popup=donate
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Plugin Name: Fake Admin
5
5
Plugin URI: https://github.com/pigeonposse/fake-admin
6
6
Requires at least: 5.3
7
7
Tested up to: 6.2
8
- Stable tag: 1.0.6
8
+ Stable tag: 1.0.7
9
9
Requires PHP: 5.6
10
10
License: GPL-3.0-only
11
11
License URI: https://github.com/pigeonposse/fake-admin/blob/main/LICENSE
@@ -53,8 +53,15 @@ All notable changes to this project will be documented in this file. Dates are d
53
53
54
54
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
55
55
56
+ #### [1.0.7](https://github.com/pigeonposse/fake-admin/compare/1.0.6...1.0.7)
57
+
58
+ - fix issue for latest wp [`e66fc6a`](https://github.com/pigeonposse/fake-admin/commit/e66fc6a3f5890b18ad5e940137048de34782dddc)
59
+
56
60
#### [1.0.6](https://github.com/pigeonposse/fake-admin/compare/1.0.5...1.0.6)
57
61
62
+ > 27 April 2023
63
+
64
+ - Release v1.0.6 [`cc82733`](https://github.com/pigeonposse/fake-admin/commit/cc827332233a41f3c1f504ab728c449057320294)
58
65
- update reame [`67f69cd`](https://github.com/pigeonposse/fake-admin/commit/67f69cd5fa11b6eb0d3bc42e000d1458d26e1408)
59
66
60
67
#### [1.0.5](https://github.com/pigeonposse/fake-admin/compare/1.0.4...1.0.5)
You can’t perform that action at this time.
0 commit comments