From f5d6f193278f69402470a59ea47050460e8c126a Mon Sep 17 00:00:00 2001 From: Ghislain Loas <gloas@afi-sa.fr> Date: Mon, 3 Apr 2023 09:53:38 +0000 Subject: [PATCH] version 8.0.179 --- UPGRADE.fr.md | 4 +++- VERSIONS | 5 +++++ VERSIONS_HOTLINE/176130 | 1 - library/startup.php | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) delete mode 100644 VERSIONS_HOTLINE/176130 diff --git a/UPGRADE.fr.md b/UPGRADE.fr.md index 3b612289554..cdd84971383 100644 --- a/UPGRADE.fr.md +++ b/UPGRADE.fr.md @@ -165,4 +165,6 @@ Vous pouvez aussi attendre un réimport total de vos notices. - 8.0.160 - 20/06/2022 : cosmogramme/sql/patch/patch_433.php - - 8.0.170 - 29/09/2022 : Pour faciliter la personnalisation, les titres des notices sont maintenant composés de balises span ayant comme classe le champs UNIMARC. \ No newline at end of file + - 8.0.170 - 29/09/2022 : Pour faciliter la personnalisation, les titres des notices sont maintenant composés de balises span ayant comme classe le champs UNIMARC. + + - 8.0.179 - 04/04/2023 : Patch correctif de la migration des abonnements des utilisateurs. \ No newline at end of file diff --git a/VERSIONS b/VERSIONS index 688e899b20f..3dea8a396d8 100644 --- a/VERSIONS +++ b/VERSIONS @@ -1,3 +1,8 @@ +03/04/2023 - v8.0.179 + + - correctif #176130 : Serveurs d'idendités : correction de la migration des abonnements des utilisateurs. + + 29/03/2023 - v8.0.178 - fonctionnalité #166706 : Serveurs d'identité : Ajout de la configuration de la bibliothèque et du niveau d'accès lors d'une création automatique de compte diff --git a/VERSIONS_HOTLINE/176130 b/VERSIONS_HOTLINE/176130 deleted file mode 100644 index 0b81433abae..00000000000 --- a/VERSIONS_HOTLINE/176130 +++ /dev/null @@ -1 +0,0 @@ - - correctif #176130 : Serveurs d'idendités : correction de la migration des abonnements des utilisateurs. \ No newline at end of file diff --git a/library/startup.php b/library/startup.php index b51e5230881..682a9265cec 100644 --- a/library/startup.php +++ b/library/startup.php @@ -126,7 +126,7 @@ class Bokeh_Engine { public function setupConstants() { defineConstant('BOKEH_MAJOR_VERSION','8.0'); - defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.178'); + defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.179'); defineConstant('BOKEH_REMOTE_FILES', 'https://git.afi-sa.net/afi/opacce/'); -- GitLab