Skip to content

Commit ae0e23d

Browse files
authored
Bump version to 4.6.0 and raise minimum PHP to 7.4 (#308)
* Bump version to 4.6.0 and raise minimum PHP to 7.4 * Raise phpunit CI matrix minimum PHP to 7.4
1 parent 4adced1 commit ae0e23d

4 files changed

Lines changed: 11 additions & 5 deletions

File tree

.github/workflows/wp-phpunit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ jobs:
3232
strategy:
3333
fail-fast: false
3434
matrix:
35-
php-versions: ['7.2', '8.3', '8.5']
35+
php-versions: ['7.4', '8.3', '8.5']
3636
wp-version: ['latest']
3737
include:
3838
- wp-version: '6.5'
39-
php-versions: '7.2'
39+
php-versions: '7.4'
4040
- wp-version: trunk
4141
php-versions: '8.5'
4242
steps:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
}
1515
],
1616
"require": {
17-
"php": ">=7.2",
17+
"php": ">=7.4",
1818
"composer/installers": "^1.0 || ^2.0"
1919
},
2020
"require-dev": {

indieauth.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: IndieAuth
44
* Plugin URI: https://github.com/indieweb/wordpress-indieauth/
55
* Description: IndieAuth is a way to allow users to use their own domain to sign into other websites and services
6-
* Version: 4.5.5
6+
* Version: 4.6.0
77
* Requires at least: 6.2
88
* Requires PHP: 7.4
99
* Requires CP: 2.1

readme.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
- Donate link: https://opencollective.com/indieweb
55
- Tags: IndieAuth, IndieWeb, login, oauth
66
- Tested up to: 7.0
7-
- Stable tag: 4.5.5
7+
- Stable tag: 4.6.0
88
- Requires PHP: 7.4
99
- License: MIT
1010
- License URI: https://opensource.org/licenses/MIT
@@ -189,6 +189,12 @@ In version 2.0, we added an IndieAuth endpoint to this plugin, which previously
189189

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

192+
### 4.6.0
193+
194+
* Add FedCM (Federated Credential Management) support
195+
* Fix critical error when client is not found in the taxonomy
196+
* Raise minimum required PHP version to 7.4
197+
192198
### 4.5.5
193199

194200
* Security: Fix CSRF vulnerability in authorization endpoint

0 commit comments

Comments
 (0)