diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d27928b3721eeaf46d58bdbeb69336dc291a2ac..b911638592ce83a481ffd441bdc077483b5e5c71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ Changelog de SPIP 4.1 +## 4.1.14 - 2024-01-11 + +- Cf. plugin Bigup + ## 4.1.13 - 2023-12-18 ### Security diff --git a/ecrire/inc_version.php b/ecrire/inc_version.php index 5090ad547a3b8ff2c08e7c061cb6e846ebf8cb62..af8156e2666d5b026b67a232eff420db59385d1a 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.13'; -define('_SPIP_VERSION_ID', 40113); +$spip_version_branche = '4.1.14'; +define('_SPIP_VERSION_ID', 40114); 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 455288c5f51915f8f1619833c2bc6a32f64a292f..652442bc10cc294df4366b2b37268bcb72029849 100644 --- a/ecrire/paquet.xml +++ b/ecrire/paquet.xml @@ -1,7 +1,7 @@ <paquet prefix="spip" categorie="outil" - version="4.1.13" + version="4.1.14" etat="stable" compatibilite="];[" schema="2022022302" diff --git a/plugins-dist.json b/plugins-dist.json index c24d977bc35f085ffeb530d8e4d5d9629c0627b2..c0425f5e1f68842817db96afee7ce941abb34a53 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.1", - "tag": "v3.1.3" + "tag": "v3.1.4" }, "compagnon": { "path": "plugins-dist/compagnon",