Releases: spaze/mysql-session-handler
Releases · spaze/mysql-session-handler
v3: require PHP 8.2 & spaze/encryption v2.0
PHP 8.3 support
Support nette/utils 4.0
This just adds support for nette/utils 4.0 (#8)
PHP 8.2 supported
Requires & supports PHP 8.1
PHP 8.1 is now supported & required. However you can still use older version, no major changes in this release.
Requires Nette\Database\Explorer, PHP 7.4+, Nette Database 3.1+, DI 3.0+, Utils 3.2+
-
Requires
Nette\Database\Explorer
instead ofContext
which has been renamed toExplorer
in Nette Database 3.1 and has been deprecated since and whileExplorer
is still aliased toContext
, it has been causing some issues (#4) -
These are the new requirements (#2):
"php": "^7.4 || ^8.0", "nette/database": "^3.1", "nette/di": "^3.0", "nette/utils": "^3.2"
-
I've dropped PHP 7.3 support for the current version because it will stop receiving all fixes in a few months anyway
-
This release also adds some tests (PHPStan, code style, linter, #3)