Skip to content

Commit b28de3e

Browse files
committed
Update plugin name & description
1 parent 61a04a6 commit b28de3e

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ Extend GLPI with Plugins.
1717

1818
**Formcreator v3.0.0 is a migration-only plugin designed exclusively for GLPI 11.0+**
1919

20-
This version serves only to migrate existing Formcreator data to GLPI 11's native form system. After migration, this plugin becomes End-of-Life (EOL).
20+
Transition plugin marking the end of life of Formcreator.
21+
It updates database tables and data to the final version, required before the automatic migration of forms into GLPI 11 core.
22+
⚠️ This plugin must be installed in production only to perform the update, and then uninstalled once the operation is complete.
2123

2224
## Table of Contents
2325

plugin.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@
55
<logo>https://raw.githubusercontent.com/pluginsGLPI/formcreator/master/icon.png</logo>
66
<description>
77
<short>
8-
<en>Formcreator v3.0.0 is a migration-only plugin that migrates existing form data to GLPI 11's native forms. After migration, this plugin becomes End-of-Life (EOL).</en>
8+
<en>
9+
Transition plugin marking the end of life of Formcreator.
10+
It updates database tables and data to the final version, required before the automatic migration of forms into GLPI 11 core.
11+
⚠️ This plugin must be installed in production only to perform the update, and then uninstalled once the operation is complete.
12+
</en>
913
</short>
1014
<long>
1115
<en>

setup.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ function plugin_version_formcreator() {
6666
$webDir = FORMCREATOR_ROOTDOC;
6767

6868
return [
69-
'name' => 'Form Creator (Migration Only)',
69+
'name' => 'Formcreator End-of-Life Updater',
7070
'version' => PLUGIN_FORMCREATOR_VERSION,
7171
'author' => '<a href="http://www.teclib.com">Teclib\'</a>',
7272
'homepage' => 'https://github.com/pluginsGLPI/formcreator',

0 commit comments

Comments
 (0)