Dokuwiki - Package Updates
- 
[1.12.0]
- Update Dokuwiki to 2022-07-31
 - Changes
 - SVG-based smileys replace GIF versions
 - Allow “revert” action for logged in users only
 - Various translation updates
 - Add a class .logo to the h1 title to let administrators remove the h1 around the logo 3408
 - Use Slika library for image resizing and cropping, with:
 - Refactored logging mechanism 3230, 3203 and logviewer
 - Refactored media manager 3372 and lazy loading of images
 - Support for SVG images
 
 - 
[1.12.2]
- Update Dokuwiki to 2022-07-31a
 - Changes
 - SVG-based smileys replace GIF versions
 - Allow “revert” action for logged in users only
 - Various translation updates
 - Add a class .logo to the h1 title to let administrators remove the h1 around the logo 3408
 - Use Slika library for image resizing and cropping, with auto rotation based on EXIF tags and support for WEBP
 - Refactored logging mechanism 3230, 3203 and logviewer
 - Refactored media manager 3372 and lazy loading of images
 - Support for SVG images
 - New form events used. :!: Plugins should implement them, because the old form events are not triggered anymore
 - Some smaller security fixes
 
 - 
[1.14.0]
- Update Dokuwiki to 2023-04-04
 - Changes
 - quicksearch with UTF-8 chars
 - basic auth header parsing
 - old revisions for pages with dots
 - feed titles
 - handling of unknown config options
 - relaxed media CSP headers for PDF and SVG handling
 - relaxed browseruid check for better browser compatibility
 - compatibility updates for mail sending
 
 - 
[1.14.1]
- Update Dokiwiki to 2023-04-04a
 - Changes
 - A lot of fixes for warnings in PHP8+
 - The options to embed HTML and PHP have been completely removed for security reasons
 - quicksearch with UTF-8 chars
 - basic auth header parsing
 - old revisions for pages with dots
 - feed titles
 - handling of unknown config options
 - relaxed media CSP headers for PDF and SVG handling
 - relaxed browseruid check for better browser compatibility
 - compatibility updates for mail sending
 
 - 
[1.16.0]
- Update Dokiwiki to 2024-02-06
 - Changes
 - Further fixes for warnings in PHP8+
 - Complete Overhaul of the Remote API and introduction of the JSONRPC transport (see Patreon Post)
 - Introduction of Token Auth
 - Automatic pruning of logs (see Configuration Setting: logretain)
 - Plugin authors can now set an update message to be shown in extension manager
 - Refactored feed generation
 - Better baseurl detection when running behind reverse proxy
 - The default dokuwiki template now supports a SVG logo. The logo height is now fixed to 64px :!:
 - Lots of coding style fixes
 - Various bug fixes and smaller tweaks
 
 - 
[1.16.1]
- Update Dokuwiki to 2024-02-06a
 - Changes
 - fix problem with parsing uneven table columns 4186
 - fix logo aspect ratio in dokuwiki template when using PNG logo 4187
 - re-add missing 
FEED_DATA_PROCESSevent 4191 - fix error handling for plugins with missing info 4193
 - fix doubly declared cache class error 4200