WackoWiki: Release Process

https://wackowiki.org/doc     Version: 39 (03/03/2026 11:46)

Release Process

Release early, release often. This is a mantra from free software communities. It's accurate. You want to do your design work in the open, and get critical feedback as early as possible.


Stages


Issue tracker

Change Log

XML

Feed Title: Release notes from wackowiki[link1]


6.2.1[link2]

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] with wrapper_width
  • change markup syntax for subscript to ,,subscript,,
  • make sess->date_pattern dependent on $this->user_lang
  • x11colors.css
    • replace .mark-[blue|green|red] with [xblue|xgreen|xred] to not overwrite default definitions in wacko.css
  • miscellaneous minor fixes
  • Libs
    • PHPMailer 7.0.2

Full Changelog: 6.2.0...6.2.1

Release Notes

Build packages


Set back error reporting level in constants.php
const PHP_ERROR_REPORTING			= 0;	


Set back error SQL mode to server in config.php
'sql_mode' => '0',	


Repository

Update Files

Update file references

wackowiki-6.2.1.zip[link3] (2.9 MiB)


Development version
master.tar.gz[link4] (see Repository[link5])


Release notices and announcements