Skip to content
Draft
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
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
name: "Generate CI matrix"
uses: "glpi-project/plugin-ci-workflows/.github/workflows/generate-ci-matrix.yml@v1"
with:
glpi-version: "11.0.x"
glpi-version: "12.0.x"
ci:
name: "GLPI ${{ matrix.glpi-version }} - php:${{ matrix.php-version }} - ${{ matrix.db-image }}"
needs: "generate-ci-matrix"
Expand Down
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/).

## [UNRELEASED]

### Added

- GLPI 12 compatibility

## [1.10.1] - 2026-08-04

### Fixed
Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include ../../PluginsMakefile.mk
21 changes: 17 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,25 @@
# More reporting GLPI plugin
# More Reporting GLPI plugin

:warning: This plugin reached its end of life. [Read more here](#end-of-life)

[![Join the chat at https://gitter.im/TECLIB/mreporting](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/TECLIB/mreporting?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

![Dashboard](https://raw.githubusercontent.com/PluginsGLPI/mreporting/main/screenshots/dashboard.png)

* Download : https://github.com/PluginsGLPI/mreporting/releases
* Translations on Transifex service : https://explore.transifex.com/teclib/glpi-project-plugin-mreporting/
* WIKI (Develop new reports) : https://github.com/PluginsGLPI/mreporting/wiki
## End of life

**This plugin has reached End of Life.**

All reports provided by this plugin are now available natively in GLPI's built-in dashboards.

This release (compatible with GLPI 12.0.x) is the last one. No further development or maintenance will be carried out.


## Links

* Download: https://github.com/PluginsGLPI/mreporting/releases
* Translations on Transifex: https://explore.transifex.com/teclib/glpi-project-plugin-mreporting/
* Wiki (developing new reports): https://github.com/PluginsGLPI/mreporting/wiki

## Contributing

Expand Down
11 changes: 1 addition & 10 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,11 @@
"php": ">=8.2",
"sboden/odtphp": "^3.2"
},
"require-dev": {
"glpi-project/tools": "^0.8"
},
"config": {
"optimize-autoloader": true,
"platform": {
"php": "8.2.99"
},
"sort-packages": true
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/teclib/odtphp/"
}
]
}
}
Loading