vtenext/vteversion.php
Manuele Maporti 1751057dec
Add files via upload
TT-261314: NEW updated GrapesJs plugin
TT-261010: FIX SEC weak password reset token, RCE
TT-261010: FIX SEC file upload
2022-10-20 11:00:24 +02:00

16 lines
610 B
PHP

<?php
/*************************************
* SPDX-FileCopyrightText: 2009-2020 Vtenext S.r.l. <info@vtenext.com>
* SPDX-License-Identifier: AGPL-3.0-only
************************************/
$patch_version = '';
$modified_database = '';
$vte_legacy_version = '5.2.1';
$enterprise_current_version = '20.04.2';
$enterprise_current_build = '2214';
$enterprise_base_build = '2103'; // just to know where we started
$enterprise_mode = 'VTENEXTCE';
$enterprise_project = '';
$enterprise_subversion = 'VTENEXTCE200402';
$enterprise_website = array('http://www.vtenext.com','vtenext.com','info@vtenext.com');