File tree Expand file tree Collapse file tree 3 files changed +23
-1
lines changed
Expand file tree Collapse file tree 3 files changed +23
-1
lines changed Original file line number Diff line number Diff line change 1+ # Change Log
2+
3+ All notable changes to this project will be documented in this file.
4+
5+ The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
6+ and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
7+
8+ ## [ 1.0.1] - 2026-01-07
9+
10+ ### Fixed
11+
12+ - Ip address and hostname question types: add reverse proxy support
13+ - LDAP select question type: inactive LDAP directories can no longer be selected
14+ - LDAP select question type: fix select not working on helpdesk
15+ - LDAP select question type: fix filtering not being applied
16+
17+
Original file line number Diff line number Diff line change 2626 </authors >
2727 <versions >
2828 <!-- Add as many version tag you want -->
29+ <version >
30+ <num >1.0.1</num >
31+ <compatibility >~11.0.0</compatibility >
32+ <download_url >https://github.com/pluginsGLPI/advancedforms/releases/download/1.0.1/glpi-advancedforms-1.0.1.tar.bz2</download_url >
33+ </version >
2934 <version >
3035 <num >1.0.0</num >
3136 <compatibility >~11.0.0</compatibility >
Original file line number Diff line number Diff line change 3535use GlpiPlugin \Advancedforms \Service \InitManager ;
3636
3737/** @phpstan-ignore theCodingMachineSafe.function (safe to assume this isn't already defined) */
38- define ('PLUGIN_ADVANCEDFORMS_VERSION ' , '1.0.0 ' );
38+ define ('PLUGIN_ADVANCEDFORMS_VERSION ' , '1.0.1 ' );
3939
4040// Minimal GLPI version, inclusive
4141/** @phpstan-ignore theCodingMachineSafe.function (safe to assume this isn't already defined) */
You can’t perform that action at this time.
0 commit comments