From 46de7b3584e33c11eff1903bb0b7595ac910c71b Mon Sep 17 00:00:00 2001
From: Matthieu Marcillaud <marcimat@rezo.net>
Date: Thu, 8 Feb 2024 14:55:21 +0100
Subject: [PATCH] build: Version SPIP 4.2.9

---
 CHANGELOG.md           |  2 +-
 ecrire/inc_version.php |  4 ++--
 ecrire/paquet.xml      |  2 +-
 plugins-dist.json      | 12 ++++++------
 4 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index e684a668d4..540d674916 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,7 +2,7 @@
 
 Changelog de SPIP 4.2
 
-## Unreleased
+## 4.2.9 - 2024-02-08
 
 ### Fixed
 
diff --git a/ecrire/inc_version.php b/ecrire/inc_version.php
index 42dad3db4e..bad78c25fe 100644
--- a/ecrire/inc_version.php
+++ b/ecrire/inc_version.php
@@ -443,8 +443,8 @@ $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.2.8';
-define('_SPIP_VERSION_ID', 40208);
+$spip_version_branche = '4.2.9';
+define('_SPIP_VERSION_ID', 40209);
 define('_SPIP_EXTRA_VERSION', '');
 
 // cette version dev accepte tous les plugins compatible avec la version ci-dessous
diff --git a/ecrire/paquet.xml b/ecrire/paquet.xml
index 7a29b13b36..d373d90327 100644
--- a/ecrire/paquet.xml
+++ b/ecrire/paquet.xml
@@ -1,7 +1,7 @@
 <paquet
 	prefix="spip"
 	categorie="outil"
-	version="4.2.8"
+	version="4.2.9"
 	etat="stable"
 	compatibilite="];["
 	schema="2022022303"
diff --git a/plugins-dist.json b/plugins-dist.json
index 78f5c30424..09d236457d 100644
--- a/plugins-dist.json
+++ b/plugins-dist.json
@@ -15,7 +15,7 @@
         "path": "plugins-dist/bigup",
         "source": "https://git.spip.net/spip/bigup.git",
         "branch": "3.2",
-        "tag": "v3.2.7"
+        "tag": "v3.2.8"
     },
     "compagnon": {
         "path": "plugins-dist/compagnon",
@@ -45,7 +45,7 @@
         "path": "plugins-dist/forum",
         "source": "https://git.spip.net/spip/forum.git",
         "branch": "3.1",
-        "tag": "v3.1.3"
+        "tag": "v3.1.4"
     },
     "mediabox": {
         "path": "plugins-dist/mediabox",
@@ -57,13 +57,13 @@
         "path": "plugins-dist/medias",
         "source": "https://git.spip.net/spip/medias.git",
         "branch": "4.2",
-        "tag": "v4.2.0"
+        "tag": "v4.2.1"
     },
     "mots": {
         "path": "plugins-dist/mots",
         "source": "https://git.spip.net/spip/mots.git",
         "branch": "4.1",
-        "tag": "v4.1.3"
+        "tag": "v4.1.4"
     },
     "plan": {
         "path": "plugins-dist/plan",
@@ -81,7 +81,7 @@
         "path": "plugins-dist/revisions",
         "source": "https://git.spip.net/spip/revisions.git",
         "branch": "3.1",
-        "tag": "v3.1.3"
+        "tag": "v3.1.4"
     },
     "safehtml": {
         "path": "plugins-dist/safehtml",
@@ -93,7 +93,7 @@
         "path": "plugins-dist/sites",
         "source": "https://git.spip.net/spip/sites.git",
         "branch": "4.1",
-        "tag": "v4.1.4"
+        "tag": "v4.1.5"
     },
     "statistiques": {
         "path": "plugins-dist/statistiques",
-- 
GitLab