Changeset 109913 in spip-zone
- Timestamp:
- Apr 16, 2018, 4:50:05 PM (3 years ago)
- Location:
- _squelettes_/html5up_editorial
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
_squelettes_/html5up_editorial/html5up_editorial_administrations.php
r107734 r109913 27 27 $maj = array(); 28 28 $maj['create'] = array( 29 array('ecrire_config','html5up _editorial', array(29 array('ecrire_config','html5up', array( 30 30 'couleur_accent' => '#f56a6a' 31 31 )) 32 32 ); 33 $maj['1.1.0'] = array( 34 array('ecrire_config','html5up', lire_config('html5up_editorial')) 33 $maj['1.1.1'] = array( 34 array('ecrire_config','html5up', lire_config('html5up_editorial')), 35 array('effacer_meta','html5up_editorial') 35 36 ); 36 37 include_spip('base/upgrade'); … … 48 49 function html5up_editorial_vider_tables($nom_meta_base_version) { 49 50 effacer_meta($nom_meta_base_version); 51 effacer_meta('html5up'); 50 52 } -
_squelettes_/html5up_editorial/paquet.xml
r108951 r109913 2 2 prefix="html5up_editorial" 3 3 categorie="squelette" 4 version="1.1. 7"5 schema="1.1. 0"4 version="1.1.8" 5 schema="1.1.1" 6 6 etat="test" 7 7 compatibilite="[3.1.0;3.2.*]"
Note: See TracChangeset
for help on using the changeset viewer.