Skip to content

Commit 908d58f

Browse files
1.0.1
1 parent 2ecdc25 commit 908d58f

File tree

3 files changed

+23
-1
lines changed

3 files changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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+

advancedforms.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@
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>

setup.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
use 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) */

0 commit comments

Comments
 (0)