From 5f9ab05dc6ff5ba58da15ee4362884c637018e36 Mon Sep 17 00:00:00 2001 From: rodinux Date: Tue, 5 Sep 2023 23:47:38 +0200 Subject: [PATCH] keep namespace Garradin until next relaease 1.3 --- conf/config.local.user.php | 2 +- conf/config.local.yunohost.php | 2 +- doc/PRE_UPGRADE.d/1.3.0.md | 1 - doc/PRE_UPGRADE.d/1.3.0_fr.md | 1 - 4 files changed, 2 insertions(+), 4 deletions(-) delete mode 100644 doc/PRE_UPGRADE.d/1.3.0.md delete mode 100644 doc/PRE_UPGRADE.d/1.3.0_fr.md diff --git a/conf/config.local.user.php b/conf/config.local.user.php index 62a146d..04b8d27 100644 --- a/conf/config.local.user.php +++ b/conf/config.local.user.php @@ -10,4 +10,4 @@ */ // Nécessaire pour situer les constantes dans le bon namespace -namespace Paheko; +namespace Garradin; diff --git a/conf/config.local.yunohost.php b/conf/config.local.yunohost.php index a03c16f..41849cf 100644 --- a/conf/config.local.yunohost.php +++ b/conf/config.local.yunohost.php @@ -10,7 +10,7 @@ */ // Nécessaire pour situer les constantes dans le bon namespace -namespace Paheko; +namespace Garradin; /** * Clé secrète, doit être unique à chaque instance de Garradin diff --git a/doc/PRE_UPGRADE.d/1.3.0.md b/doc/PRE_UPGRADE.d/1.3.0.md deleted file mode 100644 index 1225343..0000000 --- a/doc/PRE_UPGRADE.d/1.3.0.md +++ /dev/null @@ -1 +0,0 @@ -We should encourage people to have a look at the Changelog: https://fossil.kd2.org/paheko/wiki?name=Changelog/1.3 when upgrading to this version because there are major changes. If you have installed some plugins, not all will be compatibles. diff --git a/doc/PRE_UPGRADE.d/1.3.0_fr.md b/doc/PRE_UPGRADE.d/1.3.0_fr.md deleted file mode 100644 index 0a3914b..0000000 --- a/doc/PRE_UPGRADE.d/1.3.0_fr.md +++ /dev/null @@ -1 +0,0 @@ -Nous vous encourageons à consulter le Journal des modifications: https://fossil.kd2.org/paheko/wiki?name=Changelog/1.3 avant de passer à cette version, car il y a des changements majeurs. Si vous avez installé des extensions, elles ne seront pas toutes compatibles.