6.2 Change Log (chronological)

(Release Notes | by topic)



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 DbSqlite class
  • 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_setup file and setting a password into that file.
  • add new system page with whatsnew action
  • fix not showing 'Set a bookmark' form in menu action
  • add filter for pages, comments and files to whatsnew action
  • WikiEdit 3.25
    • replace var with const and let
  • 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