Release of v4.1.1-beta2

Adds new JCB package engine. Fix issue with loading the Component Builder Wiki. Adds advanced version update notice to the Component Builder Dashboard. Completely refactors the class that builds the Component Dashboard. #1134. Adds Initialize, Reset, and Push functionality to the Repository entities. Completely refactors the SQL teaks and SQL dump classes. Changes J4 fields to allow NULL. Fix a bug in Dynamic Get JavaScript that causes table columns to not load.
This commit is contained in:
2025-06-27 10:36:15 +00:00
parent d11860ae1a
commit 64bc4327eb
883 changed files with 63212 additions and 27462 deletions

View File

@@ -1,15 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<extension type="component" version="4.0" method="upgrade">
<name>COM_COMPONENTBUILDER</name>
<creationDate>4th March, 2025</creationDate>
<creationDate>27th June, 2025</creationDate>
<author>Llewellyn van der Merwe</author>
<authorEmail>joomla@vdm.io</authorEmail>
<authorUrl>https://dev.vdm.io</authorUrl>
<copyright>Copyright (C) 2015 Vast Development Method. All rights reserved.</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
<version>4.1.1-alpha1</version>
<version>4.1.1-beta2</version>
<description><![CDATA[
<h1>Component Builder (v.4.1.1-alpha1)</h1>
<h1>Component Builder (v.4.1.1-beta2)</h1>
<div style="clear: both;"></div>
<p>The Component Builder for [Joomla](https://extensions.joomla.org/extension/component-builder/) is highly advanced tool that is truly able to build extremely complex components in a fraction of the time.
@@ -41,6 +41,8 @@ Whether you're a seasoned [Joomla](https://extensions.joomla.org/extension/compo
<folder>css</folder>
<folder>images</folder>
<folder>datatable</folder>
<folder>uikit-v3</folder>
<folder>datatable-bootstrap5</folder>
<folder>uikit-v2</folder>
<folder>footable-v3</folder>
</media>
@@ -75,6 +77,9 @@ Whether you're a seasoned [Joomla](https://extensions.joomla.org/extension/compo
<menu option="com_componentbuilder" view="layouts">COM_COMPONENTBUILDER_MENU_LAYOUTS</menu>
<menu option="com_componentbuilder" view="dynamic_gets">COM_COMPONENTBUILDER_MENU_DYNAMIC_GETS</menu>
<menu option="com_componentbuilder" view="custom_codes">COM_COMPONENTBUILDER_MENU_CUSTOM_CODES</menu>
<menu option="com_componentbuilder" view="class_extendings">COM_COMPONENTBUILDER_MENU_CLASS_EXTENDINGS</menu>
<menu option="com_componentbuilder" view="class_properties">COM_COMPONENTBUILDER_MENU_CLASS_PROPERTIES</menu>
<menu option="com_componentbuilder" view="class_methods">COM_COMPONENTBUILDER_MENU_CLASS_METHODS</menu>
<menu option="com_componentbuilder" view="placeholders">COM_COMPONENTBUILDER_MENU_PLACEHOLDERS</menu>
<menu option="com_componentbuilder" view="libraries">COM_COMPONENTBUILDER_MENU_LIBRARIES</menu>
<menu option="com_componentbuilder" view="snippets">COM_COMPONENTBUILDER_MENU_SNIPPETS</menu>
@@ -111,6 +116,6 @@ Whether you're a seasoned [Joomla](https://extensions.joomla.org/extension/compo
</administration>
<updateservers>
<server type="extension" enabled="1" element="com_componentbuilder" name="Component Builder">https://git.vdm.dev/joomla/Component-Builder/raw/branch/4.x/componentbuilder_update_server.xml</server>
<server type="extension" enabled="1" element="com_componentbuilder" name="Component Builder">https://raw.githubusercontent.com/joomengine/Joomla-Component-Builder/refs/heads/4.x/componentbuilder_update_server.xml</server>
</updateservers>
</extension>