From 3da84c9dfe7e9723496bc8d3f924317729d12fa7 Mon Sep 17 00:00:00 2001 From: Gofannon Date: Sun, 21 Aug 2022 01:38:01 +0200 Subject: [PATCH] update the changelog Hope it can be usefull to track changes made in the package --- CHANGELOG.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 93ea3bf..787aa36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,26 @@ ------------ +# [2022.07.31~ynh1] - 2022-08-XX + +## Added + +- New DokuWiki version `2022-07-31 "Igor"` +- New automated tests for "check_process" CI + +## Changed + +- Use PHP8.1 as default (PHP7.4 is bulleyes will be EOL "28 Nov 2022" so bump the version) +- Change method to "automatic upgrade" of plugins +- Cleanning 'admin permission' handling +- redo how php is managed: ynh_add_fpm_config + php config files +- Sync with reference package 'example_ynh' + +## Removed + +- automatic installation of plugin "logautherror" (not compatible) +- support for YunoHost below 11 (no time to test against older versions) + # [2020-07-29~ynh4] - 2021-01-19 ### Added