diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a86b34..3623605 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Stanford SSP +8.x-1.2 +-------------------------------------------------------------------------------- +_Release Date: 2020-02-05 + +- Added a redirection route from /sso/login to /saml_login +- Fix role mapping form ajax (D8CORE-1243) +- Adjusted login screen to improve portal style (D8CORE-1024) +- Fixed config form (D8CORE-1263) + + + +8.x-1.1 +-------------------------------------------------------------------------------- +_Release Date: 2019-10-30 + +- Fixed core requirements info.yml + + 8.x-1.0 -------------------------------------------------------------------------------- _Release Date: 2019-10-30_ diff --git a/README.md b/README.md index d46be05..29c9682 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # [Stanford Simple SAML PHP](https://github.com/SU-SWS/stanford_ssp) -##### Version: 8.x +##### Version: 8.x-1.2 [![CircleCI](https://circleci.com/gh/SU-SWS/stanford_ssp.svg?style=svg)](https://circleci.com/gh/SU-SWS/stanford_ssp) [![Maintainability](https://api.codeclimate.com/v1/badges/d597c026202dc075d677/maintainability)](https://codeclimate.com/github/SU-SWS/stanford_ssp/maintainability) diff --git a/stanford_ssp.info.yml b/stanford_ssp.info.yml index 7eb0bc5..9ff9b3f 100644 --- a/stanford_ssp.info.yml +++ b/stanford_ssp.info.yml @@ -3,7 +3,7 @@ description: Configures SimpleSAML PHP auth to work in Stanford web environment core: 8.x core_version_requirement: ^8 || ^9 type: module -version: 8.x-1.x-dev +version: 8.x-1.2 package: Stanford dependencies: - simplesamlphp_auth:simplesamlphp_auth