Release of v4.0.3

Add [push] option to powers area. Fix [Save as Copy] error in library. #1162. Fix error when no components exist. #1164. Fix search page error caused by File class. Fix usergrouplist compiler triggers. #1100. Add power field type integration [init, reset, push]. Fix default database fields to allow NULL. #1169. Fix power list field to enable search. #1167. Expand the Demo component in JCB v4 to include more advanced features. Fix missing working path in zip process. Fix dynamic get issue in demo site view. Fix demo site view to display files. Fix field type init message. Ensure type-agnostic comparisons by casting to CHAR in joins for dynamic get. Fix dynamic download for site area with correct namespace. Fix missing edit button on fields in related views. Fix dashboard display. Restore search option in [use] field of related views. Fix namespace issue that broke the linker.
This commit is contained in:
2024-09-20 03:21:45 +02:00
parent 4a55da6fad
commit 4e968e96ab
9 changed files with 54 additions and 96 deletions

View File

@ -3270,7 +3270,7 @@ class Com_ComponentbuilderInstallerScript implements InstallerScriptInterface
echo '<div style="background-color: #fff;" class="alert alert-info"><a target="_blank" href="https://dev.vdm.io" title="Component Builder">
<img src="components/com_componentbuilder/assets/images/vdm-component.jpg"/>
</a>
<h3>Upgrade to Version 4.0.3-beta3 Was Successful! Let us know if anything is not working as expected.</h3></div>';
<h3>Upgrade to Version 4.0.3 Was Successful! Let us know if anything is not working as expected.</h3></div>';
// Add/Update component in the action logs extensions table.
$this->setActionLogsExtensions();