Bien nettoyer en partant.

Et bien configurer en entrant.

Ceci dit,  je ne comprends pas pourquoi ce choix de renommer la meta html5up_editorial en html5up
svn/attic/html5up_editorial/118729
real3t@gmail.com 5 years ago
parent 6d1a7e420c
commit 6b30a778a5

@ -26,12 +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_editorial', array(
array('ecrire_config','html5up', array(
'couleur_accent' => '#f56a6a'
))
);
$maj['1.1.0'] = array(
array('ecrire_config','html5up', lire_config('html5up_editorial'))
$maj['1.1.1'] = array(
array('ecrire_config','html5up', lire_config('html5up_editorial')),
array('effacer_meta','html5up_editorial')
);
include_spip('base/upgrade');
maj_plugin($nom_meta_base_version, $version_cible, $maj);
@ -47,4 +48,5 @@ function html5up_editorial_upgrade($nom_meta_base_version, $version_cible) {
**/
function html5up_editorial_vider_tables($nom_meta_base_version) {
effacer_meta($nom_meta_base_version);
effacer_meta('html5up');
}

@ -1,8 +1,8 @@
<paquet
prefix="html5up_editorial"
categorie="squelette"
version="1.1.7"
schema="1.1.0"
version="1.1.8"
schema="1.1.1"
etat="test"
compatibilite="[3.1.0;3.2.*]"
logo="prive/themes/spip/images/html5up_editorial-64.png"

Loading…
Cancel
Save