diff --git a/CHANGELOG.md b/CHANGELOG.md index e684a668d4feb9463f523f1468765af9c6fc8a58..540d6749164d126f54a11083c594a9e5234d41b9 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 42dad3db4e775ba69c692bcd6229e60f3e440577..bad78c25feaf02341bdf63b184d5815aca000a27 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 7a29b13b36b233badf68a4c1795a69d739c4362e..d373d90327ec312861de134687527afab317bb2e 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 78f5c304249cf6353c6d5ad307e99dd376233d3a..09d236457d8b7fda499b68dc4da106827896fc9b 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",