6.2 Change Log (chronological)
Unreleased
Minor feature and bug fix release for 6.2.x series
- ...
Full Changelog: Diff:6.2.1...master
6.2.1
(03.03.2026) 6132f68
Minor feature and bug fix release for 6.2.x series
- extend table markup allowing table caption, cell spans, width and cell attributes
-
?| table caption |? -
^| header | cell || -
|| cell ^ header || -
||(attr=value) cell | cell || - attributes:
-
align = [center|left|right|justify] -
bgcolor = [blue|red|green|x11colors] -
colspan = number -
id = id_name -
rowspan = number -
scope = [row|col|rowgroup|colgroup] -
valign = [top|middle|bottom] -
width = number[px|%|em|rem]
-
-
- allows now
[px|%|em|rem]withwrapper_width - change markup syntax for subscript to
,,subscript,, - make
sess->date_patterndependent on$this->user_lang - x11colors.css
- replace
.mark-[blue|green|red]with[xblue|xgreen|xred]to not overwrite default definitions in wacko.css
- replace
- wacko.css: add CSS classes to align text in table cell
-
.text-[center|left|right|justify] -
.vertical-[top|middle|bottom]
-
- miscellaneous minor fixes
- Libs
- PHPMailer 7.0.2
Full Changelog: Diff:6.2.0...6.2.1
6.2.0
(14.12.2025) 3ec586e
Major feature release
- SQLite support
- add SQLite table creation script
- add
DbSqliteclass - add backup & restore in admin panel for SQLite
- rewrote SQL queries to work with MySQL as well as SQLite
- register custom regexp function to use
REGEXPwith 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()
-
- fix missing route case for CSS files in
RECOVERY_MODE - validates the namespace to prevent users from creating inaccessible pages when
mode_rewriteis enabled - add binary string search action (see community folder)
- adds exact or regex search for registered users
- installer
- add SQLite table creation script
- add
_t()function for$lang[]array- installer uses now English as fallback for missing message sets
- add mandatory installer password protection
- It is imperative to set the password for the installer in the
config/lock_setupfile.
- It is imperative to set the password for the installer in the
- add new system page with
whatsnewaction - add private system page with with the
admincacheandadmin_recoveryaction and set it as bookmark for the admin - the installer sets now bookmarks for the admin account, therefore it no longer shows the default bookmarks for the admin in the menu by default
- actions
-
menu: fix not showing 'Set a bookmark' form -
whatsnew:- add filter for pages, comments and files
- show also edited comments in list
- no longer use
linktable formostcommentedandmostpopularaction
-
- miscellaneous minor fixes
- WikiEdit 3.25
- replace
varwithconstandlet
- replace
- Libs
- freeCap 1.4.7
- php-diff 2.5.0
- PHPMailer 7.0.1
- PHP Thumb Library 2.3.3
- SimplePie 1.9.0
Full Changelog: Diff:6.1.29...6.2.0