Skip to content

Commit 9f77a5d

Browse files
committed
Release v1.0.2
1 parent 411e3ef commit 9f77a5d

File tree

5 files changed

+13
-4
lines changed

5 files changed

+13
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,18 @@ 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.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+
713
#### [1.0.1](https://github.com/pigeonposse/fake-admin/compare/1.0.0...1.0.1)
814

15+
> 13 March 2023
16+
917
- 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)
1019
- plugin to wordpress.org 🐦🌐 [`731eab1`](https://github.com/pigeonposse/fake-admin/commit/731eab1f10c0d4262fcd46faf4cf9732f06a2ef2)
1120

1221
### [1.0.0](https://github.com/pigeonposse/fake-admin/compare/0.0.8...1.0.0)

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.1
35+
VERSION: 1.0.2
3636
AUTHOR: Angelo (https://github.com/Angelo)
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.1",
4+
"version": "1.0.2",
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.1
14+
* Version: 1.0.2
1515
* Author: Angelo
1616
* Author URI: https://pigeonposse.com
1717
* Donate link: https://pigeonposse.com/?popup=donate

plugin/readme.txt

Lines changed: 1 addition & 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.1
8+
Stable tag: 1.0.2
99
Requires PHP: 5.6
1010
License: GPL-3.0-only
1111
License URI: https://github.com/pigeonposse/fake-admin/blob/main/LICENSE

0 commit comments

Comments
 (0)