From d6821af3bee1ba031da26e842c3b07cb5c4b10f4 Mon Sep 17 00:00:00 2001 From: "chankalan@choc0.net" <> Date: Fri, 24 Nov 2017 22:46:35 +0000 Subject: [PATCH] =?UTF-8?q?r=C3=A9cup=C3=A9rer=20la=20configuration=20html?= =?UTF-8?q?5up=5Feditorial=20dans=20html5up=20(marcimat)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- html5up_editorial_administrations.php | 5 ++++- paquet.xml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/html5up_editorial_administrations.php b/html5up_editorial_administrations.php index d9dcf83..f6c1ae8 100644 --- a/html5up_editorial_administrations.php +++ b/html5up_editorial_administrations.php @@ -26,10 +26,13 @@ if (!defined('_ECRIRE_INC_VERSION')) { function html5up_editorial_upgrade($nom_meta_base_version, $version_cible) { $maj = array(); $maj['create'] = array( - array('ecrire_config','html5up', array( + array('ecrire_config','html5up_editorial', array( 'couleur_accent' => '#f56a6a' )) ); + $maj['1.1.0'] = array( + array('ecrire_config','html5up', lire_config('html5up_editorial')) + ); include_spip('base/upgrade'); maj_plugin($nom_meta_base_version, $version_cible, $maj); } diff --git a/paquet.xml b/paquet.xml index 2ba2baf..ddb2203 100644 --- a/paquet.xml +++ b/paquet.xml @@ -2,11 +2,11 @@ prefix="html5up_editorial" categorie="squelette" version="1.1.1" + schema="1.1.0" etat="test" compatibilite="[3.1.0;3.2.*]" logo="prive/themes/spip/images/html5up_editorial-64.png" documentation="https://contrib.spip.net/?article4947" - schema="1.0.0" > Html5up Editorial