WackoWiki: Release Process

https://wackowiki.org/doc     Version: 27 (03/31/2025 09:22)

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.


1. Stages


2. Issue tracker

3. Change Log

XML

Feed Title: Release notes from wackowiki[link1]


6.1.27[link2]

Minor feature and bug fix release for 6.1.x series

  • installer: set more strict create ACLs for default pages
  • installer: add option to set default ACL settings (public or private wiki)
  • add to-top button for smaller screens to default theme
  • remove max values from form field for logo height and width
  • set min to 8 for user password form fields in admin panel
  • use short year alias y instead of yyyy for ICU date formats
  • translations
    • add Arabic, Czech, Finnish, Norwegian, Romanian, Portuguese-Brasilian, Swedish and Ukrainian translation
    • update Danish, Greek, French, Italian, Japanese, Dutch, Polish and Portuguese translation
    • add initial Indonesian language files
  • make date format depended from localization and user preferences
    • add date_preference VARCHAR(20) to user_setting table
    • add american_date to secondary config
    • formatter: add option american_date to set the default date format for English to
      • [mdy] MM/dd/y (true)
      • [dmy] dd-MM-y (false)
  • miscellaneous minor fixes
  • svg sanitizer 0.20
  • PHPMailer 6.9.2

6.1.25[link3]

Minor feature and bug fix release for 6.1.x series

  • removed deprecated Pragma: no-cache and Expires: header
  • fixes If-Modified-Since conditional requests issues
  • fixes invalid ETag
  • fixes various Cache-Control header issues
  • fixes missing height width value for external img links
  • adds option to transliterate filenames to lowercase
  • adds navigation action
  • adds option to set the SameSite attribute , see constants.php
  • adds option login_notice to hide recurring 'Welcome back' notice
  • adds full words highlight mode
  • miscellaneous minor fixes
  • PHPMailer 6.9.1
  • svg sanitizer 0.18

6.1.23[link4]

Minor feature and bug fix release for 6.1.x series

  • fixes error creating cache table
  • fixes missing byte factor
  • minor installer fixes
  • adds option email_confirmation to enforce email confirmation
  • adds option forbidden_email_domains to blacklist email domains
  • adds regex pattern for action and formatter
  • adds backup note option

4. Release Notes

5. Build packages


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


Set back error SQL mode to permissive in config.php
'sql_mode_strict' => '0',	


6. Repository

7. Update Files

7.1. Update file references

wackowiki-6.1.27.zip[link5] (2.8 MiB)


Development version
wacko.tar.gz[link6] (see Repository[link7])


8. Release notices and announcements