Skip to content

Commit

Permalink
2.14.9
Browse files Browse the repository at this point in the history
  • Loading branch information
stonebuzz committed Apr 2, 2024
1 parent 2874e8b commit 36fe87f
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Change Log

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/).


## [2.14.9] - 2024-04-02

### Added

- PHP 8.3 compatibilty (```get_parent_class()```).

### Fixed

- Fix input alignment to match GLPI style.
- Fix ```impact``` icon for generic object.
5 changes: 5 additions & 0 deletions genericobject.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@
<author>Walid Nouh</author>
</authors>
<versions>
<version>
<num>2.14.9</num>
<compatibility>~10.0.0</compatibility>
<download_url>https://github.com/pluginsGLPI/genericobject/releases/download/2.14.9/glpi-genericobject-2.14.9.tar.bz2</download_url>
</version>
<version>
<num>2.14.8</num>
<compatibility>~10.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', '2.14.8');
define('PLUGIN_GENERICOBJECT_VERSION', '2.14.9');

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

0 comments on commit 36fe87f

Please sign in to comment.