forked from J2Store4/j2store4
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changes to prevent install on Joomla 3 (#100)
- Loading branch information
Showing
3 changed files
with
13 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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'); | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters