diff --git a/CHANGELOG.md b/CHANGELOG.md index 086bd19b67f4ff41d82724c0922a2f34d97c2f52..01e4ed81bbcfb5d7a6d97fb6717dd8a66842e250 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ Changelog de SPIP 4.2 -## Unreleased +## 4.2.13 - 2024-05-29 ### Security diff --git a/ecrire/inc_version.php b/ecrire/inc_version.php index d42753a1da10b1ce1e5e7a68957fd05747ee86a4..a790bf83bddc8d8b3476f1069fdc6ef943a7a884 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.12'; -define('_SPIP_VERSION_ID', 40212); +$spip_version_branche = '4.2.13'; +define('_SPIP_VERSION_ID', 40213); 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 ac5a266aacd0f906bb4b3a3a5001004a32ffc3ed..6fe24ed30bc62c8e3d4a76c56d0948fc70e5b49f 100644 --- a/ecrire/paquet.xml +++ b/ecrire/paquet.xml @@ -1,7 +1,7 @@ <paquet prefix="spip" categorie="outil" - version="4.2.12" + version="4.2.13" etat="stable" compatibilite="];[" schema="2022022303" diff --git a/plugins-dist.json b/plugins-dist.json index 5b2985780175c086cad25a7e0ec5eda478acbba2..7d21b4cbdbe9f20f5d338c630dfc87c8175c75d3 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.10" + "tag": "v3.2.11" }, "compagnon": { "path": "plugins-dist/compagnon", @@ -27,7 +27,7 @@ "path": "plugins-dist/compresseur", "source": "https://git.spip.net/spip/compresseur.git", "branch": "2.1", - "tag": "v2.1.6" + "tag": "v2.1.7" }, "dump": { "path": "plugins-dist/dump", @@ -39,13 +39,13 @@ "path": "plugins-dist/filtres_images", "source": "https://git.spip.net/spip/filtres_images.git", "branch": "4.1", - "tag": "v4.1.2" + "tag": "v4.1.3" }, "forum": { "path": "plugins-dist/forum", "source": "https://git.spip.net/spip/forum.git", "branch": "3.1", - "tag": "v3.1.5" + "tag": "v3.1.6" }, "mediabox": { "path": "plugins-dist/mediabox", @@ -57,7 +57,7 @@ "path": "plugins-dist/medias", "source": "https://git.spip.net/spip/medias.git", "branch": "4.2", - "tag": "v4.2.4" + "tag": "v4.2.5" }, "mots": { "path": "plugins-dist/mots", @@ -75,7 +75,7 @@ "path": "plugins-dist/porte_plume", "source": "https://git.spip.net/spip/porte_plume.git", "branch": "3.1", - "tag": "v3.1.5" + "tag": "v3.1.6" }, "revisions": { "path": "plugins-dist/revisions", @@ -105,7 +105,7 @@ "path": "plugins-dist/svp", "source": "https://git.spip.net/spip/svp.git", "branch": "3.1", - "tag": "v3.1.8" + "tag": "v3.1.9" }, "textwheel": { "path": "plugins-dist/textwheel", @@ -123,6 +123,6 @@ "path": "squelettes-dist", "source": "https://git.spip.net/spip/dist.git", "branch": "4.2", - "tag": "v4.2.3" + "tag": "v4.2.4" } } \ No newline at end of file