-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathplugin.json
More file actions
65 lines (65 loc) · 1.79 KB
/
plugin.json
File metadata and controls
65 lines (65 loc) · 1.79 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "ticketanswers",
"version": "1.2.1",
"glpi_min_version": "11.0",
"php_min_version": "8.1",
"author": "Jeferson Penna & Luiz Gustavo",
"homepage": "https://github.com/NiceATC/TicketAnswers",
"license": "GPLv2+",
"description": {
"pt_BR": "Plugin para gerenciamento de notificações e respostas de tickets no GLPI",
"en_US": "Plugin for managing ticket notifications and answers in GLPI"
},
"requirements": {
"glpi": {
"min": "11.0",
"max": null,
"dev": false
},
"php": {
"min": "8.1",
"exts": [
"mysqli",
"json"
]
},
"database": {
"engines": ["MySQL >= 8.0", "MariaDB >= 10.5"]
}
},
"features": [
"Notificações visuais de respostas em tickets",
"Sistema de sino de notificações integrado",
"Estatísticas de interações em tickets",
"Marcação de notificações como lidas",
"Suporte a múltiplos idiomas"
],
"changelog": {
"1.2.1": {
"date": "2025-10-23",
"description": "Sistema de traduções gettext implementado",
"changes": [
"Sistema completo de traduções gettext para GLPI 11",
"Arquivos .po, .mo e .pot criados e funcionais",
"Suporte a pt_BR e en_US",
"Script de compilação Python incluído",
"Documentação completa de traduções",
"Correção do erro 404 em locales/"
]
},
"1.2.0": {
"date": "2025-10-22",
"description": "Atualização completa para GLPI 11",
"changes": [
"Suporte para GLPI 11.0+",
"Requisito mínimo de PHP 8.1",
"Ícones Tabler Icons",
"Melhorias de performance",
"Sistema de log modernizado"
]
}
},
"support": {
"issues": "https://github.com/NiceATC/TicketAnswers/issues"
}
}