Skip to content

v2020-07-29

Compare
Choose a tag to compare
@giterlizzi giterlizzi released this 29 Jul 12:42
· 91 commits to master since this release

What's new in v2020-07-29 release

This release introduce a support for Hogfather DokuWiki release and the support for Bitnami DokuWiki image (Docker), LinuxServer.io DokuWiki image (Docker), Debian/Ubuntu and Arch Linux. Changed the JS and CSS loading for increase the performance.

Enjoy!

Added

  • Added support for Hogfather release
  • Added css.php dispatcher for Bootstrap themes
  • Added support for Bitnami DokuWiki image (Docker), LinuxServer.io DokuWiki image (Docker), Debian/Ubuntu and Arch Linux
    • #463: Missing Header icons on Bitnami's DokuWiki Docker image (thanks to @PixiBixi)
    • #470: Added LinuxServer.io Docker image support for Iconify and CSS.php (thanks to @Ryonez)
  • Added doku_inc.php support for specify the corrected DOKU_INC path (added in css.php and iconify.php)

Changed

  • Moved CSS and JS asset into standard DokuWiki CSS/JS dispatcher (/lib/exe/{js,css}.php) for better plugin compatibility
  • Updated Iconify to v1.0.6
  • Enabled semantic metadata (schema.org)

Removed

  • Removed semantic option (now is always enabled)
  • Removed .wikilink2 class in navbar & list and in SimpleNavi plugin

Fixed