Skip to content

Commit

Permalink
Changes to prevent install on Joomla 3 (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
obuisard authored Nov 12, 2024
1 parent 3931203 commit 516b0e5
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
22 changes: 11 additions & 11 deletions administrator/components/com_j2store/version.php
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
<?php
/*------------------------------------------------------------------------
# com_j2store - J2Store
# ------------------------------------------------------------------------
# author Ramesh Elamathi - Weblogicx India http://www.weblogicxindia.com
# copyright Copyright (C) 2014 - 19 Weblogicxindia.com. All Rights Reserved.
# @license - http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
# Websites: http://j2store.org
# Technical Support: Forum - http://j2store.org/forum/index.html
-------------------------------------------------------------------------*/
/**
* @package Joomla.Administrator
* @subpackage com_j2store
*
* @copyright Copyright (C) 2014-2019 Weblogicx India. All rights reserved.
* @copyright Copyright (C) 2024 J2Commerce, Inc. All rights reserved.
* @license https://www.gnu.org/licenses/gpl-3.0.html GNU/GPLv3 or later
* @website https://www.j2commerce.com
*/

// Protect from unauthorized access yy/mm/dd
defined('_JEXEC') or die('Restricted Access');

define('J2STORE_PRO', '1');
define('J2STORE_VERSION', '4.0.8');
define('J2STORE_DATE', '2024-11-10');
define('J2STORE_VERSION', '4.0.9');
define('J2STORE_DATE', '2024-11-12');


2 changes: 1 addition & 1 deletion com_j2store.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<copyright>Copyright (c) 2024 J2Commerce. All rights reserved.</copyright>
<authorEmail>[email protected]</authorEmail>
<authorUrl>https://j2commerce.com</authorUrl>
<version>4.0.8</version>
<version>4.0.9</version>
<license>https://www.gnu.org/licenses/gpl-3.0.html GNU/GPLv3 or later</license>
<description><![CDATA[<h3>J2Store V4 Professional</h3>
Flexible and native Joomla shopping cart solution. <br>
Expand Down
2 changes: 1 addition & 1 deletion script.j2store.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ class Com_J2storeInstallerScript extends F0FUtilsInstallscript
*/
protected $componentTitle = 'J2Store Joomla Shopping cart';

protected $minimumJoomlaVersion = '3.10.0';
protected $minimumJoomlaVersion = '4.0.0';
protected $maximumJoomlaVersion = '5.99.99';

protected $removeFilesAllVersions = array(
Expand Down

0 comments on commit 516b0e5

Please sign in to comment.