diff --git a/composer.json b/composer.json index fae0c3a7a12e2f4141e8b9fa39ec235bac009870..42a00b7903758b4c761ff1c61dd20cadb73e9035 100644 --- a/composer.json +++ b/composer.json @@ -5,7 +5,7 @@ "keywords": [ "saml2", "shibboleth","oauth","ws-federation","sp","idp" ], "homepage": "http://simplesamlphp.org", "license": "LGPL-2.1-or-later", - "version": "v1.19.2", + "version": "v1.19.3", "authors": [ { "name": "Andreas Ă…kre Solberg", diff --git a/composer.lock b/composer.lock index 14fb76b83dfd229144f15459b6dc83ab44bfda48..4e57611d147ef7e0a7f926c3114c85fcb6c49198 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "9d5f31865b786240b29aeb142ebe5f97", + "content-hash": "8a82f5324da68ab43d86edbba8c44678", "packages": [ { "name": "gettext/gettext", @@ -6976,7 +6976,6 @@ "type": "github" } ], - "abandoned": true, "time": "2020-11-30T07:30:19+00:00" }, { diff --git a/docs/simplesamlphp-changelog.md b/docs/simplesamlphp-changelog.md index c962ba052239cb19b9941fe51a770f96ca01cad1..922ae522006fd8550145ba256f05b82ecab9f6cd 100644 --- a/docs/simplesamlphp-changelog.md +++ b/docs/simplesamlphp-changelog.md @@ -8,7 +8,7 @@ See the upgrade notes for specific information about upgrading. ## Version 1.19.3 -Released TBD +Released 2021-10-28 * Fixed a wrong variable name introduced in v1.19.2 (#1480) that rendered the PHP session handler useless. diff --git a/extra/simplesamlphp.spec b/extra/simplesamlphp.spec index f54ed84c368f31e83dcb2676d25403dba3899f5f..9396bc09cdd023ee7f3a3047eabc0d4045192717 100644 --- a/extra/simplesamlphp.spec +++ b/extra/simplesamlphp.spec @@ -1,6 +1,6 @@ %define name simplesamlphp %define summary SAML IDP/SP written in PHP -%define version 1.19.2 +%define version 1.19.3 %define release 1 %define license LGPL 2.1 %define group Networking/WWW diff --git a/lib/SimpleSAML/Configuration.php b/lib/SimpleSAML/Configuration.php index 99d235c845f8d79b489d3d0deb7025ce4a23d63b..5aaa5b300ce034e44cbfa321b7118c06807a96d6 100644 --- a/lib/SimpleSAML/Configuration.php +++ b/lib/SimpleSAML/Configuration.php @@ -19,7 +19,7 @@ class Configuration implements Utils\ClearableState /** * The release version of this package */ - public const VERSION = '1.19.2'; + public const VERSION = '1.19.3'; /** * A default value which means that the given option is required.