diff --git a/CHANGELOG.md b/CHANGELOG.md index 878f222688027f1172426636458d1c9e5acda98d..a4fae4dc81281643d8a08e82365949c4a1fd3917 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ Changelog de SPIP 4.3 -## Unreleased +## 4.3.0-alpha2 - 2024-05-29 ### Security diff --git a/ecrire/inc_version.php b/ecrire/inc_version.php index a87106439ce936fb8f9b93f1bdbc44ea0ab1d273..f9817c850cfe56b8c5f44f5d7a0f5bb01e89e3c2 100644 --- a/ecrire/inc_version.php +++ b/ecrire/inc_version.php @@ -443,9 +443,9 @@ $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.3.0-alpha'; +$spip_version_branche = '4.3.0-alpha2'; define('_SPIP_VERSION_ID', 40300); -define('_SPIP_EXTRA_VERSION', '-alpha'); +define('_SPIP_EXTRA_VERSION', '-alpha2'); // cette version dev accepte tous les plugins compatible avec la version ci-dessous // a supprimer en phase beta/rc/release diff --git a/ecrire/paquet.xml b/ecrire/paquet.xml index 5fd56d3ca6d2666e83114cd52f85ef263ed89cf8..48c4c86f366f047f63c902d06dfb1ff83ad408c5 100644 --- a/ecrire/paquet.xml +++ b/ecrire/paquet.xml @@ -1,7 +1,7 @@ <paquet prefix="spip" categorie="outil" - version="4.3.0-alpha" + version="4.3.0-alpha2" etat="stable" compatibilite="];[" schema="2022022303" diff --git a/plugins-dist.json b/plugins-dist.json index f452b943b0e399bf8aed89629c05a7187a30feeb..b6dce08d6a7f240832fa3b2d74716d767e9f46ee 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", @@ -38,13 +38,14 @@ "filtres_images": { "path": "plugins-dist/filtres_images", "source": "https://git.spip.net/spip/filtres_images.git", - "branch": "4.2" + "branch": "4.2", + "tag": "v4.2.0" }, "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", @@ -56,7 +57,7 @@ "path": "plugins-dist/medias", "source": "https://git.spip.net/spip/medias.git", "branch": "4.3", - "tag": "v4.3.0" + "tag": "v4.3.1" }, "mots": { "path": "plugins-dist/mots", @@ -74,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", @@ -104,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", @@ -122,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