- Replace CSS class names `.mark-blue`, `.mark-green`, `.mark-red` with `[xblue|xgreen|xred]` to avoid overwriting default definitions in wacko.css
- Subscript markup changed from ``__subscript__`` to ``,,subscript,,``
- Table caption support via `?| table caption |?`
- Cell spanning with `^| … ||` and `|| … ^ header ||`
- Width attribute for tables accepting `[px|%|em|rem]` units (controlled by `wrapper_width`)
Full changelog
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 = numberid = id_namerowspan = numberscope = [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
- miscellaneous minor fixes
- Libs
- PHPMailer 7.0.2
Full Changelog: https://github.com/WackoWiki/wackowiki/compare/6.2.0...6.2.1