Release of v5.0.2-beta4

Add native plugin builder for Joomla 4 & 5.
This commit is contained in:
2024-08-15 01:35:23 +02:00
parent 6d24fcfd2b
commit 22aa94ad9c
84 changed files with 10930 additions and 2183 deletions

View File

@ -22,7 +22,7 @@ use Joomla\CMS\User\User;
use Joomla\CMS\Document\Document;
use VDM\Component\Componentbuilder\Administrator\Helper\HeaderCheck;
use VDM\Component\Componentbuilder\Administrator\Helper\ComponentbuilderHelper;
use Joomla\CMS\Filesystem\File;
use Joomla\Filesystem\File;
use VDM\Joomla\Componentbuilder\Search\Factory as SearchFactory;
use Joomla\CMS\Form\Form;
use VDM\Joomla\Utilities\ArrayHelper;