Compare commits
59 Commits
Author | SHA1 | Date | |
---|---|---|---|
82922eca5a
|
|||
9256633b37
|
|||
8ebeb56d3e
|
|||
f71c689d46
|
|||
0603c39cc1
|
|||
fc8fabe298
|
|||
045e6df2e2
|
|||
29fef2cbea
|
|||
2fab51f611
|
|||
22aa94ad9c
|
|||
6d24fcfd2b
|
|||
04ebefe98d
|
|||
6a96c3b2c1
|
|||
c8b65b3b0b
|
|||
0cbe573fe0
|
|||
9f05fb090f
|
|||
e4d8b043c2
|
|||
c6a6e8266a
|
|||
25b59990b3
|
|||
9db186ef73
|
|||
b9860f7718
|
|||
dbe4c858fd
|
|||
9284115e8d
|
|||
92a14a44f5
|
|||
a4a4a2ab9a
|
|||
18545c5b8d
|
|||
0cbf3c0e71
|
|||
c51ef999a9
|
|||
fc6b04cb5c
|
|||
0c9a098335
|
|||
aba1267f8e
|
|||
54d94753b4
|
|||
b3199d2abb
|
|||
b37c57611f
|
|||
827641a3d4
|
|||
a24b5a0757
|
|||
8ab5f2daf4
|
|||
2a9a66b8a7
|
|||
59af18e13a
|
|||
0193ab735c
|
|||
00f14c3bba
|
|||
25b751a935
|
|||
b2c9daa455
|
|||
b988010b79
|
|||
2b7b8f90e1
|
|||
2f64eec95b
|
|||
8548530b6d
|
|||
ac3e230272
|
|||
8deb178d7c
|
|||
4ef96e9931 | |||
4116d87799 | |||
1e286a7f6e | |||
e77ebd8e27 | |||
ece14672d1
|
|||
87706b19bc
|
|||
ecc51c4871
|
|||
44dacc36a0
|
|||
a920cb429b
|
|||
87cd4305bb
|
68
CHANGELOG.md
68
CHANGELOG.md
@@ -1,26 +1,26 @@
|
|||||||
# v4.0.3
|
# v5.0.3
|
||||||
|
|
||||||
- Add [push] option to powers area.
|
- Add [push] option to powers area.
|
||||||
- Fix [Save as Copy] error in library. #1162
|
- Fix error in [Save As Copy] functionality for the library. #1162
|
||||||
- Fix error when no components exist. #1164
|
- Fix error when no components exist. #1164
|
||||||
- Fix search page error caused by File class.
|
- Fix search page error caused by File class.
|
||||||
- Fix usergrouplist compiler triggers. #1100
|
- Fix UserGroupList compiler triggers. #1100
|
||||||
- Add power field type integration [init, reset, push].
|
- Add power integration field type with [init, reset, push] options.
|
||||||
- Fix default database fields to allow NULL. #1169
|
- Fix default database fields to allow NULL values. #1169
|
||||||
- Fix power list field to enable search. #1167
|
- Fix power list field to support search functionality. #1167
|
||||||
- Expand the Demo component in JCB v4 to include more advanced features.
|
- Expand Demo component in JCB v4 to include advanced features.
|
||||||
- Fix missing working path in zip process.
|
- Fix missing working path in zip creation.
|
||||||
- Fix dynamic get issue in demo site view.
|
- Fix dynamic retrieval for the demo site view.
|
||||||
- Fix demo site view to display files.
|
- Fix demo site view to display files.
|
||||||
- Fix field type init message.
|
- Fix field type initialization message.
|
||||||
- Ensure type-agnostic comparisons by casting to CHAR in joins for dynamic get.
|
- Fix type-agnostic comparisons by casting to CHAR in dynamic get joins.
|
||||||
- Fix dynamic download for site area with correct namespace.
|
- Fix dynamic download for site area to use correct namespace.
|
||||||
- Fix missing edit button on fields in related views.
|
- Fix missing edit button on fields in related views.
|
||||||
- Fix dashboard display.
|
- Fix dashboard display issues.
|
||||||
- Restore search option in [use] field of related views.
|
- Restore search option in the [use] field for related views.
|
||||||
- Fix namespace issue that broke the linker.
|
- Fix namespace issue causing linker to break.
|
||||||
|
|
||||||
# v4.0.2
|
# v5.0.2
|
||||||
|
|
||||||
- Fix site view form missing classes in J4+
|
- Fix site view form missing classes in J4+
|
||||||
- Fix permissions tab in items in J4+
|
- Fix permissions tab in items in J4+
|
||||||
@@ -40,9 +40,9 @@
|
|||||||
- Add native plugin builder for Joomla 4 & 5
|
- Add native plugin builder for Joomla 4 & 5
|
||||||
- Add basic API for admin views
|
- Add basic API for admin views
|
||||||
|
|
||||||
# v4.0.1
|
# v5.0.1
|
||||||
|
|
||||||
- Fix auto build from SQL in Joomla 4.
|
- Fix auto build from SQL in Joomla 5.
|
||||||
- Fix permission issue for admin views.
|
- Fix permission issue for admin views.
|
||||||
- Add in JCB gitea push feature to help maintain JCB core features.
|
- Add in JCB gitea push feature to help maintain JCB core features.
|
||||||
- Add extending options to interfaces.
|
- Add extending options to interfaces.
|
||||||
@@ -67,25 +67,25 @@
|
|||||||
- Add option to use placeholders in Joomla Power namespaces.
|
- Add option to use placeholders in Joomla Power namespaces.
|
||||||
- Fix subform layout of uikit in JCB
|
- Fix subform layout of uikit in JCB
|
||||||
|
|
||||||
# v4.0.0
|
# v5.0.0
|
||||||
|
|
||||||
- Fix the plug-in installer script builder bug #1067
|
- Fix the plug-in installer script builder bug #1067
|
||||||
- Fix Event triggers for Joomla 4 and 5 builds.
|
- Fix Event triggers for Joomla 4 and 5 builds.
|
||||||
- Add fix to the update script, so that upgrading JCB from Joomla 3 to 4 will not fail.
|
- Add fix to the update script, so that upgrading JCB from Joomla 4 to 5 will not fail.
|
||||||
- Fix plugin field selection
|
- Fix plugin field selection
|
||||||
- Fix plugin params tab layout
|
- Fix plugin params tab layout
|
||||||
- Add issue templates
|
- Add issue templates
|
||||||
- Force autoloader to always load.
|
- Force autoloader to always load
|
||||||
- Fix repeatable layout #1076
|
- Fix repeatable layout #1076
|
||||||
- Add Factory class to the J5 Event class. #1093
|
- Add Factory class to the J5 Event class. #1093
|
||||||
- Fix customfilelist field to conform to the new namespacing conventions. #1094
|
- Fix customfilelist field to conform to the new namespacing conventions. #1094
|
||||||
- Add menus for languages, servers, get snippets to J4 #1095
|
- Add menus for languages, servers, get snippets to J5 #1095
|
||||||
- Fix [Set String Value] in placeholder table to store the value as a base64 string.
|
- Fix [Set String Value] in placeholder table to store the value as a base64 string.
|
||||||
- Fix the search area layout.
|
- Fix the search area layout.
|
||||||
- Fix the search area code line selection.
|
- Fix the search area code line selection.
|
||||||
- Fix the input edit button for custom fields.
|
- Fix the input edit button for custom fields.
|
||||||
- Add the new layout to list fields (GUI UPDATE)
|
- Add the new layout to list fields (GUI UPDATE)
|
||||||
- Start fixing the field view in Joomla 4. #1096
|
- Start fixing the field view in Joomla 5. #1096
|
||||||
- Add power path override option on component level.
|
- Add power path override option on component level.
|
||||||
- Fix the sql build feature. #1032
|
- Fix the sql build feature. #1032
|
||||||
- Add the compiler menu back.
|
- Add the compiler menu back.
|
||||||
@@ -111,6 +111,28 @@
|
|||||||
- Add the BaseDatabaseModel use statement to custom site view controller. #1119
|
- Add the BaseDatabaseModel use statement to custom site view controller. #1119
|
||||||
- Fix the customfolderlist field. #1120
|
- Fix the customfolderlist field. #1120
|
||||||
|
|
||||||
|
# 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.
|
||||||
|
|
||||||
# v3.2.4
|
# v3.2.4
|
||||||
|
|
||||||
- Add [push] option to Powers area.
|
- Add [push] option to Powers area.
|
||||||
|
@@ -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">
|
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"/>
|
<img src="components/com_componentbuilder/assets/images/vdm-component.jpg"/>
|
||||||
</a>
|
</a>
|
||||||
<h3>Upgrade to Version 4.0.3 Was Successful! Let us know if anything is not working as expected.</h3></div>';
|
<h3>Upgrade to Version 5.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.
|
// Add/Update component in the action logs extensions table.
|
||||||
$this->setActionLogsExtensions();
|
$this->setActionLogsExtensions();
|
||||||
|
14
README.md
14
README.md
@@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
# Joomla Component Builder ([JCB](https://www.joomlacomponentbuilder.com))
|
# Joomla Component Builder ([JCB](https://www.joomlacomponentbuilder.com))
|
||||||
|
|
||||||
This is a [Joomla 4.x](https://extensions.joomla.org/extension/component-builder/) component. [__See In Action__](https://www.youtube.com/watch?v=IQfsLYIeblk&list=PLQRGFI8XZ_wtGvPQZWBfDzzlERLQgpMRE&index=45)
|
This is a [Joomla 5.x](https://extensions.joomla.org/extension/component-builder/) component. [__See In Action__](https://www.youtube.com/watch?v=IQfsLYIeblk&list=PLQRGFI8XZ_wtGvPQZWBfDzzlERLQgpMRE&index=45)
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
@@ -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!
|
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 (4.0.3) 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.3) 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)
|
> Watch Quick Build of a Hello World component in [JCB on Youtube](https://www.youtube.com/watch?v=IQfsLYIeblk&list=PLQRGFI8XZ_wtGvPQZWBfDzzlERLQgpMRE&index=45)
|
||||||
|
|
||||||
@@ -145,13 +145,13 @@ TODO
|
|||||||
+ *Name*: [Component Builder](https://git.vdm.dev/joomla/Component-Builder)
|
+ *Name*: [Component Builder](https://git.vdm.dev/joomla/Component-Builder)
|
||||||
+ *First Build*: 30th April, 2015
|
+ *First Build*: 30th April, 2015
|
||||||
+ *Last Build*: 20th September, 2024
|
+ *Last Build*: 20th September, 2024
|
||||||
+ *Version*: 4.0.3
|
+ *Version*: 5.0.3
|
||||||
+ *Copyright*: Copyright (C) 2015 Vast Development Method. All rights reserved.
|
+ *Copyright*: Copyright (C) 2015 Vast Development Method. All rights reserved.
|
||||||
+ *License*: GNU General Public License version 2 or later; see LICENSE.txt
|
+ *License*: GNU General Public License version 2 or later; see LICENSE.txt
|
||||||
+ *Line count*: **855739**
|
+ *Line count*: **858191**
|
||||||
+ *Field count*: **2098**
|
+ *Field count*: **2104**
|
||||||
+ *File count*: **5903**
|
+ *File count*: **5924**
|
||||||
+ *Folder count*: **619**
|
+ *Folder count*: **631**
|
||||||
|
|
||||||
> This **component** was build with a [Joomla](https://extensions.joomla.org/extension/component-builder/) [Automated Component Builder](https://www.joomlacomponentbuilder.com).
|
> This **component** was build with a [Joomla](https://extensions.joomla.org/extension/component-builder/) [Automated Component Builder](https://www.joomlacomponentbuilder.com).
|
||||||
> Developed by [Llewellyn van der Merwe](mailto:joomla@vdm.io)
|
> Developed by [Llewellyn van der Merwe](mailto:joomla@vdm.io)
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
# Joomla Component Builder ([JCB](https://www.joomlacomponentbuilder.com))
|
# Joomla Component Builder ([JCB](https://www.joomlacomponentbuilder.com))
|
||||||
|
|
||||||
This is a [Joomla 4.x](https://extensions.joomla.org/extension/component-builder/) component. [__See In Action__](https://www.youtube.com/watch?v=IQfsLYIeblk&list=PLQRGFI8XZ_wtGvPQZWBfDzzlERLQgpMRE&index=45)
|
This is a [Joomla 5.x](https://extensions.joomla.org/extension/component-builder/) component. [__See In Action__](https://www.youtube.com/watch?v=IQfsLYIeblk&list=PLQRGFI8XZ_wtGvPQZWBfDzzlERLQgpMRE&index=45)
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
@@ -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!
|
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 (4.0.3) 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.3) 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)
|
> Watch Quick Build of a Hello World component in [JCB on Youtube](https://www.youtube.com/watch?v=IQfsLYIeblk&list=PLQRGFI8XZ_wtGvPQZWBfDzzlERLQgpMRE&index=45)
|
||||||
|
|
||||||
@@ -145,13 +145,13 @@ TODO
|
|||||||
+ *Name*: [Component Builder](https://git.vdm.dev/joomla/Component-Builder)
|
+ *Name*: [Component Builder](https://git.vdm.dev/joomla/Component-Builder)
|
||||||
+ *First Build*: 30th April, 2015
|
+ *First Build*: 30th April, 2015
|
||||||
+ *Last Build*: 20th September, 2024
|
+ *Last Build*: 20th September, 2024
|
||||||
+ *Version*: 4.0.3
|
+ *Version*: 5.0.3
|
||||||
+ *Copyright*: Copyright (C) 2015 Vast Development Method. All rights reserved.
|
+ *Copyright*: Copyright (C) 2015 Vast Development Method. All rights reserved.
|
||||||
+ *License*: GNU General Public License version 2 or later; see LICENSE.txt
|
+ *License*: GNU General Public License version 2 or later; see LICENSE.txt
|
||||||
+ *Line count*: **855739**
|
+ *Line count*: **858191**
|
||||||
+ *Field count*: **2098**
|
+ *Field count*: **2104**
|
||||||
+ *File count*: **5903**
|
+ *File count*: **5924**
|
||||||
+ *Folder count*: **619**
|
+ *Folder count*: **631**
|
||||||
|
|
||||||
> This **component** was build with a [Joomla](https://extensions.joomla.org/extension/component-builder/) [Automated Component Builder](https://www.joomlacomponentbuilder.com).
|
> This **component** was build with a [Joomla](https://extensions.joomla.org/extension/component-builder/) [Automated Component Builder](https://www.joomlacomponentbuilder.com).
|
||||||
> Developed by [Llewellyn van der Merwe](mailto:joomla@vdm.io)
|
> Developed by [Llewellyn van der Merwe](mailto:joomla@vdm.io)
|
||||||
|
1
admin/sql/updates/mysql/5.0.2.sql
Normal file
1
admin/sql/updates/mysql/5.0.2.sql
Normal file
@@ -0,0 +1 @@
|
|||||||
|
|
@@ -22,7 +22,7 @@ use Joomla\CMS\Language\Text;
|
|||||||
use Joomla\CMS\Access\Access;
|
use Joomla\CMS\Access\Access;
|
||||||
use Joomla\CMS\Access\Rules as AccessRules;
|
use Joomla\CMS\Access\Rules as AccessRules;
|
||||||
use Joomla\CMS\Component\ComponentHelper;
|
use Joomla\CMS\Component\ComponentHelper;
|
||||||
use Joomla\CMS\Filesystem\File;
|
use Joomla\Filesystem\File;
|
||||||
use Joomla\CMS\Language\Language;
|
use Joomla\CMS\Language\Language;
|
||||||
use Joomla\CMS\MVC\Model\BaseDatabaseModel;
|
use Joomla\CMS\MVC\Model\BaseDatabaseModel;
|
||||||
use Joomla\CMS\Object\CMSObject;
|
use Joomla\CMS\Object\CMSObject;
|
||||||
|
@@ -12,8 +12,8 @@ namespace VDM\Component\Componentbuilder\Administrator\Model;
|
|||||||
|
|
||||||
use Joomla\CMS\Factory;
|
use Joomla\CMS\Factory;
|
||||||
use Joomla\CMS\Language\Text;
|
use Joomla\CMS\Language\Text;
|
||||||
use Joomla\CMS\Filesystem\File;
|
use Joomla\Filesystem\File;
|
||||||
use Joomla\CMS\Filesystem\Folder;
|
use Joomla\Filesystem\Folder;
|
||||||
use Joomla\CMS\Filesystem\Path;
|
use Joomla\CMS\Filesystem\Path;
|
||||||
use Joomla\CMS\Filter\OutputFilter;
|
use Joomla\CMS\Filter\OutputFilter;
|
||||||
use Joomla\CMS\Installer\InstallerHelper;
|
use Joomla\CMS\Installer\InstallerHelper;
|
||||||
|
@@ -12,8 +12,8 @@ namespace VDM\Component\Componentbuilder\Administrator\Model;
|
|||||||
|
|
||||||
use Joomla\CMS\Factory;
|
use Joomla\CMS\Factory;
|
||||||
use Joomla\CMS\Language\Text;
|
use Joomla\CMS\Language\Text;
|
||||||
use Joomla\CMS\Filesystem\File;
|
use Joomla\Filesystem\File;
|
||||||
use Joomla\CMS\Filesystem\Folder;
|
use Joomla\Filesystem\Folder;
|
||||||
use Joomla\CMS\Filesystem\Path;
|
use Joomla\CMS\Filesystem\Path;
|
||||||
use Joomla\CMS\Filter\OutputFilter;
|
use Joomla\CMS\Filter\OutputFilter;
|
||||||
use Joomla\CMS\Installer\InstallerHelper;
|
use Joomla\CMS\Installer\InstallerHelper;
|
||||||
|
@@ -22,7 +22,7 @@ use Joomla\CMS\User\User;
|
|||||||
use Joomla\CMS\Document\Document;
|
use Joomla\CMS\Document\Document;
|
||||||
use VDM\Component\Componentbuilder\Administrator\Helper\HeaderCheck;
|
use VDM\Component\Componentbuilder\Administrator\Helper\HeaderCheck;
|
||||||
use VDM\Component\Componentbuilder\Administrator\Helper\ComponentbuilderHelper;
|
use VDM\Component\Componentbuilder\Administrator\Helper\ComponentbuilderHelper;
|
||||||
use Joomla\CMS\Filesystem\File;
|
use Joomla\Filesystem\File;
|
||||||
use VDM\Joomla\Utilities\ArrayHelper;
|
use VDM\Joomla\Utilities\ArrayHelper;
|
||||||
use VDM\Joomla\Utilities\StringHelper;
|
use VDM\Joomla\Utilities\StringHelper;
|
||||||
use Joomla\CMS\Session\Session;
|
use Joomla\CMS\Session\Session;
|
||||||
|
@@ -22,7 +22,7 @@ use Joomla\CMS\User\User;
|
|||||||
use Joomla\CMS\Document\Document;
|
use Joomla\CMS\Document\Document;
|
||||||
use VDM\Component\Componentbuilder\Administrator\Helper\HeaderCheck;
|
use VDM\Component\Componentbuilder\Administrator\Helper\HeaderCheck;
|
||||||
use VDM\Component\Componentbuilder\Administrator\Helper\ComponentbuilderHelper;
|
use VDM\Component\Componentbuilder\Administrator\Helper\ComponentbuilderHelper;
|
||||||
use Joomla\CMS\Filesystem\File;
|
use Joomla\Filesystem\File;
|
||||||
use VDM\Joomla\Componentbuilder\Search\Factory as SearchFactory;
|
use VDM\Joomla\Componentbuilder\Search\Factory as SearchFactory;
|
||||||
use Joomla\CMS\Form\Form;
|
use Joomla\CMS\Form\Form;
|
||||||
use VDM\Joomla\Utilities\ArrayHelper;
|
use VDM\Joomla\Utilities\ArrayHelper;
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<extension type="component" version="4.0" method="upgrade">
|
<extension type="component" version="5.0" method="upgrade">
|
||||||
<name>COM_COMPONENTBUILDER</name>
|
<name>COM_COMPONENTBUILDER</name>
|
||||||
<creationDate>20th September, 2024</creationDate>
|
<creationDate>20th September, 2024</creationDate>
|
||||||
<author>Llewellyn van der Merwe</author>
|
<author>Llewellyn van der Merwe</author>
|
||||||
@@ -7,9 +7,9 @@
|
|||||||
<authorUrl>https://dev.vdm.io</authorUrl>
|
<authorUrl>https://dev.vdm.io</authorUrl>
|
||||||
<copyright>Copyright (C) 2015 Vast Development Method. All rights reserved.</copyright>
|
<copyright>Copyright (C) 2015 Vast Development Method. All rights reserved.</copyright>
|
||||||
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
|
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
|
||||||
<version>4.0.3</version>
|
<version>5.0.3</version>
|
||||||
<description>< is highly advanced tool that is truly able to build extremely complex components in a fraction of the time.
|
<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.
|
||||||
|
|
||||||
@@ -111,6 +111,6 @@ Whether you're a seasoned [Joomla](https://extensions.joomla.org/extension/compo
|
|||||||
|
|
||||||
</administration>
|
</administration>
|
||||||
<updateservers>
|
<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://git.vdm.dev/joomla/Component-Builder/raw/branch/5.x/componentbuilder_update_server.xml</server>
|
||||||
</updateservers>
|
</updateservers>
|
||||||
</extension>
|
</extension>
|
@@ -17,60 +17,6 @@
|
|||||||
<maintainerurl>https://dev.vdm.io</maintainerurl>
|
<maintainerurl>https://dev.vdm.io</maintainerurl>
|
||||||
<targetplatform name="joomla" version="3.*"/>
|
<targetplatform name="joomla" version="3.*"/>
|
||||||
</update>
|
</update>
|
||||||
<update>
|
|
||||||
<name>Component Builder</name>
|
|
||||||
<description>Builds Complex Joomla Components</description>
|
|
||||||
<element>pkg_component_builder</element>
|
|
||||||
<type>package</type>
|
|
||||||
<client>site</client>
|
|
||||||
<version>4.0.0</version>
|
|
||||||
<infourl title="Component Builder!">https://dev.vdm.io</infourl>
|
|
||||||
<downloads>
|
|
||||||
<downloadurl type="full" format="zip">https://git.vdm.dev/api/v1/repos/joomla/pkg-component-builder/archive/v4.0.0.zip</downloadurl>
|
|
||||||
</downloads>
|
|
||||||
<tags>
|
|
||||||
<tag>stable</tag>
|
|
||||||
</tags>
|
|
||||||
<maintainer>Llewellyn van der Merwe</maintainer>
|
|
||||||
<maintainerurl>https://dev.vdm.io</maintainerurl>
|
|
||||||
<targetplatform name="joomla" version="4\.[01234]"/>
|
|
||||||
</update>
|
|
||||||
<update>
|
|
||||||
<name>Component Builder</name>
|
|
||||||
<description>Builds Complex Joomla Components</description>
|
|
||||||
<element>pkg_component_builder</element>
|
|
||||||
<type>package</type>
|
|
||||||
<client>site</client>
|
|
||||||
<version>4.0.1</version>
|
|
||||||
<infourl title="Component Builder!">https://dev.vdm.io</infourl>
|
|
||||||
<downloads>
|
|
||||||
<downloadurl type="full" format="zip">https://git.vdm.dev/api/v1/repos/joomla/pkg-component-builder/archive/v4.0.1.zip</downloadurl>
|
|
||||||
</downloads>
|
|
||||||
<tags>
|
|
||||||
<tag>stable</tag>
|
|
||||||
</tags>
|
|
||||||
<maintainer>Llewellyn van der Merwe</maintainer>
|
|
||||||
<maintainerurl>https://dev.vdm.io</maintainerurl>
|
|
||||||
<targetplatform name="joomla" version="4\.[01234]"/>
|
|
||||||
</update>
|
|
||||||
<update>
|
|
||||||
<name>Component Builder</name>
|
|
||||||
<description>Builds Complex Joomla Components</description>
|
|
||||||
<element>pkg_component_builder</element>
|
|
||||||
<type>package</type>
|
|
||||||
<client>site</client>
|
|
||||||
<version>4.0.2</version>
|
|
||||||
<infourl title="Component Builder!">https://dev.vdm.io</infourl>
|
|
||||||
<downloads>
|
|
||||||
<downloadurl type="full" format="zip">https://git.vdm.dev/api/v1/repos/joomla/pkg-component-builder/archive/v4.0.2.zip</downloadurl>
|
|
||||||
</downloads>
|
|
||||||
<tags>
|
|
||||||
<tag>stable</tag>
|
|
||||||
</tags>
|
|
||||||
<maintainer>Llewellyn van der Merwe</maintainer>
|
|
||||||
<maintainerurl>https://dev.vdm.io</maintainerurl>
|
|
||||||
<targetplatform name="joomla" version="4\.[01234]"/>
|
|
||||||
</update>
|
|
||||||
<update>
|
<update>
|
||||||
<name>Component Builder</name>
|
<name>Component Builder</name>
|
||||||
<description>Builds Complex Joomla Components</description>
|
<description>Builds Complex Joomla Components</description>
|
||||||
@@ -89,4 +35,76 @@
|
|||||||
<maintainerurl>https://dev.vdm.io</maintainerurl>
|
<maintainerurl>https://dev.vdm.io</maintainerurl>
|
||||||
<targetplatform name="joomla" version="4\.[01234]"/>
|
<targetplatform name="joomla" version="4\.[01234]"/>
|
||||||
</update>
|
</update>
|
||||||
|
<update>
|
||||||
|
<name>Component Builder</name>
|
||||||
|
<description>Builds Complex Joomla Components</description>
|
||||||
|
<element>pkg_component_builder</element>
|
||||||
|
<type>package</type>
|
||||||
|
<client>site</client>
|
||||||
|
<version>5.0.0</version>
|
||||||
|
<infourl title="Component Builder!">https://dev.vdm.io</infourl>
|
||||||
|
<downloads>
|
||||||
|
<downloadurl type="full" format="zip">https://git.vdm.dev/api/v1/repos/joomla/pkg-component-builder/archive/v5.0.0.zip</downloadurl>
|
||||||
|
</downloads>
|
||||||
|
<tags>
|
||||||
|
<tag>stable</tag>
|
||||||
|
</tags>
|
||||||
|
<maintainer>Llewellyn van der Merwe</maintainer>
|
||||||
|
<maintainerurl>https://dev.vdm.io</maintainerurl>
|
||||||
|
<targetplatform name="joomla" version="5\.[01]"/>
|
||||||
|
</update>
|
||||||
|
<update>
|
||||||
|
<name>Component Builder</name>
|
||||||
|
<description>Builds Complex Joomla Components</description>
|
||||||
|
<element>pkg_component_builder</element>
|
||||||
|
<type>package</type>
|
||||||
|
<client>site</client>
|
||||||
|
<version>5.0.1</version>
|
||||||
|
<infourl title="Component Builder!">https://dev.vdm.io</infourl>
|
||||||
|
<downloads>
|
||||||
|
<downloadurl type="full" format="zip">https://git.vdm.dev/api/v1/repos/joomla/pkg-component-builder/archive/v5.0.1.zip</downloadurl>
|
||||||
|
</downloads>
|
||||||
|
<tags>
|
||||||
|
<tag>stable</tag>
|
||||||
|
</tags>
|
||||||
|
<maintainer>Llewellyn van der Merwe</maintainer>
|
||||||
|
<maintainerurl>https://dev.vdm.io</maintainerurl>
|
||||||
|
<targetplatform name="joomla" version="5\.[01]"/>
|
||||||
|
</update>
|
||||||
|
<update>
|
||||||
|
<name>Component Builder</name>
|
||||||
|
<description>Builds Complex Joomla Components</description>
|
||||||
|
<element>pkg_component_builder</element>
|
||||||
|
<type>package</type>
|
||||||
|
<client>site</client>
|
||||||
|
<version>5.0.2</version>
|
||||||
|
<infourl title="Component Builder!">https://dev.vdm.io</infourl>
|
||||||
|
<downloads>
|
||||||
|
<downloadurl type="full" format="zip">https://git.vdm.dev/api/v1/repos/joomla/pkg-component-builder/archive/v5.0.2.zip</downloadurl>
|
||||||
|
</downloads>
|
||||||
|
<tags>
|
||||||
|
<tag>stable</tag>
|
||||||
|
</tags>
|
||||||
|
<maintainer>Llewellyn van der Merwe</maintainer>
|
||||||
|
<maintainerurl>https://dev.vdm.io</maintainerurl>
|
||||||
|
<targetplatform name="joomla" version="5\.[012]"/>
|
||||||
|
</update>
|
||||||
|
<update>
|
||||||
|
<name>Component Builder</name>
|
||||||
|
<description>Builds Complex Joomla Components</description>
|
||||||
|
<element>pkg_component_builder</element>
|
||||||
|
<type>package</type>
|
||||||
|
<client>site</client>
|
||||||
|
<version>5.0.3</version>
|
||||||
|
<infourl title="Component Builder!">https://dev.vdm.io</infourl>
|
||||||
|
<downloads>
|
||||||
|
<downloadurl type="full" format="zip">https://git.vdm.dev/api/v1/repos/joomla/pkg-component-builder/archive/v5.0.3.zip</downloadurl>
|
||||||
|
</downloads>
|
||||||
|
<tags>
|
||||||
|
<tag>stable</tag>
|
||||||
|
</tags>
|
||||||
|
<maintainer>Llewellyn van der Merwe</maintainer>
|
||||||
|
<maintainerurl>https://dev.vdm.io</maintainerurl>
|
||||||
|
<targetplatform name="joomla" version="5\.[012]"/>
|
||||||
|
</update>
|
||||||
</updates>
|
</updates>
|
Reference in New Issue
Block a user