Skip to content

Commit f8fedcd

Browse files
committed
Merge branch 'release/2.13.0-beta.2' into support/2.13.0
2 parents 17a87e2 + 4ea8ddd commit f8fedcd

File tree

6 files changed

+51
-4
lines changed

6 files changed

+51
-4
lines changed

CHANGELOG.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,45 @@
1+
<a name="2.13.0-beta.2"></a>
2+
## [2.13.0-beta.2](https://github.com/pluginsGLPI/formcreator/compare/2.13.0-beta.1..2.13.0-beta.2) (2022-05-17)
3+
4+
5+
### Bug Fixes
6+
7+
* do not overwrite dashboards from other plugins ([d0f49e19](https://github.com/pluginsGLPI/formcreator/commit/d0f49e19))
8+
* remove tech group search option from service catalog ([c473076f](https://github.com/pluginsGLPI/formcreator/commit/c473076f))
9+
* **condition:** condition loss if itil target edited ([aaae0344](https://github.com/pluginsGLPI/formcreator/commit/aaae0344))
10+
* **condition:** fail to import conditions ([cb4dceb3](https://github.com/pluginsGLPI/formcreator/commit/cb4dceb3))
11+
* **conditionnabletrait:** php warning ([bdfabf8e](https://github.com/pluginsGLPI/formcreator/commit/bdfabf8e))
12+
* **form:** Form with restricted acces: redirect to login form if not logged in ([fe1eadd6](https://github.com/pluginsGLPI/formcreator/commit/fe1eadd6))
13+
* **form:** allow redirect to login for private forms as well ([bdae85a0](https://github.com/pluginsGLPI/formcreator/commit/bdae85a0))
14+
* **form:** design css broken ([d8c76692](https://github.com/pluginsGLPI/formcreator/commit/d8c76692))
15+
* **formanswer:** bad parenthesis nest and bad oject used ([70b77d32](https://github.com/pluginsGLPI/formcreator/commit/70b77d32))
16+
* **glpiselectfield:** generic objects support lost in TWIG conversion ([d18852c0](https://github.com/pluginsGLPI/formcreator/commit/d18852c0))
17+
* **glpiselectfield,dropdownfield:** comparisons methods for conditions ([f41dafce](https://github.com/pluginsGLPI/formcreator/commit/f41dafce))
18+
* **install:** index overflow (#2775) ([cec857b8](https://github.com/pluginsGLPI/formcreator/commit/cec857b8))
19+
* **issue:** restrict tech group search option to assignable groups ([230b33ef](https://github.com/pluginsGLPI/formcreator/commit/230b33ef))
20+
* **targetticket:** associated elements from question ([0a62b976](https://github.com/pluginsGLPI/formcreator/commit/0a62b976))
21+
* **targetticket:** select questions outside form ([c38e1d9c](https://github.com/pluginsGLPI/formcreator/commit/c38e1d9c))
22+
* **wizard:** bad label when searching KB items ([1fc81bc8](https://github.com/pluginsGLPI/formcreator/commit/1fc81bc8))
23+
* **wizard:** fix KB only browsing ([de78b9ed](https://github.com/pluginsGLPI/formcreator/commit/de78b9ed))
24+
25+
26+
### Features
27+
28+
* **dashboard:** enable label ([6309aa37](https://github.com/pluginsGLPI/formcreator/commit/6309aa37))
29+
* **dashboard:** harmonize with GLPI color ([529395a4](https://github.com/pluginsGLPI/formcreator/commit/529395a4))
30+
* **dashboard:** shorter card labels ([3e29a467](https://github.com/pluginsGLPI/formcreator/commit/3e29a467))
31+
* **form:** better target list presentation ([343e5261](https://github.com/pluginsGLPI/formcreator/commit/343e5261))
32+
* **form:** default language for new form unset ([a57e4a61](https://github.com/pluginsGLPI/formcreator/commit/a57e4a61))
33+
* **formanswer:** hook before generating targets ([8542adc4](https://github.com/pluginsGLPI/formcreator/commit/8542adc4))
34+
* **issue:** add option to hide search Issue if needed ([b37e1c02](https://github.com/pluginsGLPI/formcreator/commit/b37e1c02))
35+
* **tile:** radius and margin ([b5ce782f](https://github.com/pluginsGLPI/formcreator/commit/b5ce782f))
36+
* **tile:** title of tiles in bold ([425c71d4](https://github.com/pluginsGLPI/formcreator/commit/425c71d4))
37+
* **ui:** rework category list ([2bbbe735](https://github.com/pluginsGLPI/formcreator/commit/2bbbe735))
38+
* **wizard:** new tile design, optional ([aeb040c6](https://github.com/pluginsGLPI/formcreator/commit/aeb040c6))
39+
* **wizard:** replace sort label by icon ([f7320a5c](https://github.com/pluginsGLPI/formcreator/commit/f7320a5c))
40+
41+
42+
143
<a name="2.13.0-beta.1"></a>
244
## [HEAD](https://github.com/pluginsGLPI/formcreator/compare/2.13.0-alpha.4..2.13.0-beta.1) (2022-04-26)
345

locales/fr_FR.mo

-10 Bytes
Binary file not shown.

locales/fr_FR.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1277,7 +1277,7 @@ msgstr "Intervalle maximum"
12771277

12781278
#: inc/form.class.php:66 inc/form.class.php:432
12791279
msgid "Public access"
1280-
msgstr "Accès public / anonyme"
1280+
msgstr "Accès public"
12811281

12821282
#: inc/form.class.php:67 inc/form.class.php:436
12831283
msgid "Private access"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
"tag": true
1515
}
1616
},
17-
"version": "2.13.0-dev"
17+
"version": "2.13.0-beta.2"
1818
}

plugin.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,11 @@ Features
5858
<author>Teclib'</author>
5959
</authors>
6060
<versions>
61+
<version>
62+
<num>2.13.0-beta.2</num>
63+
<compatibility>~10.0</compatibility>
64+
<download_url>https://github.com/pluginsGLPI/formcreator/releases/download/2.13.0-beta.2/glpi-formcreator-2.13.0-beta.2.tar.bz2</download_url>
65+
</version>
6166
<version>
6267
<num>2.13.0-beta.1</num>
6368
<compatibility>~10.0</compatibility>

setup.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@
3333

3434
global $CFG_GLPI;
3535
// Version of the plugin (major.minor.bugfix)
36-
define('PLUGIN_FORMCREATOR_VERSION', '2.13.0-dev');
36+
define('PLUGIN_FORMCREATOR_VERSION', '2.13.0-beta.2');
3737
// Schema version of this version (major.minor only)
3838
define('PLUGIN_FORMCREATOR_SCHEMA_VERSION', '2.13');
3939
// is or is not an official release of the plugin
40-
define('PLUGIN_FORMCREATOR_IS_OFFICIAL_RELEASE', false);
40+
define('PLUGIN_FORMCREATOR_IS_OFFICIAL_RELEASE', true);
4141

4242
// Minimal GLPI version, inclusive
4343
define ('PLUGIN_FORMCREATOR_GLPI_MIN_VERSION', '10.0');

0 commit comments

Comments
 (0)