Release of v4.0.3-alpha4
Fix database default fields to allow NULL. #1169. Fix the power list field to allow search. #1167. Expanded the Demo component in JCB v4 to include more advance features.
This commit is contained in:
@@ -19,6 +19,7 @@ use Joomla\CMS\Session\Session;
|
||||
use VDM\Component\Componentbuilder\Administrator\Helper\ComponentbuilderHelper;
|
||||
use VDM\Joomla\Componentbuilder\Compiler\Factory as CFactory;
|
||||
use Joomla\CMS\Version;
|
||||
use VDM\Joomla\Componentbuilder\File\Factory as FileFactory;
|
||||
use VDM\Joomla\Utilities\ArrayHelper as UtilitiesArrayHelper;
|
||||
use VDM\Joomla\Utilities\StringHelper;
|
||||
use Joomla\CMS\Uri\Uri;
|
||||
@@ -69,6 +70,11 @@ class CompilerController extends AdminController
|
||||
$this->setRedirect(Route::_('index.php?option=com_componentbuilder', false));
|
||||
}
|
||||
|
||||
/**
|
||||
* Adding this so that the upload factory gets build for Super Powers
|
||||
* FileFactory
|
||||
*/
|
||||
|
||||
/**
|
||||
* get all the animations used in the compiler
|
||||
*
|
||||
|
Reference in New Issue
Block a user