From 790a042f2d16a086a563793dab0eeb6a5a8c4e70 Mon Sep 17 00:00:00 2001 From: Sixto Martin Date: Tue, 2 Mar 2021 12:05:02 +0100 Subject: [PATCH] Release 2.19.1 --- CHANGELOG | 3 +++ lib/Saml2/version.json | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index b617b502..08a1a53a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,8 @@ CHANGELOG ========= +v.2.19.1 +* [#467](https://github.com/onelogin/php-saml/issues/467) Fix bug on getSelfRoutedURLNoQuery method + v.2.19.0 * [#412](https://github.com/onelogin/php-saml/pull/412) Empty instead of unset the $_SESSION variable * [#433](https://github.com/onelogin/php-saml/issues/443) Fix Incorrect Destination in LogoutResponse when using responseUrl #443 diff --git a/lib/Saml2/version.json b/lib/Saml2/version.json index 5bec39fa..ac6f7011 100644 --- a/lib/Saml2/version.json +++ b/lib/Saml2/version.json @@ -1,6 +1,6 @@ { "php-saml": { - "version": "2.19.0", - "released": "26/11/2020" + "version": "2.19.1", + "released": "02/03/2021" } }