' + QuantumviewfilesLang.helpText + '
' + QuantumviewfilesLang.helpCopyright + '
' + QuantumviewfilesLang.helpLove + '
', [
+ {
+ name: QuantumviewfilesLang.helpButtonProductPage,
+ callback: function () {
+ QuantumUtils.openInNewTab('https://www.norrnext.com/quantum-manager');
+ }
+ },
+ {
+ name: QuantumviewfilesLang.helpButtonDocumentation,
+ callback: function () {
+ QuantumUtils.openInNewTab('https://www.norrnext.com/docs/joomla-extensions/quantum-manager');
+ }
+ },
+ {
+ name: QuantumviewfilesLang.helpButtonSupport,
+ callback: function () {
+ QuantumUtils.openInNewTab('https://www.norrnext.com/forum/quantum-manager');
+ }
+ },
+ {
+ name: QuantumviewfilesLang.helpButtonReview,
+ callback: function () {
+ QuantumUtils.openInNewTab('https://extensions.joomla.org/extension/quantum-manager/');
+ }
+ }
+ ]);
+ setTimeout(function () {
+ QuantumUtils.replaceImgToSvg('.quantummanager-about .love');
+ }, 100);
+ });
+
};
this.loadDirectory = function (path, callback) {
@@ -316,10 +361,6 @@ window.Quantumviewfiles = function(Filemanager, ViewfilesElement, options) {
self.fileMenu.hide();
for(let i=0;i
COM_QUANTUMMANAGER
21.12.2018
- Cymbal
+ Tsymbal
cymbal@delo-design.ru
- https://delo-design.ru
- Copyright (C) 2019 "Delo Design". All rights reserved.
- GNU General Public License version 2 or later; see LICENSE.txt
+ 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
COM_QUANTUMMANAGER_XML_DESCRIPTION
diff --git a/script.php b/script.php
index c3b4fd8..26c0c2a 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, '5.6.0') >= 0))
+ if (!(version_compare(PHP_VERSION, '7.2.0') >= 0))
{
JFactory::getApplication()->enqueueMessage(JText::_('COM_QUANTUMMANAGER_WRONG_PHP'), 'error');
return false;