Skip to content

Commit f68163c

Browse files
stonebuzzRom1-B
andauthored
3.0.2 (#463)
* 3.0.2 * reword changelog * update date * Apply suggestion from @Rom1-B --------- Co-authored-by: Romain B. <8530352+Rom1-B@users.noreply.github.com>
1 parent 1083f93 commit f68163c

3 files changed

Lines changed: 14 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

8-
## [UNRELEASED]
8+
## [3.0.2 End-of-Life Updater] - 2025-11-20
99

10-
- Uninstall process
10+
- Secured, fixed, and enhanced the uninstall process
1111

1212
## [3.0.1 End-of-Life Updater] - 2025-11-13
1313

genericobject.xml

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313
</short>
1414
<long>
1515
<fr>
16-
Genericobject 3.0.0 - Plugin de migration uniquement (Fin de vie)
16+
Genericobject 3.0.x - Plugin de migration uniquement (Fin de vie)
1717

1818
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.
1919

20-
⚠️ 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é.
20+
⚠️ 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é.
2121

2222
Instructions d'utilisation :
2323
--------------------------
24-
1. Après la migration vers GLPI 11, installez cette version finale (3.0.0).
24+
1. Après la migration vers GLPI 11, installez cette version finale (3.0.x).
2525
2. Lancez l'opération de migration des données à l'aide de la commande suivante :
2626
- « `php bin/console migration:genericobject_plugin_to_core` ».
2727
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
3131
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.
3232
</fr>
3333
<en>
34-
Genericobject 3.0.0 - Migration Plugin Only (End of Life)
34+
Genericobject 3.0.x - Migration Plugin Only (End of Life)
3535

3636
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.
3737

38-
⚠️ Warning: the final version 3.0.0 is an EOL (End of Life) release. It no longer receives functional updates or security patches.
38+
⚠️ Warning: the final version 3.0.x is an EOL (End of Life) release. It no longer receives functional updates or security patches.
3939

4040
Usage Instructions:
4141
--------------------------
42-
1. After migrating to GLPI 11, install this final version (3.0.0).
42+
1. After migrating to GLPI 11, install this final version (3.0.x).
4343
2. Run the data migration operation using the following command:
4444
- "`php bin/console migration:genericobject_plugin_to_core`".
4545
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
5858
<author>Walid Nouh</author>
5959
</authors>
6060
<versions>
61+
<version>
62+
<num>3.0.2</num>
63+
<compatibility>~11.0.0</compatibility>
64+
<download_url>https://github.com/pluginsGLPI/genericobject/releases/download/3.0.1/glpi-genericobject-3.0.2.tar.bz2</download_url>
65+
</version>
6166
<version>
6267
<num>3.0.1</num>
6368
<compatibility>~11.0.0</compatibility>

setup.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
* -------------------------------------------------------------------------
2929
*/
3030

31-
define('PLUGIN_GENERICOBJECT_VERSION', '3.0.1');
31+
define('PLUGIN_GENERICOBJECT_VERSION', '3.0.2');
3232

3333
// Minimal GLPI version, inclusive
3434
define("PLUGIN_GENERICOBJECT_MIN_GLPI", "11.0.0");

0 commit comments

Comments
 (0)