Skip to content

Commit

Permalink
Merge branch 'release/2.11.2' into support/2.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
btry committed Feb 25, 2021
2 parents 46ce9b3 + 4f11d89 commit f4ec738
Show file tree
Hide file tree
Showing 5 changed files with 52 additions and 3 deletions.
44 changes: 44 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,47 @@
## [2.11.2](https://github.com/pluginsglpi/formcreator/compare/v2.11.1...v2.11.2) (2021-02-25)


### Bug Fixes

* **actorfield:** answer not displayed when shwoing saved data ([003ddda](https://github.com/pluginsglpi/formcreator/commit/003ddda1bbe1bd4bdf8d4d1455e8835b171c2a6a))
* **form:** loss of icon when editing a form ([d340f79](https://github.com/pluginsglpi/formcreator/commit/d340f79bac0288ab6b301770a3941c0644d77bbd))
* **issue:** update handling of url in emai: notifications ([b99b19b](https://github.com/pluginsglpi/formcreator/commit/b99b19b4e8ec56602652c6c67c53af451f365e8f))
* fatal error when not filling a date ([940bfee](https://github.com/pluginsglpi/formcreator/commit/940bfee2ecf7a22a4fc5033d81c90536e0baeac8))
* **ldapfield:** PHP warning when editing the question ([db452c7](https://github.com/pluginsglpi/formcreator/commit/db452c7be5b18d41623b549c32cb45c8d0935efd)), closes [#2116](https://github.com/pluginsglpi/formcreator/issues/2116)
* **question:** better error handling ([051184a](https://github.com/pluginsglpi/formcreator/commit/051184ae8fdbab344ffd9e5d4cd48bf92d4de3dd))
* **question:** vertical alignment on display for requester ([eda6842](https://github.com/pluginsglpi/formcreator/commit/eda684241831a4d7077cd5e91bacfbf1bb4fe88e))
* **section:** fail to import condition settings ([7f712bd](https://github.com/pluginsglpi/formcreator/commit/7f712bd94a77bf871e2123981924510d08fbc44d))
* **selectfield:** validity check different from radios field ([46ce9b3](https://github.com/pluginsglpi/formcreator/commit/46ce9b3c5c3e0bb76c559d53cfd9af504109c384))
* **wizard:** reduce spacing between search bar and results ([36870e5](https://github.com/pluginsglpi/formcreator/commit/36870e51bfb15b4388f5e4fca0b27873460a8c30))


### Features

* **dropdownfield:** allow regex comparison ([9fd8c1a](https://github.com/pluginsglpi/formcreator/commit/9fd8c1aaf3638011f9da9ddae420d93a96f3405d))



<a name="v2.11.2"></a>
## [v2.11.2](https://github.com/pluginsglpi/formcreator/compare/v2.11.1..v2.11.2) (2021-02-18)


### Bug Fixes

* fatal error when not filling a date ([940bfee2](https://github.com/pluginsglpi/formcreator/commit/940bfee2))
* **actorfield:** answer not displayed when shwoing saved data ([003ddda1](https://github.com/pluginsglpi/formcreator/commit/003ddda1))
* **form:** loss of icon when editing a form ([d340f79b](https://github.com/pluginsglpi/formcreator/commit/d340f79b))
* **issue:** update handling of url in emai: notifications ([b99b19b4](https://github.com/pluginsglpi/formcreator/commit/b99b19b4))
* **ldapfield:** PHP warning when editing the question ([db452c7b](https://github.com/pluginsglpi/formcreator/commit/db452c7b)), closes [#2116](https://github.com/pluginsglpi/formcreator/issues/2116)
* **question:** better error handling ([051184ae](https://github.com/pluginsglpi/formcreator/commit/051184ae))
* **section:** fail to import condition settings ([7f712bd9](https://github.com/pluginsglpi/formcreator/commit/7f712bd9))
* **selectfield:** validity check different from radios field ([46ce9b3c](https://github.com/pluginsglpi/formcreator/commit/46ce9b3c))
* **wizard:** reduce spacing between search bar and results ([36870e51](https://github.com/pluginsglpi/formcreator/commit/36870e51))


### Features

* **dropdownfield:** allow regex comparison ([9fd8c1aa](https://github.com/pluginsglpi/formcreator/commit/9fd8c1aa))

## [2.11.1](https://github.com/pluginsglpi/formcreator/compare/v2.11.0...v2.11.1) (2021-02-03)


Expand Down
2 changes: 1 addition & 1 deletion css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ input.submit_button:focus {

#plugin_formcreator_form.plugin_formcreator_form [data-itemtype = "PluginFormcreatorQuestion"]:not([hidden]),
#plugin_formcreator_form.plugin_formcreator_form .plugin_formcreator_gap {
vertical-align: top;
vertical-align: bottom;
display: inline-block;
}

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
}
},
"dependencies": [],
"version": "2.11.1"
"version": "2.11.2"
}
5 changes: 5 additions & 0 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,11 @@ Features
<author>Teclib'</author>
</authors>
<versions>
<version>
<num>2.11.2</num>
<compatibility>9.5.x</compatibility>
<download_url>https://github.com/pluginsGLPI/formcreator/releases/download/v2.11.2/glpi-formcreator-2.11.2.tar.bz2</download_url>
</version>
<version>
<num>2.11.1</num>
<compatibility>9.5.x</compatibility>
Expand Down
2 changes: 1 addition & 1 deletion setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

global $CFG_GLPI;
// Version of the plugin
define('PLUGIN_FORMCREATOR_VERSION', '2.11.1');
define('PLUGIN_FORMCREATOR_VERSION', '2.11.2');
// Schema version of this version
define('PLUGIN_FORMCREATOR_SCHEMA_VERSION', '2.11');
// is or is not an official release of the plugin
Expand Down

0 comments on commit f4ec738

Please sign in to comment.