diff --git a/CHANGELOG.md b/CHANGELOG.md index e4e90bda0..43ae18431 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# v5.0.0-alpha4 + +- Fix plugin field selection +- Fix plugin params tab layout +- Add issue templates +- Force autoloader to always load +- Fix repeatable layout #1076 + # v5.0.0-alpha3 - Add fix to the update script, so that upgrading JCB from Joomla 4 to 5 will not fail. @@ -11,10 +19,17 @@ - First alpha release of Component Builder towards Joomla 5 (very unstable...) -# v4.0.0-alpha3 +# v4.0.0-alpha4 -- Add fix to the update script, so that upgrading JCB from Joomla 3 to 4 will not fail. +- Fix plugin field selection +- Fix plugin params tab layout +- Add issue templates +- Force autoloader to always load +- Fix repeatable layout #1076 -# v3.2.0-beta6 +# v3.2.0-beta7 -- Fix the plug-in installer script builder bug #1068 \ No newline at end of file +- Fix plugin field selection +- Fix plugin params tab layout +- Add issue templates +- Force autoloader to always load \ No newline at end of file diff --git a/ComponentbuilderInstallerScript.php b/ComponentbuilderInstallerScript.php index 844f9e626..9c3dda406 100644 --- a/ComponentbuilderInstallerScript.php +++ b/ComponentbuilderInstallerScript.php @@ -3146,7 +3146,7 @@ class Com_ComponentbuilderInstallerScript implements InstallerScriptInterface echo '
-

Upgrade to Version 5.0.0-alpha3 Was Successful! Let us know if anything is not working as expected.

'; +

Upgrade to Version 5.0.0-alpha4 Was Successful! Let us know if anything is not working as expected.

