diff --git a/CHANGELOG.md b/CHANGELOG.md index ce7f80e83..51b35b8f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# v4.1.1-rc1 +# v4.1.1 - Move all banners to GitHub. - Adds library phpspreadsheet to JCB. @@ -19,7 +19,8 @@ - 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. -- Refactor the FieldString and FieldXML classes. +- Refactor the FieldString and FieldXML classes. +- Adds option to export Language Translations. # v4.1.0 diff --git a/ComponentbuilderInstallerScript.php b/ComponentbuilderInstallerScript.php index 7febdd4b7..473f4fed5 100644 --- a/ComponentbuilderInstallerScript.php +++ b/ComponentbuilderInstallerScript.php @@ -3292,7 +3292,7 @@ class Com_ComponentbuilderInstallerScript implements InstallerScriptInterface echo '
-

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

'; +

Upgrade to Version 4.1.1 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 23bbb4cfa..f64f4f3e3 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ This is a professional-grade [Joomla 4.x](https://extensions.joomla.org/extensio JCB generates native Joomla components, plugins, and modules for Joomla 3.x, 4.x, and 5.x - and is already prepared for Joomla 6. Every compiled project is tailored for the specific version without needing backward compatibility plugins. With integrated version-aware compiling, smart boilerplating, and Git-powered project syncing, JCB is much more than a code generator-it's a **full-stack development pipeline for Joomla extensions**. -You can install this component easily. The latest release (**4.1.1-rc1**) is available on [Releases](https://git.vdm.dev/joomla/pkg-component-builder/releases) and updated frequently with full source access. +You can install this component easily. The latest release (**4.1.1**) is available on [Releases](https://git.vdm.dev/joomla/pkg-component-builder/releases) and updated frequently with full source access. Upgrades are seamless through Joomla's built-in extension update mechanism. @@ -229,9 +229,9 @@ JCB is developed by developers for developers. Its purpose is to democratize hig * **Company:** [Vast Development Method](https://dev.vdm.io) * **Author:** [Llewellyn van der Merwe](mailto:joomla@vdm.io) * **Component:** [Component Builder](https://git.vdm.dev/joomla/Component-Builder) -* **Created:** 30th April, 2015 · **Last Build:** 2nd July, 2025 · **Version:** 4.1.1-rc1 +* **Created:** 30th April, 2015 · **Last Build:** 3rd July, 2025 · **Version:** 4.1.1 * **License:** GNU General Public License version 2 or later; see LICENSE.txt · **Copyright:** Copyright (C) 2015 Vast Development Method. All rights reserved. -* **Lines:** 1086394 · **Fields:** 2090 · **Files:** 7357 · **Folders:** 716 +* **Lines:** 1086395 · **Fields:** 2090 · **Files:** 7357 · **Folders:** 716 > Generated with [JCB](https://www.joomlacomponentbuilder.com) — The Smartest Way to Build Joomla Extensions. diff --git a/admin/README.txt b/admin/README.txt index 23bbb4cfa..f64f4f3e3 100644 --- a/admin/README.txt +++ b/admin/README.txt @@ -9,7 +9,7 @@ This is a professional-grade [Joomla 4.x](https://extensions.joomla.org/extensio JCB generates native Joomla components, plugins, and modules for Joomla 3.x, 4.x, and 5.x - and is already prepared for Joomla 6. Every compiled project is tailored for the specific version without needing backward compatibility plugins. With integrated version-aware compiling, smart boilerplating, and Git-powered project syncing, JCB is much more than a code generator-it's a **full-stack development pipeline for Joomla extensions**. -You can install this component easily. The latest release (**4.1.1-rc1**) is available on [Releases](https://git.vdm.dev/joomla/pkg-component-builder/releases) and updated frequently with full source access. +You can install this component easily. The latest release (**4.1.1**) is available on [Releases](https://git.vdm.dev/joomla/pkg-component-builder/releases) and updated frequently with full source access. Upgrades are seamless through Joomla's built-in extension update mechanism. @@ -229,9 +229,9 @@ JCB is developed by developers for developers. Its purpose is to democratize hig * **Company:** [Vast Development Method](https://dev.vdm.io) * **Author:** [Llewellyn van der Merwe](mailto:joomla@vdm.io) * **Component:** [Component Builder](https://git.vdm.dev/joomla/Component-Builder) -* **Created:** 30th April, 2015 · **Last Build:** 2nd July, 2025 · **Version:** 4.1.1-rc1 +* **Created:** 30th April, 2015 · **Last Build:** 3rd July, 2025 · **Version:** 4.1.1 * **License:** GNU General Public License version 2 or later; see LICENSE.txt · **Copyright:** Copyright (C) 2015 Vast Development Method. All rights reserved. -* **Lines:** 1086394 · **Fields:** 2090 · **Files:** 7357 · **Folders:** 716 +* **Lines:** 1086395 · **Fields:** 2090 · **Files:** 7357 · **Folders:** 716 > Generated with [JCB](https://www.joomlacomponentbuilder.com) — The Smartest Way to Build Joomla Extensions. diff --git a/admin/layouts/exportlanguagetranslations.php b/admin/layouts/exportlanguagetranslations.php index 9bdd6788f..5752b8ab5 100644 --- a/admin/layouts/exportlanguagetranslations.php +++ b/admin/layouts/exportlanguagetranslations.php @@ -114,7 +114,7 @@ function exportLanguageTranslations() { { extend: 'excel', text: 'Excel', - title: '', + title: '', filename: '' } ], diff --git a/componentbuilder.xml b/componentbuilder.xml index a2f447829..1a0853ae1 100644 --- a/componentbuilder.xml +++ b/componentbuilder.xml @@ -1,15 +1,15 @@ COM_COMPONENTBUILDER - 2nd July, 2025 + 3rd July, 2025 Llewellyn van der Merwe joomla@vdm.io https://dev.vdm.io Copyright (C) 2015 Vast Development Method. All rights reserved. GNU General Public License version 2 or later; see LICENSE.txt - 4.1.1-rc1 + 4.1.1 Component Builder (v.4.1.1-rc1) +

Component Builder (v.4.1.1)

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. diff --git a/componentbuilder_update_server.xml b/componentbuilder_update_server.xml index 92b9a52a8..2e7556fbc 100644 --- a/componentbuilder_update_server.xml +++ b/componentbuilder_update_server.xml @@ -113,13 +113,13 @@ pkg_component_builder package site - 4.1.1-rc1 + 4.1.1 https://dev.vdm.io - https://github.com/joomengine/pkg-component-builder/archive/refs/tags/v4.1.1-rc1.zip + https://github.com/joomengine/pkg-component-builder/archive/refs/tags/v4.1.1.zip - release_candidate + stable Llewellyn van der Merwe https://dev.vdm.io