Skip to content

Commit bd6c9f5

Browse files
committed
🔖 Release: Version 2.1.1
1 parent f0c3d4f commit bd6c9f5

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
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.0",
3+
"version": "2.1.1",
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.1
8+
Version: 2.1.1
99
*/
1010

1111
// Exit if accessed directly.

readme.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ Leaves Dashboard, API, Media Uploads, and Cron untouched.
1515

1616
== Changelog ==
1717

18+
= 2.1.1 =
19+
* Fix: Critical error related to PUC
20+
1821
= 2.1 =
1922
* Upgrade yahnis-elsts/plugin-update-checker to v5.5
2023
* Tested up to 6.7.1

0 commit comments

Comments
 (0)