From 754cf930661daab66fc7529ae1060b4a1cfaa74e Mon Sep 17 00:00:00 2001 From: Matthieu Marcillaud <marcimat@rezo.net> Date: Fri, 7 Jun 2024 11:20:22 +0200 Subject: [PATCH] build: version 4.3.0-beta --- CHANGELOG.md | 2 +- ecrire/inc_version.php | 4 ++-- ecrire/paquet.xml | 2 +- plugins-dist.json | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e0d3dd3581..f908fd5b4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ Changelog de SPIP 4.3 -## Unreleased +## 4.3.0-beta - 2024-06-07 ### Security diff --git a/ecrire/inc_version.php b/ecrire/inc_version.php index f9817c850c..064a1c7c4e 100644 --- a/ecrire/inc_version.php +++ b/ecrire/inc_version.php @@ -443,9 +443,9 @@ $liste_des_authentifications = [ // pour specifier les versions de SPIP necessaires // il faut s'en tenir a un nombre de decimales fixe // ex : 2.0.0, 2.0.0-dev, 2.0.0-beta, 2.0.0-beta2 -$spip_version_branche = '4.3.0-alpha2'; +$spip_version_branche = '4.3.0-beta'; define('_SPIP_VERSION_ID', 40300); -define('_SPIP_EXTRA_VERSION', '-alpha2'); +define('_SPIP_EXTRA_VERSION', '-beta'); // cette version dev accepte tous les plugins compatible avec la version ci-dessous // a supprimer en phase beta/rc/release diff --git a/ecrire/paquet.xml b/ecrire/paquet.xml index 934bc5b3c6..dbe4f05b89 100644 --- a/ecrire/paquet.xml +++ b/ecrire/paquet.xml @@ -1,7 +1,7 @@ <paquet prefix="spip" categorie="outil" - version="4.3.0-alpha2" + version="4.3.0-beta" etat="stable" compatibilite="];[" schema="2022022303" diff --git a/plugins-dist.json b/plugins-dist.json index b6dce08d6a..c887954818 100644 --- a/plugins-dist.json +++ b/plugins-dist.json @@ -45,7 +45,7 @@ "path": "plugins-dist/forum", "source": "https://git.spip.net/spip/forum.git", "branch": "3.1", - "tag": "v3.1.6" + "tag": "v3.1.7" }, "mediabox": { "path": "plugins-dist/mediabox", @@ -105,7 +105,7 @@ "path": "plugins-dist/svp", "source": "https://git.spip.net/spip/svp.git", "branch": "3.1", - "tag": "v3.1.9" + "tag": "v3.1.10" }, "textwheel": { "path": "plugins-dist/textwheel", -- GitLab