From f2136cf6ada562228ffb5733142977e30da983b8 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. --- componentbuildercustomadminheaderstabs.php | 2 +- componentbuildercustomadminheaderstabs.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/componentbuildercustomadminheaderstabs.php b/componentbuildercustomadminheaderstabs.php index a21525c..221ed8f 100644 --- a/componentbuildercustomadminheaderstabs.php +++ b/componentbuildercustomadminheaderstabs.php @@ -57,7 +57,7 @@ class PlgContentComponentbuilderCustomAdminHeadersTabs extends CMSPlugin // add the admin view params for privacy integration $form->loadFile('custom_admin_view'); // 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="custom_admin_view_headers"]//field[@type="editor"]'); // check if we found any diff --git a/componentbuildercustomadminheaderstabs.xml b/componentbuildercustomadminheaderstabs.xml index c548ac1..cd2e5ea 100644 --- a/componentbuildercustomadminheaderstabs.xml +++ b/componentbuildercustomadminheaderstabs.xml @@ -1,7 +1,7 @@ PLG_CONTENT_COMPONENTBUILDERCUSTOMADMINHEADERSTABS - 2nd March, 2024 + 4th March, 2024 Llewellyn van der Merwe joomla@vdm.io https://dev.vdm.io