6.2 Change Log (chronological)
Unreleased
Minor feature and bug fix release for 6.2.x series
- ...
Full Changelog: Diff:6.1.29...master
6.2.0
(03.12.2025) c41dd55
Major feature release
- SQLite support
- add SQLite table creation script
- add
DbSqliteclass
- rewrote SQL queries to work with MySQL as well as SQLite
- add functions to abstract SQL syntax and function differences between MySQL and SQLite
-
utc_dt() -
date_sub(int $value, string $interval) -
binary() -
collate() -
limit()
-
- add binary string search action (see community folder)
- adds exact or regex search for registered users
- add
_t()function for$lang[]array to installer- installer uses now English as fallback for missing message sets
- bring back locked feature for installer
- You may protect your installation by creating the
config/lock_setupfile and setting a password into that file.
- You may protect your installation by creating the
- add new system page with
whatsnewaction - fix not showing 'Set a bookmark' form in
menuaction - add filter for pages, comments and files to
whatsnewaction - WikiEdit 3.25
- replace
varwithconstandlet
- replace
- Libs
- php-diff 2.5.0
- PHPMailer 7.0.0
- PHP Thumb Library 2.3.3
- SimplePie 1.9.0
Full Changelog: Diff:6.1.29...6.2.0