Skip to content

Commit 39b1e0f

Browse files
author
amma35
committed
update version & xml
1 parent 411f5ac commit 39b1e0f

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

printercounters.xml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,14 @@ The plugin allows :
3535
<author>Infotel</author>
3636
</authors>
3737
<versions>
38+
<version>
39+
<num>1.4.1</num>
40+
<compatibility>9.2</compatibility>
41+
</version>
42+
<version>
43+
<num>1.4.0</num>
44+
<compatibility>9.2</compatibility>
45+
</version>
3846
<version>
3947
<num>1.3.0</num>
4048
<compatibility>9.1</compatibility>
@@ -63,6 +71,13 @@ The plugin allows :
6371
<langs>
6472
<lang>en_GB</lang>
6573
<lang>fr_FR</lang>
74+
<lang>hr_HR</lang>
75+
<lang>cs_CZ</lang>
76+
<lang>en_US</lang>
77+
<lang>it_IT</lang>
78+
<lang>ru_RU</lang>
79+
<lang>es_AR</lang>
80+
<lang>es_ES</lang>
6681
</langs>
6782
<license><![CDATA[GPLv2+]]></license>
6883
<tags>

setup.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ function plugin_init_printercounters() {
105105
function plugin_version_printercounters() {
106106
return [
107107
'name' => __('Printer counters', 'printercounters'),
108-
'version' => '1.4.0',
108+
'version' => '1.4.1',
109109
'author' => "<a href='http://infotel.com/services/expertise-technique/glpi/'>Infotel</a>",
110110
'license' => 'GPLv2+',
111111
'homepage' => 'https://github.com/InfotelGLPI/printercounters',

0 commit comments

Comments
 (0)