Release of v3.2.3-beta4

Add native plugin builder for Joomla 4 & 5.
This commit is contained in:
2024-08-15 01:37:23 +02:00
parent 3aaa91daf7
commit b3ced491d7
117 changed files with 10986 additions and 2199 deletions

View File

@ -23,6 +23,7 @@ Html::_('formbehavior.chosen', 'select');
Html::_('behavior.keepalive');
use Joomla\CMS\Session\Session;
use VDM\Joomla\Utilities\StringHelper;
use Joomla\CMS\Uri\Uri;
$this->app->input->set('hidemainmenu', false);
$selectNotice = '<h3>' . Text::_('COM_COMPONENTBUILDER_HI') . ' ' . $this->user->name . '</h3>';
@ -245,7 +246,7 @@ function JRouter(link) {
<?php
if ($app->isClient('site'))
{
echo 'var url = "'. \Joomla\CMS\Uri\Uri::root() . '";';
echo 'var url = "'. Uri::root() . '";';
}
else
{