diff --git a/CHANGELOG.md b/CHANGELOG.md index b2274978a..85dc093c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ -# v5.0.4-beta2 +# v5.0.4-beta3 +- Fix the noticeboard to display Llewellyn's Joomla Social feed +- Started compiling JCB5 on Joomla 5 with PHP 8.2 + +# v5.0.4-beta + +- Add first classes for the new import engine. - Improve the [VDM Registry] to be Joomla Registry Compatible - Move all registries to the [VDM Registry] class - Fix Checked Out to be null and not 0. (#1194) @@ -8,10 +14,6 @@ - Update created_by, modified_by, checked_out fields in table class. - Implementation of the decentralized Super-Power CORE repository network. (#1190) -# v5.0.4-beta - -- Add first classes for the new import engine. - # v5.0.4-alpha - Add [AllowDynamicProperties] in the base view class for J5 diff --git a/ComponentbuilderInstallerScript.php b/ComponentbuilderInstallerScript.php index 125359943..993656dfb 100644 --- a/ComponentbuilderInstallerScript.php +++ b/ComponentbuilderInstallerScript.php @@ -3270,7 +3270,7 @@ class Com_ComponentbuilderInstallerScript implements InstallerScriptInterface echo '
' . $desc . $image . '
'; - $html[] = '' . $description . '
'; + $html[] = $companyDetails; + $html[] = '' . $description . '
'; + $html[] = $companyDetails; + $html[] = '';
- $html[] = Text::_('COM_COMPONENTBUILDER_ADD_CUSTOM_CODE_PLACEHOLDERS') . '
' . $placeholder . '
';
- $html[] = Text::_('COM_COMPONENTBUILDER_DEBUG_LINE_NUMBERS') . '
' . $debug ;
+ $html[] = Text::_('COM_COMPONENTBUILDER_ADD_CUSTOM_CODE_PLACEHOLDERS') . ': ' . $placeholderStatus . '
';
+ $html[] = Text::_('COM_COMPONENTBUILDER_DEBUG_LINE_NUMBERS') . ': ' . $debugStatus;
$html[] = '
' . $object->license . '
'; - $html[] = '' . $object->copyright . '
';
- $html[] = ' ' . Text::_('COM_COMPONENTBUILDER_EDIT') . ' ' .$object->system_name . '
' . nl2br(htmlspecialchars($object->license, ENT_QUOTES)) . '
'; + + // Copyright + $html[] = '' . nl2br(htmlspecialchars($object->copyright, ENT_QUOTES)) . '
'; + + // Edit button + $html[] = ''; + $html[] = ' ' . Text::_('COM_COMPONENTBUILDER_EDIT') . ' ' . htmlspecialchars($object->system_name, ENT_QUOTES); + $html[] = ''; + + $html[] = '