We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24598d7 commit b413d29Copy full SHA for b413d29
2 files changed
docs/ChangeLog
@@ -1,3 +1,10 @@
1
+Changes in version 1.6.2
2
+
3
+Bug Fixes:
4
+* Compatibility with PHP 8.4 and 8.5 (Cédric Anne, Pascal Rigaux)
5
+* CAS_PGTStorage_Db: call method with incorrect case: createTableSQL [#432] (Lars Moelleken)
6
+* Windows path fixes: ensure that the PGTStorage path has a trailing '/' [#435] (xamount)
7
8
Changes in version 1.6.1
9
10
Bug Fixes:
source/CAS.php
@@ -57,7 +57,7 @@
57
/**
58
* phpCAS version. accessible for the user by phpCAS::getVersion().
59
*/
60
-define('PHPCAS_VERSION', '1.6.1+');
+define('PHPCAS_VERSION', '1.6.2');
61
62
63
* @addtogroup public
0 commit comments