'; // Add/Update component in the action logs extensions table. $this->setActionLogsExtensions(); diff --git a/README.md b/README.md index 7367e4efd..0abd233ca 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ The Component Builder for [Joomla](https://extensions.joomla.org/extension/compo Whether you're a seasoned [Joomla](https://extensions.joomla.org/extension/component-builder/) developer, or have just started, Component Builder will save you lots of time and money. A real must have! -You can install it quite easily and with no limitations. On [gitea](https://git.vdm.dev/joomla/Component-Builder/tags) is the latest release (5.0.0-alpha3) with **ALL** its features and **ALL** concepts totally open-source and free! +You can install it quite easily and with no limitations. On [gitea](https://git.vdm.dev/joomla/Component-Builder/tags) is the latest release (5.0.0-alpha4) with **ALL** its features and **ALL** concepts totally open-source and free! > Watch Quick Build of a Hello World component in [JCB on Youtube](https://www.youtube.com/watch?v=IQfsLYIeblk&list=PLQRGFI8XZ_wtGvPQZWBfDzzlERLQgpMRE&index=45) @@ -144,13 +144,13 @@ TODO + *Author*: [Llewellyn van der Merwe](mailto:joomla@vdm.io) + *Name*: [Component Builder](https://git.vdm.dev/joomla/Component-Builder) + *First Build*: 30th April, 2015 -+ *Last Build*: 12th March, 2024 -+ *Version*: 5.0.0-alpha3 ++ *Last Build*: 15th March, 2024 ++ *Version*: 5.0.0-alpha4 + *Copyright*: Copyright (C) 2015 Vast Development Method. All rights reserved. + *License*: GNU General Public License version 2 or later; see LICENSE.txt -+ *Line count*: **725315** ++ *Line count*: **725378** + *Field count*: **2078** -+ *File count*: **5118** ++ *File count*: **5119** + *Folder count*: **518** > This **component** was build with a [Joomla](https://extensions.joomla.org/extension/component-builder/) [Automated Component Builder](https://www.joomlacomponentbuilder.com). diff --git a/admin/README.txt b/admin/README.txt index 7367e4efd..0abd233ca 100644 --- a/admin/README.txt +++ b/admin/README.txt @@ -9,7 +9,7 @@ The Component Builder for [Joomla](https://extensions.joomla.org/extension/compo Whether you're a seasoned [Joomla](https://extensions.joomla.org/extension/component-builder/) developer, or have just started, Component Builder will save you lots of time and money. A real must have! -You can install it quite easily and with no limitations. On [gitea](https://git.vdm.dev/joomla/Component-Builder/tags) is the latest release (5.0.0-alpha3) with **ALL** its features and **ALL** concepts totally open-source and free! +You can install it quite easily and with no limitations. On [gitea](https://git.vdm.dev/joomla/Component-Builder/tags) is the latest release (5.0.0-alpha4) with **ALL** its features and **ALL** concepts totally open-source and free! > Watch Quick Build of a Hello World component in [JCB on Youtube](https://www.youtube.com/watch?v=IQfsLYIeblk&list=PLQRGFI8XZ_wtGvPQZWBfDzzlERLQgpMRE&index=45) @@ -144,13 +144,13 @@ TODO + *Author*: [Llewellyn van der Merwe](mailto:joomla@vdm.io) + *Name*: [Component Builder](https://git.vdm.dev/joomla/Component-Builder) + *First Build*: 30th April, 2015 -+ *Last Build*: 12th March, 2024 -+ *Version*: 5.0.0-alpha3 ++ *Last Build*: 15th March, 2024 ++ *Version*: 5.0.0-alpha4 + *Copyright*: Copyright (C) 2015 Vast Development Method. All rights reserved. + *License*: GNU General Public License version 2 or later; see LICENSE.txt -+ *Line count*: **725315** ++ *Line count*: **725378** + *Field count*: **2078** -+ *File count*: **5118** ++ *File count*: **5119** + *Folder count*: **518** > This **component** was build with a [Joomla](https://extensions.joomla.org/extension/component-builder/) [Automated Component Builder](https://www.joomlacomponentbuilder.com). diff --git a/admin/compiler/joomla_4/ADMIN_VIEW_HTML.php b/admin/compiler/joomla_4/ADMIN_VIEW_HTML.php index d844a3e12..5e4b702cf 100644 --- a/admin/compiler/joomla_4/ADMIN_VIEW_HTML.php +++ b/admin/compiler/joomla_4/ADMIN_VIEW_HTML.php @@ -39,6 +39,7 @@ class HtmlView extends BaseHtmlView { // set params $this->params = ComponentHelper::getParams('com_###component###'); + $this->useCoreUI = true; // Assign the variables $this->form = $this->get('Form'); $this->item = $this->get('Item'); diff --git a/admin/compiler/joomla_4/SITE_ADMIN_VIEW_HTML.php b/admin/compiler/joomla_4/SITE_ADMIN_VIEW_HTML.php index 9a5b4b279..0f3cac219 100644 --- a/admin/compiler/joomla_4/SITE_ADMIN_VIEW_HTML.php +++ b/admin/compiler/joomla_4/SITE_ADMIN_VIEW_HTML.php @@ -39,6 +39,7 @@ class HtmlView extends BaseHtmlView { // set params $this->params = ComponentHelper::getParams('com_###component###'); + $this->useCoreUI = true; // Assign the variables $this->form = $this->get('Form'); $this->item = $this->get('Item'); diff --git a/admin/config.xml b/admin/config.xml index 2b817ab66..0b5497a1e 100644 --- a/admin/config.xml +++ b/admin/config.xml @@ -119,7 +119,7 @@ COM_COMPONENTBUILDER_CONFIG_REPEATABLETABLE_JOOMLA - diff --git a/admin/forms/admin_view.xml b/admin/forms/admin_view.xml index 18da00060..94cc7d3b8 100644 --- a/admin/forms/admin_view.xml +++ b/admin/forms/admin_view.xml @@ -458,7 +458,7 @@ name="source" label="COM_COMPONENTBUILDER_ADMIN_VIEW_SOURCE_LABEL" class="btn-group btn-group-yesno" - default="" + default="0" required="true">