Skip to content

Commit 6f99f92

Browse files
committed
Release v1.0.8
1 parent 9f24d1f commit 6f99f92

File tree

5 files changed

+21
-5
lines changed

5 files changed

+21
-5
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,17 @@ 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.8](https://github.com/pigeonposse/fake-admin/compare/1.0.7...1.0.8)
8+
9+
- ADD DOCS [`a6fbfd0`](https://github.com/pigeonposse/fake-admin/commit/a6fbfd0d6369bc64d0c9fe391dc715c0b8506728)
10+
- change tested-up option [`9f24d1f`](https://github.com/pigeonposse/fake-admin/commit/9f24d1f35bdd446196e74480572c6c0c6e47472d)
11+
712
#### [1.0.7](https://github.com/pigeonposse/fake-admin/compare/1.0.6...1.0.7)
813

14+
> 13 February 2024
15+
916
- fix issue for latest wp [`e66fc6a`](https://github.com/pigeonposse/fake-admin/commit/e66fc6a3f5890b18ad5e940137048de34782dddc)
17+
- Release v1.0.7 [`e5b6e4e`](https://github.com/pigeonposse/fake-admin/commit/e5b6e4e45eb3fee5ad9eb2fd687b7a05ebe2cd67)
1018

1119
#### [1.0.6](https://github.com/pigeonposse/fake-admin/compare/1.0.5...1.0.6)
1220

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
██║ ██║██████╔╝██║ ╚═╝ ██║██║██║ ╚████║
3333
╚═╝ ╚═╝╚═════╝ ╚═╝ ╚═╝╚═╝╚═╝ ╚═══╝
3434
35-
VERSION: 1.0.7
35+
VERSION: 1.0.8
3636
AUTHOR: Angelo (https://github.com/AngelEspejo)
3737
REPOSITORY: https://github.com/pigeonposse/fake-admin
3838

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.7",
4+
"version": "1.0.8",
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.7
14+
* Version: 1.0.8
1515
* Author: PigeonPosse collective
1616
* Author URI: https://pigeonposse.com
1717
* Donate link: https://pigeonposse.com/?popup=donate

plugin/readme.txt

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ Tags: security, users, roles, admin, wp-admin, administrator
44
Plugin Name: Fake Admin
55
Plugin URI: https://github.com/pigeonposse/fake-admin
66
Requires at least: 5.3
7-
Tested up to: 6.4.3
8-
Stable tag: 1.0.7
7+
Tested up to: 6.2
8+
Stable tag: 1.0.8
99
Requires PHP: 5.6
1010
License: GPL-3.0-only
1111
License URI: https://github.com/pigeonposse/fake-admin/blob/main/LICENSE
@@ -53,9 +53,17 @@ 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.8](https://github.com/pigeonposse/fake-admin/compare/1.0.7...1.0.8)
57+
58+
- ADD DOCS [`a6fbfd0`](https://github.com/pigeonposse/fake-admin/commit/a6fbfd0d6369bc64d0c9fe391dc715c0b8506728)
59+
- change tested-up option [`9f24d1f`](https://github.com/pigeonposse/fake-admin/commit/9f24d1f35bdd446196e74480572c6c0c6e47472d)
60+
5661
#### [1.0.7](https://github.com/pigeonposse/fake-admin/compare/1.0.6...1.0.7)
5762

63+
> 13 February 2024
64+
5865
- fix issue for latest wp [`e66fc6a`](https://github.com/pigeonposse/fake-admin/commit/e66fc6a3f5890b18ad5e940137048de34782dddc)
66+
- Release v1.0.7 [`e5b6e4e`](https://github.com/pigeonposse/fake-admin/commit/e5b6e4e45eb3fee5ad9eb2fd687b7a05ebe2cd67)
5967

6068
#### [1.0.6](https://github.com/pigeonposse/fake-admin/compare/1.0.5...1.0.6)
6169

0 commit comments

Comments
 (0)