Skip to content
Snippets Groups Projects
Commit 2dd0677e authored by Tim van Dijen's avatar Tim van Dijen
Browse files

negotiate: fix a bug that would render the module useless with old UI

parent 7082d518
No related branches found
No related tags found
No related merge requests found
...@@ -1455,16 +1455,16 @@ ...@@ -1455,16 +1455,16 @@
}, },
{ {
"name": "simplesamlphp/simplesamlphp-module-negotiate", "name": "simplesamlphp/simplesamlphp-module-negotiate",
"version": "v0.9.9", "version": "v0.9.10",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/simplesamlphp/simplesamlphp-module-negotiate.git", "url": "https://github.com/simplesamlphp/simplesamlphp-module-negotiate.git",
"reference": "68c9a1a2b81c68978ba6cfe19f0a7527300768ba" "reference": "db05ff40399c66e3f14697a8162da6b2fbdab47d"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-negotiate/zipball/68c9a1a2b81c68978ba6cfe19f0a7527300768ba", "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-negotiate/zipball/db05ff40399c66e3f14697a8162da6b2fbdab47d",
"reference": "68c9a1a2b81c68978ba6cfe19f0a7527300768ba", "reference": "db05ff40399c66e3f14697a8162da6b2fbdab47d",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -1504,7 +1504,7 @@ ...@@ -1504,7 +1504,7 @@
"negotiate", "negotiate",
"simplesamlphp" "simplesamlphp"
], ],
"time": "2020-08-03T13:02:36+00:00" "time": "2021-01-22T13:36:09+00:00"
}, },
{ {
"name": "simplesamlphp/simplesamlphp-module-oauth", "name": "simplesamlphp/simplesamlphp-module-oauth",
...@@ -4255,12 +4255,12 @@ ...@@ -4255,12 +4255,12 @@
"version": "1.5.0", "version": "1.5.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/webmozart/assert.git", "url": "https://github.com/webmozarts/assert.git",
"reference": "88e6d84706d09a236046d686bbea96f07b3a34f4" "reference": "88e6d84706d09a236046d686bbea96f07b3a34f4"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/webmozart/assert/zipball/88e6d84706d09a236046d686bbea96f07b3a34f4", "url": "https://api.github.com/repos/webmozarts/assert/zipball/88e6d84706d09a236046d686bbea96f07b3a34f4",
"reference": "88e6d84706d09a236046d686bbea96f07b3a34f4", "reference": "88e6d84706d09a236046d686bbea96f07b3a34f4",
"shasum": "" "shasum": ""
}, },
......
...@@ -6,6 +6,13 @@ SimpleSAMLphp changelog ...@@ -6,6 +6,13 @@ SimpleSAMLphp changelog
This document lists the changes between versions of SimpleSAMLphp. This document lists the changes between versions of SimpleSAMLphp.
See the upgrade notes for specific information about upgrading. See the upgrade notes for specific information about upgrading.
## Version 1.19.1
Released TBD
### negotiate
* Fix a bug that was breaking the module when using the old UI
## Version 1.19.0 ## Version 1.19.0
Released 2021-01-21 Released 2021-01-21
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment