' + QuantumviewfilesLang.helpText + '
' + QuantumviewfilesLang.helpCopyright + '
' + QuantumviewfilesLang.helpCopyrightImages + '
' + QuantumviewfilesLang.helpLove + '
', [
{
name: QuantumviewfilesLang.helpButtonProductPage,
callback: function () {
diff --git a/quantummanager.xml b/quantummanager.xml
index 2934dd5..beacc61 100644
--- a/quantummanager.xml
+++ b/quantummanager.xml
@@ -7,7 +7,7 @@
https://www.norrnext.com
Copyright © 2019 Delo Design & NorrNext. All rights reserved.
GNU General Public License version 3 or later; see license.txt
-
1.1.6
+
1.2
COM_QUANTUMMANAGER_XML_DESCRIPTION
script.php
@@ -51,6 +51,14 @@
language
views
+
+
+ en-GB/en-GB.com_quantummanager.ini
+ en-GB/en-GB.com_quantummanager.sys.ini
+ ru-RU/ru-RU.com_quantummanager.ini
+ ru-RU/ru-RU.com_quantummanager.sys.ini
+
+
diff --git a/script.php b/script.php
index 26c0c2a..8ab8e15 100644
--- a/script.php
+++ b/script.php
@@ -33,7 +33,7 @@ public function __construct(JAdapterInstance $adapter) {}
* @return boolean True on success
*/
public function preflight($route, JAdapterInstance $adapter) {
- if (!(version_compare(PHP_VERSION, '7.2.0') >= 0))
+ if (!(version_compare(PHP_VERSION, '7.1.0') >= 0))
{
JFactory::getApplication()->enqueueMessage(JText::_('COM_QUANTUMMANAGER_WRONG_PHP'), 'error');
return false;