on force l'install
This commit is contained in:
parent
e77bd4ef13
commit
27a7fd2520
2 changed files with 3 additions and 3 deletions
|
@ -33,7 +33,7 @@ function bigform_upgrade($nom_meta_base_version, $version_cible) {
|
||||||
|
|
||||||
$maj['create'] = [['ecrire_meta', 'bigup', serialize($config_defaut)]];
|
$maj['create'] = [['ecrire_meta', 'bigup', serialize($config_defaut)]];
|
||||||
$maj['1.0.1'] = [['ecrire_meta', 'bigup', serialize($config_defaut)]];
|
$maj['1.0.1'] = [['ecrire_meta', 'bigup', serialize($config_defaut)]];
|
||||||
$maj['1.0.3'] = [['maj_tables', ['spip_documents']]];
|
$maj['1.0.4'] = [['maj_tables', ['spip_documents']]];
|
||||||
|
|
||||||
include_spip('base/upgrade');
|
include_spip('base/upgrade');
|
||||||
maj_plugin($nom_meta_base_version, $version_cible, $maj);
|
maj_plugin($nom_meta_base_version, $version_cible, $maj);
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
<paquet
|
<paquet
|
||||||
prefix="bigform"
|
prefix="bigform"
|
||||||
categorie="edition"
|
categorie="edition"
|
||||||
version="1.1.0"
|
version="1.1.1"
|
||||||
etat="dev"
|
etat="dev"
|
||||||
compatibilite="[3.2.5;3.3.*]"
|
compatibilite="[3.2.5;3.3.*]"
|
||||||
logo="prive/themes/spip/images/bigform-64.png"
|
logo="prive/themes/spip/images/bigform-64.png"
|
||||||
documentation=""
|
documentation=""
|
||||||
schema="1.0.3"
|
schema="1.0.4"
|
||||||
>
|
>
|
||||||
|
|
||||||
<nom>BigForm</nom>
|
<nom>BigForm</nom>
|
||||||
|
|
Loading…
Add table
Reference in a new issue