File tree Expand file tree Collapse file tree 3 files changed +13
-4
lines changed
Expand file tree Collapse file tree 3 files changed +13
-4
lines changed Original file line number Diff line number Diff 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 `
Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff line change 3131/** @var array $CFG_GLPI */
3232global $ 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
3737define ('PLUGIN_FIELDS_MIN_GLPI ' , '11.0.2 ' );
You can’t perform that action at this time.
0 commit comments