Skip to content

Commit 12baae8

Browse files
committed
1.1.0
1 parent 8d6311b commit 12baae8

File tree

3 files changed

+4
-110
lines changed

3 files changed

+4
-110
lines changed

inc/config.class.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ class TicketBalanceConfigClass {
55
public static $PLUGIN_TICKETBALANCE_ENV = 'desenvolvimento';
66
public static $PLUGIN_TICKETBALANCE_NAME = 'Ticket Balance';
77
public static $PLUGIN_TICKETBALANCE_CODE = 'ticketbalance';
8-
public static $PLUGIN_TICKETBALANCE_VERSION = '1.0.2';
8+
public static $PLUGIN_TICKETBALANCE_VERSION = '1.1.0';
99
public static $PLUGIN_TICKETBALANCE_AUTHOR = 'Richard Loureiro';
1010
public static $PLUGIN_TICKETBALANCE_LICENSE = 'GPLv3';
1111
public static $PLUGIN_TICKETBALANCE_HOME_PAGE = 'https://www.linkedin.com/in/richard-ti/';
1212
public static $PLUGIN_TICKETBALANCE_MIN_GLPI_VERSION = '9.5.2';
13-
public static $PLUGIN_TICKETBALANCE_GLPI_VERSION_ERROR = "Este plugin requer GLPI >= 9.5.2 e GLPI <= 11.0.0";
14-
public static $PLUGIN_TICKETBALANCE_MAX_GLPI_VERSION = '11.0.0';
13+
public static $PLUGIN_TICKETBALANCE_GLPI_VERSION_ERROR = "Este plugin requer GLPI >= 9.5.2 e GLPI <= 11";
14+
public static $PLUGIN_TICKETBALANCE_MAX_GLPI_VERSION = '11';
1515
public static $PLUGIN_TICKETBALANCE_MIN_PHP_VERSION = '7.3';
1616

1717
public static function init() {

logger.class.php

Lines changed: 0 additions & 106 deletions
This file was deleted.

ticketbalance.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
</authors>
2626
<versions>
2727
<version>
28-
<num>1.0.3</num>
28+
<num>1.1.0</num>
2929
<compatibility>9.5</compatibility>
3030
<compatibility>10</compatibility>
3131
<download_url>https://github.com/RPGMais/ticketbalance/releases/download</download_url>

0 commit comments

Comments
 (0)