Skip to content

Commit 4f8ca10

Browse files
authored
1.23.1 (#1093)
1 parent f4b1f9a commit 4f8ca10

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10-
- Fix `add` operations when a linked object already exists before the plugin container fields are created.
11-
12-
### Fixed
10+
## [1.23.1] - 2025-11-20
1311

12+
- Fix `add` operations when a linked object already exists before the plugin container fields are created.
1413
- Fix left side menu url (with `DIR_MARKETPLACE`)
1514
- Fix default value format for multiple dropdown (GLPIObject)
1615
- Fix bad SQL query for `GenericObject`

plugin.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,11 @@ Il existe un [script de migration](https://github.com/pluginsGLPI/customfields/b
9898
<author>Olivier Moron</author>
9999
</authors>
100100
<versions>
101+
<version>
102+
<num>1.23.1</num>
103+
<compatibility>~11.0.2</compatibility>
104+
<download_url>https://github.com/pluginsGLPI/fields/releases/download/1.23.1/glpi-fields-1.23.1.tar.bz2</download_url>
105+
</version>
101106
<version>
102107
<num>1.23.0</num>
103108
<compatibility>~11.0.2</compatibility>
@@ -108,6 +113,11 @@ Il existe un [script de migration](https://github.com/pluginsGLPI/customfields/b
108113
<compatibility>~11.0.0</compatibility>
109114
<download_url>https://github.com/pluginsGLPI/fields/releases/download/1.22.2/glpi-fields-1.22.2.tar.bz2</download_url>
110115
</version>
116+
<version>
117+
<num>1.21.25</num>
118+
<compatibility>~10.0.11</compatibility>
119+
<download_url>https://github.com/pluginsGLPI/fields/releases/download/1.21.25/glpi-fields-1.21.25.tar.bz2</download_url>
120+
</version>
111121
<version>
112122
<num>1.21.24</num>
113123
<compatibility>~10.0.11</compatibility>

setup.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
/** @var array $CFG_GLPI */
3232
global $CFG_GLPI;
3333

34-
define('PLUGIN_FIELDS_VERSION', '1.23.0');
34+
define('PLUGIN_FIELDS_VERSION', '1.23.1');
3535

3636
// Minimal GLPI version, inclusive
3737
define('PLUGIN_FIELDS_MIN_GLPI', '11.0.2');

0 commit comments

Comments
 (0)