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