Skip to content

Commit

Permalink
Updates for the next release
Browse files Browse the repository at this point in the history
  • Loading branch information
jfritschi committed Jan 31, 2021
1 parent 20d31f0 commit b2bbb80
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions docs/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
Changes in version 1.3.9

Bug Fixes:
* Fix regression of #248: Support of longer session tickets (#349) (Alan Nelson)
* Fix private call generating php warning and no logout handling (#352) (Julien Gribonvald)

Improvement:
* Add support for logging via a PSR-3 logger [#329] (Jon Dufresne)
* Improve attribute handling [#317] (Tobias Schiebeck)
* Prefer composer autoload over Autoload.php (Jon Dufresne)
* Add Galego Language [#356] Sherwin Harris
* Add Portuges Language [#358] Sherwin Harris
* Accept callback with extended HTTP_ACCESS headers [#342] (Ivaylo Botyov Nikolov)
* Refactor session handling [#340] (Henry Pan, Andrew Miller)

Changes in version 1.3.8

Bug Fixes:
Expand Down
2 changes: 1 addition & 1 deletion utils/version.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Version number devX, alphaX, RCX
phpcas.version=1.3.8
phpcas.version=1.3.9
# devel, alpha, beta, stable
phpcas.releaseStability=stable
# devel, alpha, beta, stable
Expand Down

0 comments on commit b2bbb80

Please sign in to comment.