Releases: kevinoconnor7/osTicket-auth-cas
Releases · kevinoconnor7/osTicket-auth-cas
Version 1.2.2
Version 1.2.1
- Fixes a bug where you can get stuck in a login loop for the agent panel with osTicket 1.15 (#28)
Version 1.2.0
changes:
- make phpCAS.log platform-independent (relies on $TEMP)
- update help text on config page
- bump phpCAS version from 1.3.5 to 1.3.8
additions:
- new custom attributes box on config page that map claim attributes
to Contact Information form fields. these fields are merged with
existing profile information (email, name) and are optional. - ability to change the username assigned to the osTicket account
based on form field
Version 1.1.7
Minor release with the following fixes:
- E-mail suffix configuration is assumed to be prefixed with @.
Version 1.1.6
Minor update with support for specifying the CAS Protocol version to use. Thanks @bpalme for this contribution!
Version 1.1.5
This is a minor update, however it does included an updated version of phpCAS (v1.3.5) which addresses multiple CVEs (CVE-2012-5583, CVE-2010-2795, CVE-2010-2796,CVE-2010-3690,CVE-2010-3691,CVE-2010-3692, CVE-2012-1104, CVE-2012-1105).
It is highly recommended that you upgraded to osTicket-auth-cas >= v1.1.5.
Notes:
- Added a missing empty() check (#15).
- Updated phpCAS to version 1.3.5.
Release v1.1.4
This a minor feature update release.
- Fixes a bug where the agent login didn't follow to the destination
Release v1.1.3
This a minor feature update release.
- Adds support for a custom service name.
Release v1.1.2
This a minor feature update release.
- A new setting has been created to force client registration. This setting is helpful if public registration is disabled.
Release v1.1.1
Minor bug fix release.
- Fixes a fatal error on PHP 5.5 due to unsafe empty() call.