6.2 Change Log (chronological)
(Release Notes[link1] | by topic[link2])Unreleased
Minor feature and bug fix release for 6.2.x series
- ...
Full Changelog: Diff:6.2.0...master[link3]
6.2.0
(03.12.2025) 209ee5a[link4]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[link5] (see community folder)
- adds exact or regex search for registered users
- installer
- add
_t()function for$lang[]array- installer uses now English as fallback for missing message sets
- add mandatory installer password protection by default
- It is imperative to set the password for the installer in the
config/lock_setupfile. - removing the
config/lock_setupfile disables the installer password protection (not recommended)
- 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
- add
- actions
-
menu: fix not showing 'Set a bookmark' form -
whatsnew:- add filter for pages, comments and files
- show also edited comments in list
-
- WikiEdit 3.25
- replace
varwithconstandlet
- replace
- Libs
- 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[link6]
- [link1] https://wackowiki.org/doc/Dev/Release/R6.2/ReleaseNotes
- [link2] https://wackowiki.org/doc/Dev/Release/R6.2/ChangeLog
- [link3] https://codeberg.org/WackoWiki/wackowiki/compare/6.2.0...master
- [link4] https://codeberg.org/WackoWiki/wackowiki/commit/209ee5a9849d70ee6c680a5fa53de46f942b3cab
- [link5] https://wackowiki.org/doc/Dev/PatchesHacks/BinaryStringSearch
- [link6] https://codeberg.org/WackoWiki/wackowiki/compare/6.1.29...6.2.0