Releases: jelix/jelix
Releases · jelix/jelix
Jelix 1.8.23
Maintenance release of Jelix 1.8.
- fix deprecation error about inexisting
versionproperty onUninstaller - fix(jdb/pdo) error "undefined method
getServerMajorVersion()" - fix(jdb) pdo connection on Postgresql was made without pdo in some case
- fix(jdb) implementation of jDbPDOConnection::quote2 supports binary values from now.
Jelix 1.8.22
Maintenance release of Jelix 1.8.
- fix regeneration of session id: support of unstable network and keep session data during login.
- fix jforms: form cache must not rely on session id, else forms could not be retrieved from cache after a regeneration of session id.
Jelix 1.8.21
Maintenance release of Jelix 1.8.
- Fix security issue with PHP session: session id must be changed after authentication to avoid session fixation attacks
- Fix security issue with the cookie for persistance: allow it only on https connections.
Jelix 1.8.20
Maintenance release of Jelix 1.8.
- Remove warning for php 8.4 about
E_STRICT(contribution of Joel Kociolek) - Fix PhpMailer version: 6.11 has unexpected breaking changes
- Fix a notice into jImageModifier
- Fix deprecation notice into jDbPDOConnection and tests for PHP 8.5
Jelix 1.8.19
Maintenance release of Jelix 1.8.
- fix the cache filename of configuration in the case where opcache is disabled
Jelix 1.8.18.1
Maintenance release of Jelix 1.8.
- fix jAcl2: regression when removing a user
Jelix 1.8.18
Maintenance release of Jelix 1.8.
- Fix jAcl2: rights were not removed when removing a user who has not a private group.
Jelix 1.8.17
Maintenance release of Jelix 1.8.
- fix installer: module version into installer.ini.php may not be filled correctly after an upgrade
- improved output messages during an upgrade
Jelix 1.8.16
Maintenance release of Jelix 1.8.
- New datasource class for jForms:
jFormsDynamicStaticDatasource - Add
$httpCodeand$httpMessagein template for html errors - Fix jForms linked list: loaded list containing "0" as value didn't show the corresponding item
- Fix jAcl2Db: group id can now contain upper case letter and dash character
Jelix 1.8.15
Maintenance release of Jelix 1.8.
- Fix jAcl2 : increase some id fields so we can use for example long email address for login names
- unit-tests are ok to use Redis 7