Skip to content

Commit

Permalink
CHANGELOG and bump to 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
srtfisher committed Jan 12, 2024
1 parent 97ec2ca commit 5d38906
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
}
],
"require": {
"php": "^7.4|^8.0",
"php": "^8.0",
"firebase/php-jwt": "^6.10"
},
"require-dev": {
Expand All @@ -32,6 +32,9 @@
"dealerdirect/phpcodesniffer-composer-installer": true,
"pestphp/pest-plugin": true
},
"platform": {
"php": "8.0"
},
"sort-packages": true
},
"extra": {
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5d38906

Please sign in to comment.