From f8af70aea6c2b7f5f78229eedf36faf61d47d551 Mon Sep 17 00:00:00 2001 From: Stanislas Kita Date: Wed, 19 Nov 2025 16:13:21 +0100 Subject: [PATCH 1/4] 3.0.2 --- CHANGELOG.md | 2 +- genericobject.xml | 17 +++++++++++------ setup.php | 2 +- 3 files changed, 13 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 162caf1..e2e9890 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). -## [UNRELEASED] +## [3.0.2 End-of-Life Updater] - 2025-11-13 - Uninstall process diff --git a/genericobject.xml b/genericobject.xml index c582798..46d2550 100644 --- a/genericobject.xml +++ b/genericobject.xml @@ -13,15 +13,15 @@ -Genericobject 3.0.0 - Plugin de migration uniquement (Fin de vie) +Genericobject 3.0.x - Plugin de migration uniquement (Fin de vie) Si vous prévoyez de migrer votre instance GLPI vers la version 11 et que vous n'avez pas installé la version 2.14.14 sur votre instance GLPI 10.0.x, une version spécifique compatible avec GLPI 11 est disponible. -⚠️ Attention : la version finale 3.0.0 est une version EOL (fin de vie). Elle ne bénéficie plus de mises à jour fonctionnelles ni de correctifs de sécurité. +⚠️ Attention : la version finale 3.0.x est une version EOL (fin de vie). Elle ne bénéficie plus de mises à jour fonctionnelles ni de correctifs de sécurité. Instructions d'utilisation : -------------------------- -1. Après la migration vers GLPI 11, installez cette version finale (3.0.0). +1. Après la migration vers GLPI 11, installez cette version finale (3.0.x). 2. Lancez l'opération de migration des données à l'aide de la commande suivante : - « `php bin/console migration:genericobject_plugin_to_core` ». 3. Attention : si vous avez ajouté des champs supplémentaires à vos éléments GenericObject en utilisant le plugin Fields, vous devez mettre à jour ce dernier vers la version compatible avec GLPI 11 (1.22.0). @@ -31,15 +31,15 @@ Cette version inclut en effet une méthode de migration dédiée permettant d'as Cette version ne fournit qu'un support pour la migration. Pour les fonctionnalités relatives aux actifs personnalisés, utilisez les actifs personnalisés natifs de GLPI 11. -Genericobject 3.0.0 - Migration Plugin Only (End of Life) +Genericobject 3.0.x - Migration Plugin Only (End of Life) If you plan to migrate your GLPI instance to version 11 and have not installed version 2.14.14 on your GLPI 10.0.x instance, a specific version compatible with GLPI 11 is available. -⚠️ Warning: the final version 3.0.0 is an EOL (End of Life) release. It no longer receives functional updates or security patches. +⚠️ Warning: the final version 3.0.x is an EOL (End of Life) release. It no longer receives functional updates or security patches. Usage Instructions: -------------------------- -1. After migrating to GLPI 11, install this final version (3.0.0). +1. After migrating to GLPI 11, install this final version (3.0.x). 2. Run the data migration operation using the following command: - "`php bin/console migration:genericobject_plugin_to_core`". 3. Warning: if you have added extra fields to your GenericObject items using the Fields plugin, you must update it to the version compatible with GLPI 11 (1.22.0). @@ -58,6 +58,11 @@ This version provides support for migration only. For features related to custom Walid Nouh + + 3.0.2 + ~11.0.0 + https://github.com/pluginsGLPI/genericobject/releases/download/3.0.1/glpi-genericobject-3.0.2.tar.bz2 + 3.0.1 ~11.0.0 diff --git a/setup.php b/setup.php index d9cd592..f1e8571 100644 --- a/setup.php +++ b/setup.php @@ -28,7 +28,7 @@ * ------------------------------------------------------------------------- */ -define('PLUGIN_GENERICOBJECT_VERSION', '3.0.1'); +define('PLUGIN_GENERICOBJECT_VERSION', '3.0.2'); // Minimal GLPI version, inclusive define("PLUGIN_GENERICOBJECT_MIN_GLPI", "11.0.0"); From 3b68eaaad9274567b70c5917c428e09ede16cd57 Mon Sep 17 00:00:00 2001 From: Stanislas Kita Date: Wed, 19 Nov 2025 16:14:04 +0100 Subject: [PATCH 2/4] reword changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e2e9890..300277a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [3.0.2 End-of-Life Updater] - 2025-11-13 -- Uninstall process +- Secured, fixed, and enhanced the uninstall process ## [3.0.1 End-of-Life Updater] - 2025-11-13 From f8dba0d3af2b119b3516417710249071a599034f Mon Sep 17 00:00:00 2001 From: Stanislas Kita Date: Wed, 19 Nov 2025 16:14:23 +0100 Subject: [PATCH 3/4] update date --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 300277a..b13045f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). -## [3.0.2 End-of-Life Updater] - 2025-11-13 +## [3.0.2 End-of-Life Updater] - 2025-11-19 - Secured, fixed, and enhanced the uninstall process From 8d29cce81af0b64f52758aa586223a3dfbe58eb6 Mon Sep 17 00:00:00 2001 From: "Romain B." <8530352+Rom1-B@users.noreply.github.com> Date: Thu, 20 Nov 2025 08:04:21 +0100 Subject: [PATCH 4/4] Apply suggestion from @Rom1-B --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b13045f..a68d686 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). -## [3.0.2 End-of-Life Updater] - 2025-11-19 +## [3.0.2 End-of-Life Updater] - 2025-11-20 - Secured, fixed, and enhanced the uninstall process