diff --git a/CHANGELOG.md b/CHANGELOG.md index 890def73a..7a2106312 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,40 @@ + +## [v2.12.0](https://github.com/pluginsglpi/formcreator/compare/v2.12.0-beta.1..v2.12.0) (2021-07-09) + + +### Bug Fixes + +* compatibility with next version of GLPI ([08f07cf9](https://github.com/pluginsglpi/formcreator/commit/08f07cf9)) +* rename scripts file ([5899fd35](https://github.com/pluginsglpi/formcreator/commit/5899fd35)) +* **actorsfield:** prevent error when computing tooltip ([2d1b85d9](https://github.com/pluginsglpi/formcreator/commit/2d1b85d9)) +* **checkboxes:** avoid error when computing tooltip ([f054bbcd](https://github.com/pluginsglpi/formcreator/commit/f054bbcd)) +* **composite:** avoid error if ticket does not exists ([67a4092f](https://github.com/pluginsglpi/formcreator/commit/67a4092f)) +* **composite:** fix PHP warning ([6cc01b9b](https://github.com/pluginsglpi/formcreator/commit/6cc01b9b)) +* **docs:** bug report template must specify GLPI and plugins versions ([2bdb173a](https://github.com/pluginsglpi/formcreator/commit/2bdb173a)) +* **dropdownfield:** fix parameters build for dropdowns ([75c09678](https://github.com/pluginsglpi/formcreator/commit/75c09678)) +* **dropdownfield:** handling tree restriction params ([ca23e501](https://github.com/pluginsglpi/formcreator/commit/ca23e501)) +* **form:** default value for language ([5005a279](https://github.com/pluginsglpi/formcreator/commit/5005a279)) +* **form:** form title not translated in service catalog ([a61cbf65](https://github.com/pluginsglpi/formcreator/commit/a61cbf65)) +* **form:** language column too short ([3f56044b](https://github.com/pluginsglpi/formcreator/commit/3f56044b)), closes [#2285](https://github.com/pluginsglpi/formcreator/issues/2285) +* **form:** performance fix ([81cf0065](https://github.com/pluginsglpi/formcreator/commit/81cf0065)) +* **formanswer:** bad validator right check for groups ([91561830](https://github.com/pluginsglpi/formcreator/commit/91561830)) +* **glpiselectfield:** rendering the itemtype ([6d244c6c](https://github.com/pluginsglpi/formcreator/commit/6d244c6c)) +* **issue:** bad key when finding sub item of an assistance request ([6392cdf3](https://github.com/pluginsglpi/formcreator/commit/6392cdf3)) +* **issue:** normalize columns ([f7931150](https://github.com/pluginsglpi/formcreator/commit/f7931150)) +* **issue:** search options 14 ant 15 ([dd9d2608](https://github.com/pluginsglpi/formcreator/commit/dd9d2608)) +* **issue:** update status when adding a validation ([2e1ae1a9](https://github.com/pluginsglpi/formcreator/commit/2e1ae1a9)) +* **section,question:** workaround GLPI bug ([8d837f34](https://github.com/pluginsglpi/formcreator/commit/8d837f34)) +* **targetchange,targetticket:** DB schema ([29a7c1df](https://github.com/pluginsglpi/formcreator/commit/29a7c1df)) +* **targetticket:** associate items to tickets ([14a991b9](https://github.com/pluginsglpi/formcreator/commit/14a991b9)) +* **targetticket,targetchange:** file dispatch accross several targets broken ([753b423d](https://github.com/pluginsglpi/formcreator/commit/753b423d)) +* **targetticket,targetchange:** missing import of template settings ([791b1a20](https://github.com/pluginsglpi/formcreator/commit/791b1a20)) + + +### Features + +* **targetchange:** change template support ([0ea4079e](https://github.com/pluginsglpi/formcreator/commit/0ea4079e)) +* **targetticket:** actor type: "Form author's manager" ([acefca84](https://github.com/pluginsglpi/formcreator/commit/acefca84)) + ## [v2.12.0-beta.1](https://github.com/pluginsglpi/formcreator/compare/v2.11.4..v2.12.0-beta.1) (2021-06-14) diff --git a/locales/ca_ES.mo b/locales/ca_ES.mo index 580a957ea..20bc266e2 100644 Binary files a/locales/ca_ES.mo and b/locales/ca_ES.mo differ diff --git a/locales/ca_ES.po b/locales/ca_ES.po index 12b0cc5a6..faea3b66e 100644 --- a/locales/ca_ES.po +++ b/locales/ca_ES.po @@ -4,17 +4,17 @@ # FIRST AUTHOR , YEAR. # # Translators: -# Nuria Costa , 2021 # Daniel Bonet , 2021 +# Nuria Costa , 2021 # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-19 16:02+0200\n" +"POT-Creation-Date: 2021-07-20 09:56+0200\n" "PO-Revision-Date: 2021-06-14 06:58+0000\n" -"Last-Translator: Daniel Bonet , 2021\n" +"Last-Translator: Nuria Costa , 2021\n" "Language-Team: Catalan (Spain) (https://www.transifex.com/teclib/teams/28042/ca_ES/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -1682,24 +1682,24 @@ msgstr "Formcreator - Problemes amb la sincronització del catàleg de serveis" #: js/scripts.js:357 msgid "No form found. Please choose a form below instead" -msgstr "" +msgstr "Formulari no trobat. Escull-ne un altre." #: js/scripts.js:380 js/scripts.js:401 msgid "An error occured while querying forms" -msgstr "" +msgstr "Error en consultar els formularis" #: js/scripts.js:463 msgid "No form yet in this category" -msgstr "" +msgstr "No hi ha cap formulari en aquesta categoria" #: js/scripts.js:739 msgid "Are you sure you want to delete this question?" -msgstr "" +msgstr "Segur que vols eliminar aquesta pregunta?" #: js/scripts.js:941 msgid "Are you sure you want to delete this section?" -msgstr "" +msgstr "Segur que vols eliminar aquesta secció?" #: js/scripts.js:1233 msgid "Are you sure you want to delete this destination:" -msgstr "" +msgstr "Segur que vols eliminar aquest destí?" diff --git a/locales/cs_CZ.mo b/locales/cs_CZ.mo index 7246c11f7..811c8983f 100644 Binary files a/locales/cs_CZ.mo and b/locales/cs_CZ.mo differ diff --git a/locales/cs_CZ.po b/locales/cs_CZ.po index 2d9bf5d96..8208498aa 100644 --- a/locales/cs_CZ.po +++ b/locales/cs_CZ.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-19 16:02+0200\n" +"POT-Creation-Date: 2021-07-20 09:56+0200\n" "PO-Revision-Date: 2021-06-14 06:58+0000\n" "Last-Translator: David Stepan , 2021\n" "Language-Team: Czech (Czech Republic) (https://www.transifex.com/teclib/teams/28042/cs_CZ/)\n" @@ -1720,24 +1720,24 @@ msgstr "Vytváření formulářů – problémy katalogu synchronizační služb #: js/scripts.js:357 msgid "No form found. Please choose a form below instead" -msgstr "" +msgstr "Nebyl nalezen žádný formulář. Prosím vyberte níže nějaký" #: js/scripts.js:380 js/scripts.js:401 msgid "An error occured while querying forms" -msgstr "" +msgstr "Došlo k chybě při dotazování formuláře" #: js/scripts.js:463 msgid "No form yet in this category" -msgstr "" +msgstr "Žádný formulář v této kategorii" #: js/scripts.js:739 msgid "Are you sure you want to delete this question?" -msgstr "" +msgstr "Opravdu chcete smazat tuto otázku?" #: js/scripts.js:941 msgid "Are you sure you want to delete this section?" -msgstr "" +msgstr "Opravdu chcete smazat tuto sekci?" #: js/scripts.js:1233 msgid "Are you sure you want to delete this destination:" -msgstr "" +msgstr "Opravdu chcete smazat tento cíl?" diff --git a/locales/en.mo b/locales/en.mo index 79f0e6645..a30066955 100644 Binary files a/locales/en.mo and b/locales/en.mo differ diff --git a/locales/en.po b/locales/en.po index b957ba7bc..a1e3dadb8 100644 --- a/locales/en.po +++ b/locales/en.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-19 16:02+0200\n" +"POT-Creation-Date: 2021-07-20 09:56+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/locales/es_MX.mo b/locales/es_MX.mo index 8101bb0ff..16d31e37b 100644 Binary files a/locales/es_MX.mo and b/locales/es_MX.mo differ diff --git a/locales/es_MX.po b/locales/es_MX.po index d0b5d8eb6..2a34f9967 100644 --- a/locales/es_MX.po +++ b/locales/es_MX.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-19 16:02+0200\n" +"POT-Creation-Date: 2021-07-20 09:56+0200\n" "PO-Revision-Date: 2021-06-14 06:58+0000\n" "Last-Translator: Jesus Fernandez , 2021\n" "Language-Team: Spanish (Mexico) (https://www.transifex.com/teclib/teams/28042/es_MX/)\n" @@ -1685,23 +1685,25 @@ msgstr "" #: js/scripts.js:357 msgid "No form found. Please choose a form below instead" msgstr "" +"No se encontró ningún formulario. En su lugar, elija un formulario a " +"continuación" #: js/scripts.js:380 js/scripts.js:401 msgid "An error occured while querying forms" -msgstr "" +msgstr "Ocurrió un error al consultar los formularios" #: js/scripts.js:463 msgid "No form yet in this category" -msgstr "" +msgstr "No hay formularios aun en esta categoría" #: js/scripts.js:739 msgid "Are you sure you want to delete this question?" -msgstr "" +msgstr "¿Esta seguro que quiere borra esta pregunta?" #: js/scripts.js:941 msgid "Are you sure you want to delete this section?" -msgstr "" +msgstr "¿Esta seguro que quiere borra esta sección?" #: js/scripts.js:1233 msgid "Are you sure you want to delete this destination:" -msgstr "" +msgstr "¿Esta seguro que quiere borrar este destino?:" diff --git a/locales/fr_CA.mo b/locales/fr_CA.mo index b0a860f3d..12b024d19 100644 Binary files a/locales/fr_CA.mo and b/locales/fr_CA.mo differ diff --git a/locales/fr_CA.po b/locales/fr_CA.po index 6ebb4eccc..18a1f122c 100644 --- a/locales/fr_CA.po +++ b/locales/fr_CA.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-19 16:02+0200\n" +"POT-Creation-Date: 2021-07-20 09:56+0200\n" "PO-Revision-Date: 2021-06-14 06:58+0000\n" "Last-Translator: Tiago Graça, 2021\n" "Language-Team: French (Canada) (https://www.transifex.com/teclib/teams/28042/fr_CA/)\n" @@ -1691,23 +1691,25 @@ msgstr "Formulaires - synchronisation des demandes du catalogue de service" #: js/scripts.js:357 msgid "No form found. Please choose a form below instead" msgstr "" +"Aucun formulaire trouvé. Veuillez choisir un formulaire parmi ceux ci-" +"dessous" #: js/scripts.js:380 js/scripts.js:401 msgid "An error occured while querying forms" -msgstr "" +msgstr "Une erreur est survenue pendant la recherche de formulaires" #: js/scripts.js:463 msgid "No form yet in this category" -msgstr "" +msgstr "Pas encore de formulaire dans cette catégorie" #: js/scripts.js:739 msgid "Are you sure you want to delete this question?" -msgstr "" +msgstr "Êtes-vous sûr de vouloir supprimer cette question ?" #: js/scripts.js:941 msgid "Are you sure you want to delete this section?" -msgstr "" +msgstr "Êtes-vous sûr de vouloir supprimer cette section ?" #: js/scripts.js:1233 msgid "Are you sure you want to delete this destination:" -msgstr "" +msgstr "Êtes-vous sûr de vouloir supprimer la destination suivante :" diff --git a/locales/fr_FR.mo b/locales/fr_FR.mo index b339018d2..a914aa164 100644 Binary files a/locales/fr_FR.mo and b/locales/fr_FR.mo differ diff --git a/locales/fr_FR.po b/locales/fr_FR.po index 915118d1e..a1ef55321 100644 --- a/locales/fr_FR.po +++ b/locales/fr_FR.po @@ -17,7 +17,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-19 16:02+0200\n" +"POT-Creation-Date: 2021-07-20 09:56+0200\n" "PO-Revision-Date: 2021-06-14 06:58+0000\n" "Last-Translator: Thierry Bugier , 2021\n" "Language-Team: French (France) (https://www.transifex.com/teclib/teams/28042/fr_FR/)\n" @@ -396,7 +396,7 @@ msgstr "Fournisseur depuis la question" #: inc/abstracttarget.class.php:2096 inc/target_actor.class.php:77 msgid "Form author's supervisor" -msgstr "" +msgstr "Superviseur de l'auteur du formulaire" #: inc/category.class.php:72 msgid "Knowbase category" @@ -1410,11 +1410,11 @@ msgstr "Un champ de type description doit avoir une description :" #: inc/field/dropdownfield.class.php:65 msgid "User" -msgstr "" +msgstr "Utilisateur" #: inc/field/dropdownfield.class.php:67 msgid "User and form" -msgstr "" +msgstr "Utilisateur et formulaire" #: inc/field/dropdownfield.class.php:98 msgid "SLA" @@ -1476,7 +1476,7 @@ msgstr "Type d'intitulé invalide : %s" #: inc/field/dropdownfield.class.php:875 msgid "Entity restriction" -msgstr "" +msgstr "Restriction par entité" #: inc/field/emailfield.class.php:108 #, php-format diff --git a/locales/glpi.pot b/locales/glpi.pot index 26c9e01bf..f11b463af 100644 --- a/locales/glpi.pot +++ b/locales/glpi.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-19 16:02+0200\n" +"POT-Creation-Date: 2021-07-20 09:56+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/locales/hr_HR.mo b/locales/hr_HR.mo index fc0695f26..12f836641 100644 Binary files a/locales/hr_HR.mo and b/locales/hr_HR.mo differ diff --git a/locales/hr_HR.po b/locales/hr_HR.po index 94c48f2ca..3945f274d 100644 --- a/locales/hr_HR.po +++ b/locales/hr_HR.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-19 16:02+0200\n" +"POT-Creation-Date: 2021-07-20 09:56+0200\n" "PO-Revision-Date: 2021-06-14 06:58+0000\n" "Last-Translator: milotype , 2021\n" "Language-Team: Croatian (Croatia) (https://www.transifex.com/teclib/teams/28042/hr_HR/)\n" diff --git a/locales/ko_KR.mo b/locales/ko_KR.mo index a0b4bacbe..677187980 100644 Binary files a/locales/ko_KR.mo and b/locales/ko_KR.mo differ diff --git a/locales/ko_KR.po b/locales/ko_KR.po index 54cecfd46..13aff91ef 100644 --- a/locales/ko_KR.po +++ b/locales/ko_KR.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-19 16:02+0200\n" +"POT-Creation-Date: 2021-07-20 09:56+0200\n" "PO-Revision-Date: 2021-06-14 06:58+0000\n" "Last-Translator: SeongHyeon Cho , 2021\n" "Language-Team: Korean (Korea) (https://www.transifex.com/teclib/teams/28042/ko_KR/)\n" @@ -1641,24 +1641,24 @@ msgstr "양식생성기 - 서비스 목록 문제 동기화" #: js/scripts.js:357 msgid "No form found. Please choose a form below instead" -msgstr "" +msgstr "양식을 찾을 수 없습니다. 대신 다음 양식에서 선택해 주세요" #: js/scripts.js:380 js/scripts.js:401 msgid "An error occured while querying forms" -msgstr "" +msgstr "양식 질의 중 오류 발생함" #: js/scripts.js:463 msgid "No form yet in this category" -msgstr "" +msgstr "이 분류에 아직 양식 없음" #: js/scripts.js:739 msgid "Are you sure you want to delete this question?" -msgstr "" +msgstr "이 질문을 삭제 하시겠습니까?" #: js/scripts.js:941 msgid "Are you sure you want to delete this section?" -msgstr "" +msgstr "이 섹션을 삭제 하시겠습니까?" #: js/scripts.js:1233 msgid "Are you sure you want to delete this destination:" -msgstr "" +msgstr "이 목적을 삭제 하시겠습니까:" diff --git a/locales/pt_BR.mo b/locales/pt_BR.mo index f5bf7083f..d2c833621 100644 Binary files a/locales/pt_BR.mo and b/locales/pt_BR.mo differ diff --git a/locales/pt_BR.po b/locales/pt_BR.po index 16a04d0b4..94e0c5602 100644 --- a/locales/pt_BR.po +++ b/locales/pt_BR.po @@ -7,26 +7,26 @@ # ralporto , 2021 # Rafael Viana , 2021 # Thierry Bugier , 2021 -# Pedro de Oliveira Lira , 2021 # Andrei Bernardo Simoni , 2021 # Eduardo Spinola , 2021 -# Marco Antonio Martins Junior , 2021 -# Paulo Gobbato , 2021 # Arthur Ramos Schaefer , 2021 # Gabriel Fernandez , 2021 # Felipe Amaral , 2021 +# Pablo Pierre Ferreira , 2021 +# Pedro de Oliveira Lira , 2021 +# Marco Antonio Martins Junior , 2021 +# Paulo Gobbato , 2021 # Paulo Henrique , 2021 # Jean Vergaças , 2021 -# Pablo Pierre Ferreira , 2021 # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-19 16:02+0200\n" +"POT-Creation-Date: 2021-07-20 09:56+0200\n" "PO-Revision-Date: 2021-06-14 06:58+0000\n" -"Last-Translator: Pablo Pierre Ferreira , 2021\n" +"Last-Translator: Jean Vergaças , 2021\n" "Language-Team: Portuguese (Brazil) (https://www.transifex.com/teclib/teams/28042/pt_BR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -1690,24 +1690,24 @@ msgstr "Formcreator - Sincronizar problemas do catálogo de serviços" #: js/scripts.js:357 msgid "No form found. Please choose a form below instead" -msgstr "" +msgstr "Nenhum formulário encontrado. Por favor escolha um formulário abaixo" #: js/scripts.js:380 js/scripts.js:401 msgid "An error occured while querying forms" -msgstr "" +msgstr "Um erro ocorreu enquanto requisitando forumlários" #: js/scripts.js:463 msgid "No form yet in this category" -msgstr "" +msgstr "Nenhum formulário nesta categoria" #: js/scripts.js:739 msgid "Are you sure you want to delete this question?" -msgstr "" +msgstr "Tem certeza que quer deletar esta questão?" #: js/scripts.js:941 msgid "Are you sure you want to delete this section?" -msgstr "" +msgstr "Tem certeza que quer deletar esta seção?" #: js/scripts.js:1233 msgid "Are you sure you want to delete this destination:" -msgstr "" +msgstr "Tem certeza que quer deletar este destino?" diff --git a/locales/tr_TR.mo b/locales/tr_TR.mo index d7793d512..3c26fb24b 100644 Binary files a/locales/tr_TR.mo and b/locales/tr_TR.mo differ diff --git a/locales/tr_TR.po b/locales/tr_TR.po index de7acec15..f204f00a9 100644 --- a/locales/tr_TR.po +++ b/locales/tr_TR.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-19 16:02+0200\n" +"POT-Creation-Date: 2021-07-20 09:56+0200\n" "PO-Revision-Date: 2021-06-14 06:58+0000\n" "Last-Translator: Kaya Zeren , 2021\n" "Language-Team: Turkish (Turkey) (https://www.transifex.com/teclib/teams/28042/tr_TR/)\n" @@ -390,7 +390,7 @@ msgstr "Sorudan sağlayıcı" #: inc/abstracttarget.class.php:2096 inc/target_actor.class.php:77 msgid "Form author's supervisor" -msgstr "" +msgstr "Formu hazırlayanın yöneticisi" #: inc/category.class.php:72 msgid "Knowbase category" @@ -1395,11 +1395,11 @@ msgstr "Bir açıklama alanında açıklama bulunmalıdır:" #: inc/field/dropdownfield.class.php:65 msgid "User" -msgstr "" +msgstr "Kullanıcı" #: inc/field/dropdownfield.class.php:67 msgid "User and form" -msgstr "" +msgstr "Kullanıcı ve form" #: inc/field/dropdownfield.class.php:98 msgid "SLA" @@ -1461,7 +1461,7 @@ msgstr "Açılan kutu türü geçersiz: %s" #: inc/field/dropdownfield.class.php:875 msgid "Entity restriction" -msgstr "" +msgstr "Birim kısıtlaması" #: inc/field/emailfield.class.php:108 #, php-format @@ -1678,24 +1678,24 @@ msgstr "Formcreator - Eşitleme hizmeti katalog sorunları" #: js/scripts.js:357 msgid "No form found. Please choose a form below instead" -msgstr "" +msgstr "Herhangi bir form bulunamadı. Lütfen aşağıdan bir form seçin" #: js/scripts.js:380 js/scripts.js:401 msgid "An error occured while querying forms" -msgstr "" +msgstr "Formlar alınırken bir sorun çıktı" #: js/scripts.js:463 msgid "No form yet in this category" -msgstr "" +msgstr "Bu kategoride henüz bir form yok" #: js/scripts.js:739 msgid "Are you sure you want to delete this question?" -msgstr "" +msgstr "Bu soruyu silmek istediğinize emin misiniz?" #: js/scripts.js:941 msgid "Are you sure you want to delete this section?" -msgstr "" +msgstr "Bu bölümü silmek istediğinize emin misiniz?" #: js/scripts.js:1233 msgid "Are you sure you want to delete this destination:" -msgstr "" +msgstr "Bu hedefi silmek istediğinize emin misiniz:" diff --git a/package.json b/package.json index 2a75e488b..e80b8c43e 100644 --- a/package.json +++ b/package.json @@ -14,5 +14,5 @@ "tag": true } }, - "version": "2.12.0-beta.1" + "version": "2.12.0" } diff --git a/plugin.xml b/plugin.xml index 030b3934d..c84832c8b 100644 --- a/plugin.xml +++ b/plugin.xml @@ -61,6 +61,11 @@ Features Teclib' + + 2.12.0 + 9.5.5 + https://github.com/pluginsGLPI/formcreator/releases/download/v2.12.0/glpi-formcreator-2.12.0.tar.bz2 + 2.12.0-beta.1 9.5.5 diff --git a/setup.php b/setup.php index 5d38ce70d..ca87dfacd 100644 --- a/setup.php +++ b/setup.php @@ -31,11 +31,11 @@ global $CFG_GLPI; // Version of the plugin -define('PLUGIN_FORMCREATOR_VERSION', '2.12.0-beta.1'); +define('PLUGIN_FORMCREATOR_VERSION', '2.12.0'); // Schema version of this version define('PLUGIN_FORMCREATOR_SCHEMA_VERSION', '2.12'); // is or is not an official release of the plugin -define('PLUGIN_FORMCREATOR_IS_OFFICIAL_RELEASE', false); +define('PLUGIN_FORMCREATOR_IS_OFFICIAL_RELEASE', true); // Minimal GLPI version, inclusive define ('PLUGIN_FORMCREATOR_GLPI_MIN_VERSION', '9.5');