Skip to content

Commit 6d00664

Browse files
committed
🔖 Release: Version 2.1
1 parent 12cf120 commit 6d00664

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fabiancdng/disable-wp-frontend",
3-
"version": "2.1",
3+
"version": "2.1.0",
44
"description": "A simple, lightweight WordPress plugin to disable the WordPress front end in headless environments.",
55
"type": "project",
66
"autoload": {

disable-wp-frontend.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Description: Disables the WordPress front end (public-facing part of the website).
66
Author: Fabian Reinders
77
Author URI: https://github.com/fabiancdng
8-
Version: 2.0.3
8+
Version: 2.1
99
*/
1010

1111
// Exit if accessed directly.

readme.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: fabiancdng
33
Tags: disable, wp frontend, frontend, headless
44
Donate link: https://paypal.me/fabiancdng
55
Requires at least: 6.0
6-
Tested up to: 6.4.2
6+
Tested up to: 6.7.1
77
Requires PHP: 7.4
88

99
Disables the WordPress front end (public-facing part of the website).
@@ -15,6 +15,10 @@ Leaves Dashboard, API, Media Uploads, and Cron untouched.
1515

1616
== Changelog ==
1717

18+
= 2.1 =
19+
* Upgrade yahnis-elsts/plugin-update-checker to v5.5
20+
* Tested up to 6.7.1
21+
1822
= 2.0.3 =
1923
* Include license
2024

0 commit comments

Comments
 (0)