Skip to content

Releases: subfission/cas

phpCAS compatibility

13 Sep 11:36
6180e04
Compare
Choose a tag to compare

Update the PhpCasProxy::client() and PhpCasProxy::proxy()method signatures to match the correspondingphpCAS` package. The previous signatures were overly type restricted.

Release 5.0.0

05 Apr 06:51
Compare
Choose a tag to compare

This is primarily a maintenance release but is categorized as major out of caution. The core classes have been refactored to enable automated tests (run via GitHub Actions). The new features in this release are support for Laravel 11 and the ability to configure thephpCAS logger.

Major Changes

  • Customizable logging
  • Unit testing
  • Laravel 11 support

What's Changed

Full Changelog: v4.4.0...v5.0.0

Laravel 10 Support Added

10 Mar 04:27
ca3150f
Compare
Choose a tag to compare

This version is to add support for Laravel 10. No major changes beyond dependency updates.

Security Fixes

04 Nov 08:32
Compare
Choose a tag to compare

This release addresses security findings regarding decencies on third-party package phpCAS. Please use version 1.6+ of the phpCAS package as this release is a breaking change for older versions.

Laravel 9 Support

01 Mar 13:22
Compare
Choose a tag to compare

By popular request, Laravel 9 support has been added. This update does not include any breaking changes.

Updates
#105

Full Changelog: v4.1.0...v4.2.0

Migration to Latest PHP CAS Auth

26 May 04:55
Compare
Choose a tag to compare

This release uses the newer PHP CAS and has been community tested and validated.

Laravel 8 Support

16 Sep 01:05
Compare
Choose a tag to compare

Small but useful update to add support for Laravel 8.

Thanks to @coolsam726 for his contribution.

Laravel 7

27 Mar 05:01
Compare
Choose a tag to compare

Updated composer to support Laravel 7. This is a minor change.

Shoutout to @coolsam726 for his contribution.

Laravel 6 Support

06 Dec 19:11
Compare
Choose a tag to compare

Added support for Laravel 6.

Credit goes to @flartet for modifications.

Please submit a issue if any problems are discovered.

Multi-App SSO Auth Sharing

28 Oct 07:30
Compare
Choose a tag to compare

This patch updates the code to allow for multi-SSO apps on single host, sharing phpCAS auth's.