Skip to content

Commit 36fe87f

Browse files
authored
2.14.9
1 parent 2874e8b commit 36fe87f

File tree

3 files changed

+24
-1
lines changed

3 files changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](http://keepachangelog.com/)
6+
and this project adheres to [Semantic Versioning](http://semver.org/).
7+
8+
9+
## [2.14.9] - 2024-04-02
10+
11+
### Added
12+
13+
- PHP 8.3 compatibilty (```get_parent_class()```).
14+
15+
### Fixed
16+
17+
- Fix input alignment to match GLPI style.
18+
- Fix ```impact``` icon for generic object.

genericobject.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@
2424
<author>Walid Nouh</author>
2525
</authors>
2626
<versions>
27+
<version>
28+
<num>2.14.9</num>
29+
<compatibility>~10.0.0</compatibility>
30+
<download_url>https://github.com/pluginsGLPI/genericobject/releases/download/2.14.9/glpi-genericobject-2.14.9.tar.bz2</download_url>
31+
</version>
2732
<version>
2833
<num>2.14.8</num>
2934
<compatibility>~10.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', '2.14.8');
31+
define('PLUGIN_GENERICOBJECT_VERSION', '2.14.9');
3232

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

0 commit comments

Comments
 (0)