File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
66and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
77
8- ## [ Unreleased ] - XXXX-XX-XX
8+ ## [ 3.0.1 End-of-Life Updater ] - 2025-11-13
99
1010- Fix Twig error on migration_status page
1111- Check method existence before calling uninstall on custom assets
Original file line number Diff line number Diff line change @@ -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.1</num >
63+ <compatibility >~11.0.0</compatibility >
64+ <download_url >https://github.com/pluginsGLPI/genericobject/releases/download/3.0.1/glpi-genericobject-3.0.1.tar.bz2</download_url >
65+ </version >
6166 <version >
6267 <num >3.0.0</num >
6368 <compatibility >~11.0.0</compatibility >
Original file line number Diff line number Diff line change 2828 * -------------------------------------------------------------------------
2929 */
3030
31- define ('PLUGIN_GENERICOBJECT_VERSION ' , '3.0.0 ' );
31+ define ('PLUGIN_GENERICOBJECT_VERSION ' , '3.0.1 ' );
3232
3333// Minimal GLPI version, inclusive
3434define ("PLUGIN_GENERICOBJECT_MIN_GLPI " , "11.0.0 " );
You can’t perform that action at this time.
0 commit comments