Skip to content

Commit 883af3a

Browse files
j2commerceobuisard
andauthored
4.1.4 - Installer fix and version bump (#296)
* Fixed wrong Uri library use * Version bump to 4.1.4 --------- Co-authored-by: Olivier <olivier.buisard@simplifyyourweb.com>
1 parent 4633979 commit 883af3a

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

administrator/components/com_j2store/version.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
defined('_JEXEC') or die('Restricted Access');
1414

1515
define('J2STORE_PRO', '1');
16-
define('J2STORE_VERSION', '4.1.3');
16+
define('J2STORE_VERSION', '4.1.4');
1717
define('J2STORE_EXTRA_VERSION', 'for Joomla 5-6');
18-
define('J2STORE_DATE', '2026-05-17');
18+
define('J2STORE_DATE', '2026-06-06');
1919

2020

j2store.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
<extension type="component" method="upgrade">
33
<name>J2Store</name>
44
<author>Adam Melcher, Olivier Buisard, Ramesh Elamathi</author>
5-
<creationDate>MAY 2026</creationDate>
5+
<creationDate>JUNE 2026</creationDate>
66
<copyright>Copyright (c) 2024 J2Commerce. All rights reserved.</copyright>
77
<authorEmail>support@j2commerce.com</authorEmail>
88
<authorUrl>https://j2commerce.com</authorUrl>
9-
<version>4.1.3</version>
9+
<version>4.1.4</version>
1010
<license>https://www.gnu.org/licenses/gpl-3.0.html GNU/GPLv3 or later</license>
1111
<description><![CDATA[<h3>J2Commerce v4 Professional</h3>
1212
Flexible and native Joomla shopping cart solution. <br>

plugins/installer/j2store/j2store.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
use Joomla\CMS\Factory;
1515
use Joomla\CMS\Plugin\CMSPlugin;
16-
use Joomla\Uri\Uri;
16+
use Joomla\CMS\Uri\Uri;
1717

1818
class PlgInstallerJ2Store extends CMSPlugin
1919
{

0 commit comments

Comments
 (0)