|
1 | 1 | <?php |
| 2 | +/** |
| 3 | + * --------------------------------------------------------------------- |
| 4 | + * groupcategory is a plugin to customizes the list of accessible |
| 5 | + * ticket categories for ticket requesters. |
| 6 | + * --------------------------------------------------------------------- |
| 7 | + * LICENSE |
| 8 | + * |
| 9 | + * This file is part of groupcategory. |
| 10 | + * |
| 11 | + * rgpdTools is free software; you can redistribute it and/or modify |
| 12 | + * it under the terms of the GNU General Public License as published by |
| 13 | + * the Free Software Foundation; either version 3 of the License, or |
| 14 | + * (at your option) any later version. |
| 15 | + * |
| 16 | + * rgpdTools is distributed in the hope that it will be useful, |
| 17 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 18 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 19 | + * GNU General Public License for more details. |
| 20 | + * |
| 21 | + * You should have received a copy of the GNU General Public License |
| 22 | + * along with Formcreator. If not, see <http://www.gnu.org/licenses/>. |
| 23 | + * --------------------------------------------------------------------- |
| 24 | + * @copyright Copyright © 2022-2023 probeSys' |
| 25 | + * @license http://www.gnu.org/licenses/agpl.txt AGPLv3+ |
| 26 | + * @link https://github.com/Probesys/glpi-plugins-groupcategory |
| 27 | + * @link https://plugins.glpi-project.org/#/plugin/groupcategory |
| 28 | + * --------------------------------------------------------------------- |
| 29 | + */ |
2 | 30 |
|
3 | 31 | // Version of the plugin |
4 | 32 |
|
5 | | -define('PLUGIN_GROUPCATEGORY_VERSION', '1.5'); |
| 33 | +define('PLUGIN_GROUPCATEGORY_VERSION', '1.5.1'); |
6 | 34 | define('PLUGIN_GROUPCATEGORY_GLPI_MIN_VERSION', '9.4'); |
7 | 35 | define('PLUGIN_GROUPCATEGORY_NAMESPACE', 'groupcategory'); |
8 | 36 | // Maximum GLPI version, exclusive |
|
0 commit comments