Releases: subfission/cas
phpCAS compatibility
Release 5.0.0
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
This version is to add support for Laravel 10. No major changes beyond dependency updates.
Security Fixes
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
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
This release uses the newer PHP CAS and has been community tested and validated.
Laravel 8 Support
Small but useful update to add support for Laravel 8.
Thanks to @coolsam726 for his contribution.
Laravel 7
Updated composer to support Laravel 7. This is a minor change.
Shoutout to @coolsam726 for his contribution.
Laravel 6 Support
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
This patch updates the code to allow for multi-SSO apps on single host, sharing phpCAS auth's.