Skip to content

Commit 144a396

Browse files
authored
3.0.1 (#461)
1 parent 7de0141 commit 144a396

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ 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] - 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

genericobject.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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>

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.0');
31+
define('PLUGIN_GENERICOBJECT_VERSION', '3.0.1');
3232

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

0 commit comments

Comments
 (0)