From 87bd7b89a1f7213202ed8893e638aed02e8ab910 Mon Sep 17 00:00:00 2001 From: aB0t Date: Thu, 15 Aug 2024 01:37:23 +0200 Subject: [PATCH] Update on v2.0.3 (changes towards the next release) Here's an update on the current version, which includes changes towards the next release still in development. --- componentbuilderadminheaderstabs.php | 6 +++--- componentbuilderadminheaderstabs.xml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/componentbuilderadminheaderstabs.php b/componentbuilderadminheaderstabs.php index 9ba80d8..91d3be3 100644 --- a/componentbuilderadminheaderstabs.php +++ b/componentbuilderadminheaderstabs.php @@ -12,12 +12,12 @@ // No direct access to this file defined('_JEXEC') or die('Restricted access'); +JLoader::register('ComponentbuilderHelper', JPATH_ADMINISTRATOR . '/components/com_componentbuilder/helpers/componentbuilder.php'); + use Joomla\CMS\Form\Form; use Joomla\CMS\Plugin\CMSPlugin; use VDM\Joomla\Utilities\ArrayHelper; -use Joomla\CMS\Component\ComponentHelper; - -JLoader::register('ComponentbuilderHelper', JPATH_ADMINISTRATOR . '/components/com_componentbuilder/helpers/componentbuilder.php'); +use Joomla\CMS\Component\ComponentHelper; /** * Content - Componentbuilder Admin Headers Tabs plugin. diff --git a/componentbuilderadminheaderstabs.xml b/componentbuilderadminheaderstabs.xml index b56a1b0..8593294 100644 --- a/componentbuilderadminheaderstabs.xml +++ b/componentbuilderadminheaderstabs.xml @@ -1,7 +1,7 @@ PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS - 27th July, 2024 + 14th August, 2024 Llewellyn van der Merwe joomla@vdm.io https://dev.vdm.io