Skip to content

Commit cc82733

Browse files
committed
Release v1.0.6
1 parent 67f69cd commit cc82733

File tree

5 files changed

+26
-12
lines changed

5 files changed

+26
-12
lines changed

β€ŽCHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,16 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7+
#### [1.0.6](https://github.com/pigeonposse/fake-admin/compare/1.0.5...1.0.6)
8+
9+
- update reame [`67f69cd`](https://github.com/pigeonposse/fake-admin/commit/67f69cd5fa11b6eb0d3bc42e000d1458d26e1408)
10+
711
#### [1.0.5](https://github.com/pigeonposse/fake-admin/compare/1.0.4...1.0.5)
812

13+
> 27 April 2023
14+
915
- Fix contributors readme issues πŸ¦πŸš€ [`6847b73`](https://github.com/pigeonposse/fake-admin/commit/6847b7361c757cd1496ac9ede864ba45238ead29)
16+
- Release v1.0.5 [`32cd18b`](https://github.com/pigeonposse/fake-admin/commit/32cd18b46c72b95dab046167e92a240a8ee6df9d)
1017

1118
#### [1.0.4](https://github.com/pigeonposse/fake-admin/compare/1.0.3...1.0.4)
1219

β€ŽREADME.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
β–ˆβ–ˆβ•‘ β–ˆβ–ˆβ•‘β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•”β•β–ˆβ–ˆβ•‘ β•šβ•β• β–ˆβ–ˆβ•‘β–ˆβ–ˆβ•‘β–ˆβ–ˆβ•‘ β•šβ–ˆβ–ˆβ–ˆβ–ˆβ•‘
3333
β•šβ•β• β•šβ•β•β•šβ•β•β•β•β•β• β•šβ•β• β•šβ•β•β•šβ•β•β•šβ•β• β•šβ•β•β•β•
3434
35-
VERSION: 1.0.5
35+
VERSION: 1.0.6
3636
AUTHOR: Angelo (https://github.com/AngelEspejo)
3737
REPOSITORY: https://github.com/pigeonposse/fake-admin
3838
@@ -61,15 +61,15 @@ DEVELOPED BY PIGEONPOSSE 🐦🌈
6161

6262
πŸ•΅οΈβ€β™€οΈπŸ”Œ Wordpress plugin that prevents your admin user from being exposed to the public.
6363

64-
###
64+
### Protect Your WordPress Admin User with FakeAdmin
6565

66-
Have you ever published a post or page on WordPress from your admin account without realizing that you are exposing your admin user to the public? πŸ™ˆ It is a common mistake as well as frustrating, especially if your blog is personal and you are the administrator and blog writer.
66+
Have you ever published a post or page on _WordPress_ from your admin account without realizing that you are exposing your admin user to the public? πŸ™ˆ It is a common mistake as well as frustrating, especially if your blog is personal and you are the **administrator** and blog writer.
6767

68-
Do not care anymore! πŸ€— With FakeAdmin you can prevent your admin user from being publicly exposed.
68+
Do not care anymore! πŸ€— With **FakeAdmin** you can prevent your admin user from being publicly exposed.
6969

7070
### How does it work?
7171

72-
The plugin allows you to create a "ghost" user that looks like your admin user, but without the ability to create or edit anything. Once the *FakeAdmin* user is created, as an administrator, you can work on your WordPress site without worrying about exposing your admin user to the public. Everything you create or edit will be attributed to the user FakeAdmin and the security of your site will not be compromised.
72+
The plugin allows you to create a _"ghost"_ user that looks like your admin user, but without the ability to create or edit anything. Once the **FakeAdmin** user is created, as an administrator, you can work on your _WordPress_ site without worrying about exposing your admin user to the public. Everything you create or edit will be attributed to the user **FakeAdmin** and the security of your site will not be compromised.
7373

7474
It's a simple and effective solution! Now you can work on your site with peace of mind knowing that you are protecting you.
7575

β€Žpackage.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "fake-admin",
4-
"version": "1.0.5",
4+
"version": "1.0.6",
55
"type": "module",
66
"main": "plugin/fake-admin.php",
77
"engines": {

β€Žplugin/fake-admin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* @wordpress-plugin
1212
* Plugin Name: Fake Admin
1313
* 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.5
14+
* Version: 1.0.6
1515
* Author: PigeonPosse collective
1616
* Author URI: https://pigeonposse.com
1717
* Donate link: https://pigeonposse.com/?popup=donate

β€Žplugin/readme.txt

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Plugin Name: Fake Admin
55
Plugin URI: https://github.com/pigeonposse/fake-admin
66
Requires at least: 5.3
77
Tested up to: 6.2
8-
Stable tag: 1.0.5
8+
Stable tag: 1.0.6
99
Requires PHP: 5.6
1010
License: GPL-3.0-only
1111
License URI: https://github.com/pigeonposse/fake-admin/blob/main/LICENSE
@@ -16,15 +16,15 @@ Donate link: https://pigeonposse.com/?popup=donate
1616

1717
πŸ•΅οΈβ€β™€οΈπŸ”Œ Wordpress plugin that prevents your admin user from being exposed to the public.
1818

19-
###
19+
### Protect Your WordPress Admin User with FakeAdmin
2020

21-
Have you ever published a post or page on WordPress from your admin account without realizing that you are exposing your admin user to the public? πŸ™ˆ It is a common mistake as well as frustrating, especially if your blog is personal and you are the administrator and blog writer.
21+
Have you ever published a post or page on _WordPress_ from your admin account without realizing that you are exposing your admin user to the public? πŸ™ˆ It is a common mistake as well as frustrating, especially if your blog is personal and you are the **administrator** and blog writer.
2222

23-
Do not care anymore! πŸ€— With FakeAdmin you can prevent your admin user from being publicly exposed.
23+
Do not care anymore! πŸ€— With **FakeAdmin** you can prevent your admin user from being publicly exposed.
2424

2525
### How does it work?
2626

27-
The plugin allows you to create a "ghost" user that looks like your admin user, but without the ability to create or edit anything. Once the *FakeAdmin* user is created, as an administrator, you can work on your WordPress site without worrying about exposing your admin user to the public. Everything you create or edit will be attributed to the user FakeAdmin and the security of your site will not be compromised.
27+
The plugin allows you to create a _"ghost"_ user that looks like your admin user, but without the ability to create or edit anything. Once the **FakeAdmin** user is created, as an administrator, you can work on your _WordPress_ site without worrying about exposing your admin user to the public. Everything you create or edit will be attributed to the user **FakeAdmin** and the security of your site will not be compromised.
2828

2929
It's a simple and effective solution! Now you can work on your site with peace of mind knowing that you are protecting you.
3030

@@ -53,9 +53,16 @@ All notable changes to this project will be documented in this file. Dates are d
5353

5454
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
5555

56+
#### [1.0.6](https://github.com/pigeonposse/fake-admin/compare/1.0.5...1.0.6)
57+
58+
- update reame [`67f69cd`](https://github.com/pigeonposse/fake-admin/commit/67f69cd5fa11b6eb0d3bc42e000d1458d26e1408)
59+
5660
#### [1.0.5](https://github.com/pigeonposse/fake-admin/compare/1.0.4...1.0.5)
5761

62+
> 27 April 2023
63+
5864
- Fix contributors readme issues πŸ¦πŸš€ [`6847b73`](https://github.com/pigeonposse/fake-admin/commit/6847b7361c757cd1496ac9ede864ba45238ead29)
65+
- Release v1.0.5 [`32cd18b`](https://github.com/pigeonposse/fake-admin/commit/32cd18b46c72b95dab046167e92a240a8ee6df9d)
5966

6067
#### [1.0.4](https://github.com/pigeonposse/fake-admin/compare/1.0.3...1.0.4)
6168

0 commit comments

Comments
Β (0)