Skip to content
Snippets Groups Projects
Commit de8dac30 authored by Thijs Kinkhorst's avatar Thijs Kinkhorst
Browse files

Update changelog for changes between rc1 and rc2.

parent 840f2242
No related branches found
No related tags found
No related merge requests found
...@@ -27,6 +27,7 @@ Released TBD ...@@ -27,6 +27,7 @@ Released TBD
* Added ability to define additional attributes on ContactPerson elements * Added ability to define additional attributes on ContactPerson elements
in metatada, e.g. for use in Sirtfi contacts. in metatada, e.g. for use in Sirtfi contacts.
* Added option to set a secure flag also on the language cookie. * Added option to set a secure flag also on the language cookie.
* Added option to specify the base URL for the application protected.
* Added support for PHP Memcached extension next to Memcache extension. * Added support for PHP Memcached extension next to Memcache extension.
* Added Redis as possible session storage mechanism. * Added Redis as possible session storage mechanism.
* Added support to specify custom metadata storage handlers. * Added support to specify custom metadata storage handlers.
...@@ -53,6 +54,7 @@ Released TBD ...@@ -53,6 +54,7 @@ Released TBD
classes under the SimpleSAML\Module namespace. classes under the SimpleSAML\Module namespace.
* Added new hook for module loader exception handling `exception_handler`. * Added new hook for module loader exception handling `exception_handler`.
* Expose RegistrationInfo in parsed SAML metadata. * Expose RegistrationInfo in parsed SAML metadata.
* The AuthnInstant is now available in the state array.
* Introduced Twig templating for user interface. * Introduced Twig templating for user interface.
* Lots of refactoring, code cleanup and added many unit tests. * Lots of refactoring, code cleanup and added many unit tests.
...@@ -82,6 +84,9 @@ Released TBD ...@@ -82,6 +84,9 @@ Released TBD
none was present. none was present.
* `AttributeCopy`: added option to copy to multiple destination attributes. * `AttributeCopy`: added option to copy to multiple destination attributes.
### `cron`
* Allow invocation via PHP command line interface.
### `discopower` ### `discopower`
* Added South Africa tab. * Added South Africa tab.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment