Skip to content

Commit

Permalink
release 3.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ikkez committed Dec 29, 2024
1 parent d1448bb commit 2c35ca4
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
CHANGELOG

3.9.0 (29.12.2024)
---
* feat [#377], DB\SQL: check TABLE_SCHEMA in fields introspection query
* feat [#379]: Added `REROUTE_TRAILING_SLASH` to optionally disable rerouting
* feat [#380], Audit: Adding new mac address validation
* fix [#372], Audit: `isprivate()`, `FILTER_FLAG_NO_PRIV_RANGE` usage
* fix [#378]: websocket handlers call
* fix: php 8.4 session handler compatibility
* fix: various php 8.4 warnings
* fix [#382]: PHP 8.4 `E_STRICT` deprecation fix
* fix [#371]: trim string based routes handler
* fix [bcosca/fatfree#1285]: multi-line template tags
* fix [#375]: PHP 8.4 Fixes for implicit nullability deprecation
* fix [#374]: http_build_query usage deprecation fix
* fix [#369]: unify key string replacement for cache getter/setter

3.8.2 (24.07.2023)
---
* feat, Base->format: optimize international date formatting for php8.1+
Expand Down
2 changes: 1 addition & 1 deletion base.php
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ final class Base extends Prefab implements ArrayAccess {
//@{ Framework details
const
PACKAGE='Fat-Free Framework',
VERSION='3.8.2-Release';
VERSION='3.9.0-Release';
//@}

//@{ HTTP status codes (RFC 2616)
Expand Down

0 comments on commit 2c35ca4

Please sign in to comment.