Release of v5.1.2-alpha2

Add native module builder for Joomla 4/5. Refactor dynamic get methods into dedicated classes. Move Joomla DB handling into compiler injector flow. Fix auto-check(in) method for Joomla 4/5 compatibility.
This commit is contained in:
2025-09-02 13:01:13 +00:00
parent 45453f7330
commit 129cdfe8da
274 changed files with 20547 additions and 5629 deletions

View File

@@ -77,11 +77,6 @@ $tmpl = $tmpl ? '&tmpl=' . $tmpl : '';
<?php echo LayoutHelper::render('joomla_module.code_right', $this); ?>
</div>
</div>
<div class="row">
<div class="col-md-12">
<?php echo LayoutHelper::render('joomla_module.code_fullwidth', $this); ?>
</div>
</div>
<?php echo Html::_('uitab.endTab'); ?>
<?php echo Html::_('uitab.addTab', 'joomla_moduleTab', 'helper', Text::_('COM_COMPONENTBUILDER_JOOMLA_MODULE_HELPER', true)); ?>