Skip to content

Commit

Permalink
update version & xml
Browse files Browse the repository at this point in the history
  • Loading branch information
amma35 committed Jun 20, 2018
1 parent 411f5ac commit 39b1e0f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions printercounters.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,14 @@ The plugin allows :
<author>Infotel</author>
</authors>
<versions>
<version>
<num>1.4.1</num>
<compatibility>9.2</compatibility>
</version>
<version>
<num>1.4.0</num>
<compatibility>9.2</compatibility>
</version>
<version>
<num>1.3.0</num>
<compatibility>9.1</compatibility>
Expand Down Expand Up @@ -63,6 +71,13 @@ The plugin allows :
<langs>
<lang>en_GB</lang>
<lang>fr_FR</lang>
<lang>hr_HR</lang>
<lang>cs_CZ</lang>
<lang>en_US</lang>
<lang>it_IT</lang>
<lang>ru_RU</lang>
<lang>es_AR</lang>
<lang>es_ES</lang>
</langs>
<license><![CDATA[GPLv2+]]></license>
<tags>
Expand Down
2 changes: 1 addition & 1 deletion setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ function plugin_init_printercounters() {
function plugin_version_printercounters() {
return [
'name' => __('Printer counters', 'printercounters'),
'version' => '1.4.0',
'version' => '1.4.1',
'author' => "<a href='http://infotel.com/services/expertise-technique/glpi/'>Infotel</a>",
'license' => 'GPLv2+',
'homepage' => 'https://github.com/InfotelGLPI/printercounters',
Expand Down

0 comments on commit 39b1e0f

Please sign in to comment.