From 5d3890617b86f2b8bb6a238e7fde25a2d4f6cef3 Mon Sep 17 00:00:00 2001 From: Sean Fisher Date: Fri, 12 Jan 2024 12:14:19 -0500 Subject: [PATCH] CHANGELOG and bump to 8.0 --- CHANGELOG.md | 1 + README.md | 2 +- composer.json | 5 ++++- readme.txt | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e46339c..4f0b8bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ All notable changes to `wp-rest-guard` will be documented in this file. ## v1.1.0 - 2024-012-12 +- Drops support for PHP 7.4 and requires PHP 8.0. - Add feature to allow anonymous authentication with a JSON Web Token (JWT). ## v1.0.4 - 2024-01-12 diff --git a/README.md b/README.md index 109af78..f8683b1 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Requires at least: 6.0 Tested up to: 6.0 -Requires PHP: 7.4 +Requires PHP: 8.0 License: GPL v2 or later diff --git a/composer.json b/composer.json index 9d5e8bb..2bf8e8c 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ } ], "require": { - "php": "^7.4|^8.0", + "php": "^8.0", "firebase/php-jwt": "^6.10" }, "require-dev": { @@ -32,6 +32,9 @@ "dealerdirect/phpcodesniffer-composer-installer": true, "pestphp/pest-plugin": true }, + "platform": { + "php": "8.0" + }, "sort-packages": true }, "extra": { diff --git a/readme.txt b/readme.txt index 592efd0..356b11f 100644 --- a/readme.txt +++ b/readme.txt @@ -2,7 +2,7 @@ Stable tag: 1.1.0 Requires at least: 6.0 Tested up to: 6.3 -Requires PHP: 7.4 +Requires PHP: 8.0 License: GPL v2 or later Tags: alleyinteractive, rest-api-guard Contributors: sean212