Skip to content

Commit

Permalink
2.12.1 (#208)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rom1-B authored Oct 24, 2024
1 parent a537f07 commit 7d821c7
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ 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.12.1] - 2024-10-24

### Fixed

- Fix error message in search : "Unknown column 'is_active'" (#207)

## [2.12.0] - 2024-10-16

### Added
Expand Down
5 changes: 5 additions & 0 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@
<author>TECLIB'</author>
</authors>
<versions>
<version>
<num>2.12.1</num>
<compatibility>~10.0.0</compatibility>
<download_url>https://github.com/pluginsGLPI/tag/releases/download/2.12.1/glpi-tag-2.12.1.tar.bz2</download_url>
</version>
<version>
<num>2.12.0</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 @@ -30,7 +30,7 @@

use Glpi\Plugin\Hooks;

define('PLUGIN_TAG_VERSION', '2.12.0');
define('PLUGIN_TAG_VERSION', '2.12.1');

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

0 comments on commit 7d821c7

Please sign in to comment.