Skip to content

Commit b413d29

Browse files
committed
Release 1.6.2
1 parent 24598d7 commit b413d29

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

docs/ChangeLog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
18
Changes in version 1.6.1
29

310
Bug Fixes:

source/CAS.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
/**
5858
* phpCAS version. accessible for the user by phpCAS::getVersion().
5959
*/
60-
define('PHPCAS_VERSION', '1.6.1+');
60+
define('PHPCAS_VERSION', '1.6.2');
6161

6262
/**
6363
* @addtogroup public

0 commit comments

Comments
 (0)