Releases: pluginsGLPI/genericobject
3.0.2
See CHANGELOG.md for changes details.
3.0.1
See CHANGELOG.md for changes details.
3.0.0
Generic Objects End-of-Life Updater
If you plan to migrate your GLPI instance to version 11 and have not installed version 2.14.14 (latest version) on your GLPI 10.0.x instance, a specific version compatible with GLPI 11 is available.
Usage Instructions:
- After migrating to GLPI 11, install this final version (3.0.0).
- Run the data migration operation using the following command:
php bin/console migration:genericobject_plugin_to_core.
⚠️ Warning: if you have added extra fields to yourGenericObjectitems using theFieldsplugin, you must update it to the version compatible with GLPI 11 (1.22.0).
This version indeed includes a dedicated migration method to correctly associate these fields with GLPI's CustomAsset system, which they previously relied on.- Uninstall the GenericObject plugin once all data has been integrated and verified within the core of GLPI 11.
This version provides support for migration only. For features related to custom assets, use GLPI 11's native custom assets.
2.14.14
See CHANGELOG.md for changes details.
2.14.13
See CHANGELOG.md for changes details.
2.14.12
See CHANGELOG.md for changes details.
2.14.11
See CHANGELOG.md for changes details.
2.14.10
See CHANGELOG.md for changes details.
2.14.9
See CHANGELOG.md for changes details.
2.14.8
Compatible with GLPI 10.0.
Changelog
- Fixed: Search options are not generated using the current language.