Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/wp-phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ jobs:
strategy:
fail-fast: false
matrix:
php-versions: ['7.2', '8.3', '8.5']
php-versions: ['7.4', '8.3', '8.5']
wp-version: ['latest']
include:
- wp-version: '6.5'
php-versions: '7.2'
php-versions: '7.4'
- wp-version: trunk
php-versions: '8.5'
steps:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
],
"require": {
"php": ">=7.2",
"php": ">=7.4",
"composer/installers": "^1.0 || ^2.0"
},
"require-dev": {
Expand Down
2 changes: 1 addition & 1 deletion indieauth.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: IndieAuth
* Plugin URI: https://github.com/indieweb/wordpress-indieauth/
* Description: IndieAuth is a way to allow users to use their own domain to sign into other websites and services
* Version: 4.5.5
* Version: 4.6.0
* Requires at least: 6.2
* Requires PHP: 7.4
* Requires CP: 2.1
Expand Down
8 changes: 7 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
- Donate link: https://opencollective.com/indieweb
- Tags: IndieAuth, IndieWeb, login, oauth
- Tested up to: 7.0
- Stable tag: 4.5.5
- Stable tag: 4.6.0
- Requires PHP: 7.4
- License: MIT
- License URI: https://opensource.org/licenses/MIT
Expand Down Expand Up @@ -189,6 +189,12 @@ In version 2.0, we added an IndieAuth endpoint to this plugin, which previously

Project and support maintained on github at [indieweb/wordpress-indieauth](https://github.com/indieweb/wordpress-indieauth).

### 4.6.0

* Add FedCM (Federated Credential Management) support
* Fix critical error when client is not found in the taxonomy
* Raise minimum required PHP version to 7.4

### 4.5.5

* Security: Fix CSRF vulnerability in authorization endpoint
Expand Down