apereo / phpCAS

Apereo PHP CAS Client
https://apereo.github.io/phpCAS/
Apache License 2.0
796 stars 398 forks source link

Autoload source/CAS.php file #422

Closed adoy closed 1 year ago

adoy commented 2 years ago

The source/CAS.php is not autoloaded. We used to require 'CAS.php'; but we get this :

Including CAS.php is deprecated. Install phpCAS using composer instead.

adoy commented 1 year ago

@jfritschi Bump :)

jfritschi commented 1 year ago

I have merged the fix. Thank you!

adoy commented 1 year ago

Thanks to you ! Do you have plan to do a bugfix release (1.6.1?) in a near future ?

jfritschi commented 1 year ago

Nothing planned. Maybe in a couple of weeks. I would like to wait a bit to see if we have any open issues with 1.6.0

adoy commented 1 year ago

Nothing planned. Maybe in a couple of weeks. I would like to wait a bit to see if we have any open issues with 1.6.0

Lgtm. I did upgrade to 1.6.0 and it worked pretty well. Only problem I had with it was that it's a BC break in a minor release.

adoy commented 1 year ago

@jfritschi Couple of monthes have passed. Would be appreciated if you could release 1.6.1.

Thanks

jfritschi commented 1 year ago

Done! Sorry for the delay....

adoy commented 1 year ago

Thanks