From f4f19cc3a68377e947ebb448ba92b4d680be2474 Mon Sep 17 00:00:00 2001 From: aB0t Date: Mon, 4 Mar 2024 08:54:03 +0200 Subject: [PATCH] Update on v2.0.1 (beta for next version) Here's an update on the current version, which includes changes towards the next release still in beta. --- componentbuildercomponentdashboardheaderstabs.php | 2 +- componentbuildercomponentdashboardheaderstabs.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/componentbuildercomponentdashboardheaderstabs.php b/componentbuildercomponentdashboardheaderstabs.php index 3c5a2bd..e27e9ee 100644 --- a/componentbuildercomponentdashboardheaderstabs.php +++ b/componentbuildercomponentdashboardheaderstabs.php @@ -57,7 +57,7 @@ class PlgContentComponentbuilderComponentDashboardHeadersTabs extends CMSPlugin // add the admin view params for privacy integration $form->loadFile('component_dashboard'); // update all editors to use this components global editor - $global_editor = JComponentHelper::getParams('com_componentbuilder')->get('editor', 'none'); + $global_editor = \JComponentHelper::getParams('com_componentbuilder')->get('editor', 'none'); // set the field editor value (with none as fallback) $editors = $form->getXml()->xpath('descendant::fields[@name="component_dashboard_headers"]//field[@type="editor"]'); // check if we found any diff --git a/componentbuildercomponentdashboardheaderstabs.xml b/componentbuildercomponentdashboardheaderstabs.xml index d46e1e7..4f112d5 100644 --- a/componentbuildercomponentdashboardheaderstabs.xml +++ b/componentbuildercomponentdashboardheaderstabs.xml @@ -1,7 +1,7 @@ PLG_CONTENT_COMPONENTBUILDERCOMPONENTDASHBOARDHEADERSTABS - 2nd March, 2024 + 4th March, 2024 Llewellyn van der Merwe joomla@vdm.io https://dev.vdm.io