diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..bc13955 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,17 @@ +# Change Log + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](http://keepachangelog.com/) +and this project adheres to [Semantic Versioning](http://semver.org/). + +## [1.0.1] - 2026-01-07 + +### Fixed + +- Ip address and hostname question types: add reverse proxy support +- LDAP select question type: inactive LDAP directories can no longer be selected +- LDAP select question type: fix select not working on helpdesk +- LDAP select question type: fix filtering not being applied + + diff --git a/advancedforms.xml b/advancedforms.xml index f401183..f898b8a 100644 --- a/advancedforms.xml +++ b/advancedforms.xml @@ -26,6 +26,11 @@ + + 1.0.1 + ~11.0.0 + https://github.com/pluginsGLPI/advancedforms/releases/download/1.0.1/glpi-advancedforms-1.0.1.tar.bz2 + 1.0.0 ~11.0.0 diff --git a/setup.php b/setup.php index c6dea5e..a75611f 100644 --- a/setup.php +++ b/setup.php @@ -35,7 +35,7 @@ use GlpiPlugin\Advancedforms\Service\InitManager; /** @phpstan-ignore theCodingMachineSafe.function (safe to assume this isn't already defined) */ -define('PLUGIN_ADVANCEDFORMS_VERSION', '1.0.0'); +define('PLUGIN_ADVANCEDFORMS_VERSION', '1.0.1'); // Minimal GLPI version, inclusive /** @phpstan-ignore theCodingMachineSafe.function (safe to assume this isn't already defined) */