diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a91a9cad002924ce1da8cbd3b2803548b246da8..9541f9e2a7577b8ffc685c743d1cc814cac261cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ Changelog de SPIP 4.1 -## Unreleased +## 4.1.16 - 2024-05-29 ### Security diff --git a/ecrire/inc_version.php b/ecrire/inc_version.php index cba461961e3eefb646af00dfb961c3ed5ea2d10f..c1ad84cc510d68456535a0e2b914fcc9eb290c02 100644 --- a/ecrire/inc_version.php +++ b/ecrire/inc_version.php @@ -441,8 +441,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.1.15'; -define('_SPIP_VERSION_ID', 40115); +$spip_version_branche = '4.1.16'; +define('_SPIP_VERSION_ID', 40116); 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 7f61f336c74cbf397aea2813af816feb42de735a..44e956fe882b2002ac0f7579f1b624f943ed1652 100644 --- a/ecrire/paquet.xml +++ b/ecrire/paquet.xml @@ -1,7 +1,7 @@ <paquet prefix="spip" categorie="outil" - version="4.1.15" + version="4.1.16" etat="stable" compatibilite="];[" schema="2022022302" diff --git a/plugins-dist.json b/plugins-dist.json index 5e7be0f1e849686fb897c4772609ea7ec7a7b171..132acb98fc32f39b5f866f4c87d7b24c21ab0c45 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.0", - "tag": "v3.0.5" + "tag": "v3.0.6" }, "mediabox": { "path": "plugins-dist/mediabox", @@ -57,7 +57,7 @@ "path": "plugins-dist/medias", "source": "https://git.spip.net/spip/medias.git", "branch": "4.0", - "tag": "v4.0.8" + "tag": "v4.0.9" }, "mots": { "path": "plugins-dist/mots", @@ -123,6 +123,6 @@ "path": "squelettes-dist", "source": "https://git.spip.net/spip/dist.git", "branch": "4.1", - "tag": "v4.1.3" + "tag": "v4.1.4" } } \ No newline at end of file