File tree Expand file tree Collapse file tree 5 files changed +13
-4
lines changed Expand file tree Collapse file tree 5 files changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,18 @@ 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.2] ( https://github.com/pigeonposse/fake-admin/compare/1.0.1...1.0.2 )
8
+
9
+ - Add WP requirements 🚀 [ ` d6ca928 ` ] ( https://github.com/pigeonposse/fake-admin/commit/d6ca928c065e62d734692ffba712fd316e32c4d4 )
10
+ - Create .pigeonposse.yml [ ` 5df1382 ` ] ( https://github.com/pigeonposse/fake-admin/commit/5df1382fbfc0b6ffb35794cb2a8878574a0a2378 )
11
+ - Add WP requirements 🚀 [ ` 411e3ef ` ] ( https://github.com/pigeonposse/fake-admin/commit/411e3ef2b3a45ceaa9fb0e144b8f5819c9f2b2b5 )
12
+
7
13
#### [ 1.0.1] ( https://github.com/pigeonposse/fake-admin/compare/1.0.0...1.0.1 )
8
14
15
+ > 13 March 2023
16
+
9
17
- plugin to wordpress.org 🐦🌐 [ ` 291df28 ` ] ( https://github.com/pigeonposse/fake-admin/commit/291df284565ec3c3fb8b232fe328b68349b86245 )
18
+ - Release v1.0.1 [ ` 20062e3 ` ] ( https://github.com/pigeonposse/fake-admin/commit/20062e3d202edcad124f3f6871e64733e9b64170 )
10
19
- plugin to wordpress.org 🐦🌐 [ ` 731eab1 ` ] ( https://github.com/pigeonposse/fake-admin/commit/731eab1f10c0d4262fcd46faf4cf9732f06a2ef2 )
11
20
12
21
### [ 1.0.0] ( https://github.com/pigeonposse/fake-admin/compare/0.0.8...1.0.0 )
Original file line number Diff line number Diff line change 32
32
██║ ██║██████╔╝██║ ╚═╝ ██║██║██║ ╚████║
33
33
╚═╝ ╚═╝╚═════╝ ╚═╝ ╚═╝╚═╝╚═╝ ╚═══╝
34
34
35
- VERSION: 1.0.1
35
+ VERSION: 1.0.2
36
36
AUTHOR: Angelo (https://github.com/Angelo)
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.1 " ,
4
+ "version" : " 1.0.2 " ,
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.1
14
+ * Version: 1.0.2
15
15
* Author: Angelo
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.1
8
+ Stable tag: 1.0.2
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
You can’t perform that action at this time.
0 commit comments