From a5fc15e5a13f895968fc3565a95d4e0fbdd3c395 Mon Sep 17 00:00:00 2001 From: aB0t Date: Wed, 18 Sep 2024 04:48:20 +0200 Subject: [PATCH] Release of v3.0.0 --- componentbuilderpowersautoloadercompiler.xml | 2 +- src/Extension/ComponentbuilderPowersAutoloaderCompiler.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/componentbuilderpowersautoloadercompiler.xml b/componentbuilderpowersautoloadercompiler.xml index 9b69e8f..5b913d1 100644 --- a/componentbuilderpowersautoloadercompiler.xml +++ b/componentbuilderpowersautoloadercompiler.xml @@ -1,7 +1,7 @@ PLG_EXTENSION_COMPONENTBUILDERPOWERSAUTOLOADERCOMPILER - 23rd August, 2024 + 18th September, 2024 Llewellyn van der Merwe joomla@vdm.io https://dev.vdm.io diff --git a/src/Extension/ComponentbuilderPowersAutoloaderCompiler.php b/src/Extension/ComponentbuilderPowersAutoloaderCompiler.php index cd0efc7..41b89aa 100644 --- a/src/Extension/ComponentbuilderPowersAutoloaderCompiler.php +++ b/src/Extension/ComponentbuilderPowersAutoloaderCompiler.php @@ -59,7 +59,7 @@ final class ComponentbuilderPowersAutoloaderCompiler extends CMSPlugin implement } else { - Factory::getApplication()->enqueueMessage(Text::_('PLG_EXTENSION_COMPONENTBUILDERPOWERSAUTOLOADERCOMPILER_YOU_DO_NOT_HAVE_A_GLOBAL_POWER_PLUGIN_SETUP_SO_THE_POWERS_PLUGIN_AUTOLOADER_COULD_NOT_BE_ADDED'), 'Warning'); + Factory::getApplication()->enqueueMessage(Text::_('PLG_EXTENSION_COMPONENTBUILDERPOWERSAUTOLOADERCOMPILER_YOU_DO_NOT_HAVE_A_GLOBAL_POWER_PLUGIN_SETUP_SO_THE_POWERS_PLUGIN_AUTOLOADER_COULD_NOT_BE_ADDED'), 'Notice'); } } }