Change Log Feed
In chronological order, the change log of the last 10 releases.
Feed Title: Release notes from wackowiki[link1]
6.0.38[link2]
Minor feature and bug fix release for 6.0.x series (PHP 7.3 - 8.0)
- adds icon for action to WikiEdit toolbar
_t()
uses now English as fallback for missing message sets- allows now hyphen-minus in file name and ignores duplicate files
- e.g.
wackowiki-6.0.38.zip
- e.g.
- re-check for anonymous user before storing cache
soft_login()
may setsess->user_profile
- adds function
number_format()
to localize formatting- uses
intl NumberFormatter
- uses
- adds
admin_replace
action- allows administrators to do a global string find-and-replace on all wiki pages
- changes format for
backup.log
to JSON (see upgrade page for more details)- Remove the backups you've created prior to WackoWiki 6.0.38 from the
file/backup/
folder or replace thebackup.log
with a JSON formatted version.
- Remove the backups you've created prior to WackoWiki 6.0.38 from the
- disables
show_permalink
by default - removed deprecated
Pragma: no-cache
andExpires:
header - fixes
If-Modified-Since
conditional requests issues - fixes invalid
ETag
- fixes various
Cache-Control
header issues - adds option to set the
SameSite
attribute - removes redundant
setlocale()
call - set HTTP status
410
for deleted pages - fix uploading is rejected when
upload_max_size
is0
- add copy to clipboard button for page tag and file syntax
- allow Admins to change passwords for other users
- uses
:focus-within
pseudo selector for dropdown - adds CSS class
btn-sm
andbtn-md
- miscellaneous minor fixes
- SimplePie 1.8.1
- PHPMailer 6.10.0
- freeCap 1.4.6
Full Changelog: 6.0.37...6.0.38
6.1.28[link3]
Minor feature and bug fix release for 6.1.x series
- set 'Send me a copy' checkbox by default for personal messages
- rename lang files for theme
theme/lang/theme.<lang>.php
theme/lang/theme.all.php
- set HTTP status
410
for deleted pages - fix uploading is rejected when
upload_max_size
is0
- disables double-click editing for pages with actions that have a
<form>
tag - disable Topics API in
permissions_policy.conf
browsing-topics=()
- allow Admins to change passwords for other users
- add copy to clipboard button for page tag and file syntax
- add option
comments_offset
to display either the first or last comments page by default - update Indonesian translation
- PHPMailer 6.10.0
- freeCap 1.4.6
- add AVIF and WebP support to freeCap
- set WebP as default image type for freeCap
Full Changelog: 6.1.27...6.1.28
6.1.22[link4]
Minor feature and bug fix release for 6.1.x series
- unified link templates
_t()
falls back to English for untranslated message sets- adds
max_image_area
,max_image_width
andmin_thumbnail_distance
option to config - adds help option to actions
help=1
(print help and exit) - adds option to localize action help (see
action/lang/help.<lang>.php
) - adds function
number_format()
and template filter number_format (uses intl NumberFormatter) - replaces Mozilla specific WikiEdit CSS with
var()
- replaces unnecessary double quotes
- adds
admin_massregex
action (see community/action) - split HTMLSax3 to one file per class
- PHP Thumb Library 2.3.0
- SafeHTML 1.3.13
Full Changelog: 6.1.21...6.1.22
6.1.20[link5]
Minor feature and bug fix release for 6.1.x series
- adds icon for action to WikiEdit
- adds option to re-hash all attachments
- allows now hyphen-minus in file name and ignores duplicate files
- e.g.
wackowiki-6.0.38.zip
- e.g.
- uses SafeHTML to clean
CDATA
in svg-sanitizer - adds option to send a copy of a personal message to the sender
- adds
admin_replace
action- allows administrators to do a global string find-and-replace on all wiki pages
- Hashids 5.0.2
- PHPMailer 6.8.0
- svg sanitizer 0.16
Full Changelog: 6.1.19...6.1.20
6.1.27[link6]
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 ofyyyy
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 on 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 thedefault
date format for English to- [mdy]
MM/dd/y
(true) - [dmy]
dd-MM-y
(false)
- [mdy]
- add
- miscellaneous minor fixes
- svg sanitizer 0.20
- PHPMailer 6.9.2
- SimplePie 1.8.1
Full Changelog: 6.1.26...6.1.27

Feed Title: Recent Commits to wackowiki:master[link7]
update to svg sanitizer 0.22[link8]
update to svg sanitizer 0.22
add spaces also to page_path in link title[link9]
add spaces also to page_path in link title
change double-click area id to section-content[link10]
change double-click area id to section-content so it wont include forms from the page comment or file upload section
minor fixes[link11]
minor fixes
change image format of example image to WebP[link12]
change image format of example image to WebP
- [link1] https://github.com/WackoWiki/wackowiki/releases
- [link2] https://github.com/WackoWiki/wackowiki/releases/tag/6.0.38
- [link3] https://github.com/WackoWiki/wackowiki/releases/tag/6.1.28
- [link4] https://github.com/WackoWiki/wackowiki/releases/tag/6.1.22
- [link5] https://github.com/WackoWiki/wackowiki/releases/tag/6.1.20
- [link6] https://github.com/WackoWiki/wackowiki/releases/tag/6.1.27
- [link7] https://github.com/WackoWiki/wackowiki/commits/master
- [link8] https://github.com/WackoWiki/wackowiki/commit/7d1129896d275a16f2f95649ceac1e1eeb6aac7c
- [link9] https://github.com/WackoWiki/wackowiki/commit/eee8d467a858ddb672d144f02e399f1e622221dc
- [link10] https://github.com/WackoWiki/wackowiki/commit/e0c2063b6008d82827b02a3d8605ee245ecfb0b5
- [link11] https://github.com/WackoWiki/wackowiki/commit/6234e038d7c9ebe9537922606b9be2bc773ae59c
- [link12] https://github.com/WackoWiki/wackowiki/commit/5e848972ea0548e9df98cbd8e9783cf65bad534c