Skip to content

Commit e5b6e4e

Browse files
committed
Release v1.0.7
1 parent e66fc6a commit e5b6e4e

File tree

5 files changed

+18
-4
lines changed

5 files changed

+18
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,15 @@ 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.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+
711
#### [1.0.6](https://github.com/pigeonposse/fake-admin/compare/1.0.5...1.0.6)
812

13+
> 27 April 2023
14+
15+
- Release v1.0.6 [`cc82733`](https://github.com/pigeonposse/fake-admin/commit/cc827332233a41f3c1f504ab728c449057320294)
916
- update reame [`67f69cd`](https://github.com/pigeonposse/fake-admin/commit/67f69cd5fa11b6eb0d3bc42e000d1458d26e1408)
1017

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

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

plugin/readme.txt

Lines changed: 8 additions & 1 deletion
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.6
8+
Stable tag: 1.0.7
99
Requires PHP: 5.6
1010
License: GPL-3.0-only
1111
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
5353

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

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+
5660
#### [1.0.6](https://github.com/pigeonposse/fake-admin/compare/1.0.5...1.0.6)
5761

62+
> 27 April 2023
63+
64+
- Release v1.0.6 [`cc82733`](https://github.com/pigeonposse/fake-admin/commit/cc827332233a41f3c1f504ab728c449057320294)
5865
- update reame [`67f69cd`](https://github.com/pigeonposse/fake-admin/commit/67f69cd5fa11b6eb0d3bc42e000d1458d26e1408)
5966

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

0 commit comments

Comments
 (0)