Gros bug à l'installation, le champ protected n'etait pas cree
This commit is contained in:
parent
f9d2f1378b
commit
ee0899a9dc
2 changed files with 4 additions and 2 deletions
|
@ -31,7 +31,9 @@ function bigform_upgrade($nom_meta_base_version, $version_cible) {
|
||||||
'charger_public' => 1
|
'charger_public' => 1
|
||||||
];
|
];
|
||||||
|
|
||||||
$maj['create'] = [['ecrire_meta', 'bigup', serialize($config_defaut)]];
|
$maj['create'] = [
|
||||||
|
['maj_tables', ['spip_documents']],
|
||||||
|
['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.4'] = [['maj_tables', ['spip_documents']]];
|
$maj['1.0.4'] = [['maj_tables', ['spip_documents']]];
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<paquet
|
<paquet
|
||||||
prefix="bigform"
|
prefix="bigform"
|
||||||
categorie="edition"
|
categorie="edition"
|
||||||
version="1.1.4"
|
version="1.1.5"
|
||||||
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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue