Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.12.4 #164

Merged
merged 2 commits into from
Nov 8, 2024
Merged
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
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ 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/).

## [1.12.4] - 2024-11-08

- Update translations

## [1.12.3] - 2024-07-04

### Fixed
Expand Down
5 changes: 5 additions & 0 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@ Fonctionnalités
<author>TECLIB'</author>
</authors>
<versions>
<version>
<num>1.12.4</num>
<compatibility>~10.0.0</compatibility>
<download_url>https://github.com/pluginsGLPI/news/releases/download/1.12.4/glpi-news-1.12.4.tar.bz2</download_url>
</version>
<version>
<num>1.12.3</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_NEWS_VERSION', '1.12.3');
define('PLUGIN_NEWS_VERSION', '1.12.4');

// Minimal GLPI version, inclusive
define('PLUGIN_NEWS_MIN_GLPI', '10.0.0');
Expand Down