R 6.0
Roadmap[link1]dev repo [bitbucket.org][link2]
ChangeLog[link3]
https://github.com/WackoWiki/w[...]compare/6.0.30...6.0[link4]
Main Focus: UTF-8 support and migration and PHP 8.0 compatibility
R6.0 is more or less R5.5 with Unicode support. Please look here for open issues from R5.5[link5] .
1. PHP
PHP 8 functionality
New PHP 8 functionality is reserved for 6.1 branch[link6] releases .Currently Supported PHP Versions[link7]
2. Features
- UTF-8 support[link8] - Migration to Unicode
3. Core
-
add option to disable hit counter- user already uses web analytics software or there is no use case for a hit counter
- This reduces database load, updating the page and file hits field with every page hit is a main source for slow queries.
4. Handler
-
add ability to remove / hide certain revisions via GUI- SQL cache -> revision handler
- message boxes
- wordbreak, how to break lines of Chinese, Japanese, or Korean
-
line-break: strict; white-space: nowrap; word-break: keep-all;
-
5. Libs
- php-diff successor[link9]
- [link1] https://wackowiki.org/bugs/roadmap_page.php?version_id=17
- [link2] https://bitbucket.org/wackowiki/wackowiki/commits/branch/6.0
- [link3] https://wackowiki.org/doc/Dev/Release/R6.0/ChangeLog
- [link4] https://github.com/WackoWiki/wackowiki/compare/6.0.30...6.0
- [link5] https://wackowiki.org/doc/Dev/Release/R5.5/ToDo
- [link6] https://wackowiki.org/doc/Dev/Release/R6.1/ToDo
- [link7] https://www.php.net/supported-versions.php
- [link8] https://wackowiki.org/doc/Dev/Release/R6.0/Unicode
- [link9] https://github.com/chrisboulton/php-diff/issues/53