From 71a84a4cedaf77bb77ab9250d6111d6f0a320a6d Mon Sep 17 00:00:00 2001 From: Gofannon Date: Sun, 26 Feb 2023 18:22:45 +0100 Subject: [PATCH] bump package version and changelog --- CHANGELOG.md | 12 ++++++++++++ manifest.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) 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",