Skip to content
Merged

3.0.1 #461

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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] - XXXX-XX-XX
## [3.0.1 End-of-Life Updater] - 2025-11-13

- Fix Twig error on migration_status page
- Check method existence before calling uninstall on custom assets
Expand Down
5 changes: 5 additions & 0 deletions genericobject.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,11 @@ This version provides support for migration only. For features related to custom
<author>Walid Nouh</author>
</authors>
<versions>
<version>
<num>3.0.1</num>
<compatibility>~11.0.0</compatibility>
<download_url>https://github.com/pluginsGLPI/genericobject/releases/download/3.0.1/glpi-genericobject-3.0.1.tar.bz2</download_url>
</version>
<version>
<num>3.0.0</num>
<compatibility>~11.0.0</compatibility>
Expand Down
2 changes: 1 addition & 1 deletion setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
* -------------------------------------------------------------------------
*/

define('PLUGIN_GENERICOBJECT_VERSION', '3.0.0');
define('PLUGIN_GENERICOBJECT_VERSION', '3.0.1');

// Minimal GLPI version, inclusive
define("PLUGIN_GENERICOBJECT_MIN_GLPI", "11.0.0");
Expand Down