diff --git a/onelogin-saml-sso/readme.txt b/onelogin-saml-sso/readme.txt index 33f5f17..6f1364c 100644 --- a/onelogin-saml-sso/readme.txt +++ b/onelogin-saml-sso/readme.txt @@ -22,6 +22,9 @@ To mitigate that bug, place the script at the root of wordpress and execute it ( == Changelog == += 3.1.2 = +* Minor fix to extract all sites for the multi-site features + = 3.1.1 = * Multisites: Add the option to automatically enroll users on sites when a SAML Network setting enabled * Fix #86. Set default role when not provided only on create action diff --git a/onelogin-saml-sso/version.json b/onelogin-saml-sso/version.json index 2cc0ba1..5d91043 100644 --- a/onelogin-saml-sso/version.json +++ b/onelogin-saml-sso/version.json @@ -6,7 +6,7 @@ "plugin": { "app": "wordpress", "name": "onelogin-saml-sso", - "version": "3.1.1", - "released": "26/12/2019" + "version": "3.1.2", + "released": "17/01/2020" } }