first commit
This commit is contained in:
30
administrator/components/com_jchoptimize/version.php
Normal file
30
administrator/components/com_jchoptimize/version.php
Normal file
@@ -0,0 +1,30 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* JCH Optimize - Aggregate and minify external resources for optmized downloads
|
||||
*
|
||||
* @author Samuel Marshall <sdmarshall73@gmail.com>
|
||||
* @copyright Copyright (c) 2010 Samuel Marshall
|
||||
* @license GNU/GPLv3, See LICENSE file
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation, either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* If LICENSE file missing, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
// Protect from unauthorized access
|
||||
defined('_JEXEC') or die;
|
||||
|
||||
const JCH_VERSION = '8.0.6';
|
||||
const JCH_DATE = '2023-08-09';
|
||||
const JCH_PRO = '0';
|
||||
const JCH_DEVELOP = '0';
|
||||
const JCH_PLATFORM = 'Joomla!';
|
||||
Reference in New Issue
Block a user