Skip to content

Commit 16450be

Browse files
committed
v1.4.1
1 parent 9806cec commit 16450be

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"minimum-stability": "stable",
55
"type": "library",
66
"require": {
7-
"php": ">=7.4.0",
8-
"mohammad-waleed/keycloak-admin-client": "^0.34.0",
7+
"php": ">=8.0",
8+
"mohammad-waleed/keycloak-admin-client": "^0.37.0",
99
"web-token/jwt-key-mgmt": ">=1.0 <3.0"
1010
}
1111
}

docs/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Changelog
22
=========
33

4+
1.4.1 (Jan 18, 2024)
5+
--------------------
6+
- Fix: API communication error with Keycloak 23: `cURL error 25: Chunky upload is not supported by HTTP 1.0`
7+
- Chg: Updated library `mohammad-waleed/keycloak-admin-client` from 0.34 to 0.37
8+
49
1.4.0 (Jan 16, 2024)
510
--------------------
611
- Chg: Require PHP 8.0 or later

module.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"auth",
77
"keycloak"
88
],
9-
"version": "1.4.0",
9+
"version": "1.4.1",
1010
"humhub": {
1111
"minVersion": "1.15"
1212
},

0 commit comments

Comments
 (0)