diff --git a/CHANGELOG.md b/CHANGELOG.md index b03d4e8..79fd231 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,18 @@ ------------ +# [2022.07.31a~ynh2] - 2023-02-XX + +## Changed + +- Apply "default package recommandation" for "example_ynh" package and "YunoHost apps teams" +- Use helper `ynh_add_config` for the uprgade script too (fix linter warning) + +### Fixed + +- Bug in upgrade script not writing the php configuration to the right location (and breaking the backup later if DokuWiki has been installed for the for the first time with version `2022.07.31a~ynh1`) + + # [2022.07.31a~ynh1] - 2022-09-XX ## Added diff --git a/manifest.json b/manifest.json index 8b0c956..19174f2 100644 --- a/manifest.json +++ b/manifest.json @@ -9,7 +9,7 @@ "es": "Sistema de Wiki de uso sencillicimo y compatible con los estándares", "it": "Wiki aderente agli standard, semplice da usare, finalizzato principalmente alla creazione di documentazione di qualsiasi tipo" }, - "version": "2022.07.31a~ynh1", + "version": "2022.07.31a~ynh2", "url": "https://www.dokuwiki.org", "upstream": { "license": "GPL-2.0-or-later",