Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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


5 changes: 5 additions & 0 deletions advancedforms.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@
</authors>
<versions>
<!-- Add as many version tag you want -->
<version>
<num>1.0.1</num>
<compatibility>~11.0.0</compatibility>
<download_url>https://github.com/pluginsGLPI/advancedforms/releases/download/1.0.1/glpi-advancedforms-1.0.1.tar.bz2</download_url>
</version>
<version>
<num>1.0.0</num>
<compatibility>~11.0.0</compatibility>
Expand Down
2 changes: 1 addition & 1 deletion setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -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) */
Expand Down