Merge branch 'master' of https://git.gamuza.fr/Gamuza/bigform
This commit is contained in:
commit
0c0820118a
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['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');
|
||||
maj_plugin($nom_meta_base_version, $version_cible, $maj);
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
<paquet
|
||||
prefix="bigform"
|
||||
categorie="edition"
|
||||
version="1.1.0"
|
||||
version="1.1.1"
|
||||
etat="dev"
|
||||
compatibilite="[3.2.5;3.3.*]"
|
||||
logo="prive/themes/spip/images/bigform-64.png"
|
||||
documentation=""
|
||||
schema="1.0.3"
|
||||
schema="1.0.4"
|
||||
>
|
||||
|
||||
<nom>BigForm</nom>
|
||||
|
|
Loading…
Add table
Reference in a new issue