Skip to content

Commit b4b8b09

Browse files
committed
release GLPI 11.0
1 parent 3cc48f1 commit b4b8b09

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

8-
## [unreleased]
8+
## [1.13.0] - 2025-09-22
9+
10+
### Added
11+
12+
- GLPI 11 compatibility
913

1014
## [1.12.5] - 2025-09-19
1115

plugin.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ Fonctionnalités
5454
</authors>
5555
<versions>
5656
<version>
57-
<num>1.13.0-beta2</num>
57+
<num>1.13.0</num>
5858
<compatibility>~11.0.0</compatibility>
59-
<download_url>https://github.com/pluginsGLPI/news/releases/download/1.13.0-beta2/glpi-news-1.13.0-beta2.tar.bz2</download_url>
59+
<download_url>https://github.com/pluginsGLPI/news/releases/download/1.13.0/glpi-news-1.13.0.tar.bz2</download_url>
6060
</version>
6161
<version>
6262
<num>1.12.5</num>

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_NEWS_VERSION', '1.13.0-beta2');
31+
define('PLUGIN_NEWS_VERSION', '1.13.0');
3232

3333
// Minimal GLPI version, inclusive
3434
define('PLUGIN_NEWS_MIN_GLPI', '11.0.0');

0 commit comments

Comments
 (0)