Skip to content

Commit

Permalink
Alteração de versão, de 1.0.3 para 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
RPGMais authored Dec 22, 2024
1 parent 6d8ebde commit 8c0b7ec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions inc/config.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ class TicketBalanceConfigClass {
public static $PLUGIN_TICKETBALANCE_ENV = 'desenvolvimento';
public static $PLUGIN_TICKETBALANCE_NAME = 'Ticket Balance';
public static $PLUGIN_TICKETBALANCE_CODE = 'ticketbalance';
public static $PLUGIN_TICKETBALANCE_VERSION = '1.0.3';
public static $PLUGIN_TICKETBALANCE_VERSION = '1.0.2';
public static $PLUGIN_TICKETBALANCE_AUTHOR = 'Richard Loureiro';
public static $PLUGIN_TICKETBALANCE_LICENSE = 'GPLv3';
public static $PLUGIN_TICKETBALANCE_HOME_PAGE = 'https://www.linkedin.com/in/richard-ti/';
public static $PLUGIN_TICKETBALANCE_MIN_GLPI_VERSION = '9.5.2';
public static $PLUGIN_TICKETBALANCE_GLPI_VERSION_ERROR = "Este plugin requer GLPI >= 9.5.2 e GLPI <= 10.0.17";
public static $PLUGIN_TICKETBALANCE_MAX_GLPI_VERSION = '10.1.0';
public static $PLUGIN_TICKETBALANCE_GLPI_VERSION_ERROR = "Este plugin requer GLPI >= 9.5.2 e GLPI <= 11.0.0";
public static $PLUGIN_TICKETBALANCE_MAX_GLPI_VERSION = '11.0.0';
public static $PLUGIN_TICKETBALANCE_MIN_PHP_VERSION = '7.3';

public static function init() {
Expand Down

0 comments on commit 8c0b7ec

Please sign in to comment.