48
5
Fork 1
This commit is contained in:
Robot 2024-03-07 21:31:04 +02:00
parent 76e5ab35a0
commit f30579580c
Signed by: Robot
GPG Key ID: 14DECD44E7E1BB95
20 changed files with 7 additions and 7 deletions

View File

@ -1,4 +1,4 @@
# Component Builder Package (v3.2.0-beta3)
# Component Builder Package (v3.2.0-beta4)
The Joomla Component Builder Package that bundles JCB Component and all the plugins and features available into one package for easy install and update of your JCB system.
@ -12,8 +12,8 @@ The Joomla Component Builder Package that bundles JCB Component and all the plug
## Extensions
- [joomla/Component-Builder](https://git.vdm.dev/joomla/Component-Builder) [3.10](https://git.vdm.dev/joomla/Component-Builder/archive/3.10.zip)
> 3.10
- [joomla/Component-Builder](https://git.vdm.dev/joomla/Component-Builder) [3.x](https://git.vdm.dev/joomla/Component-Builder/archive/3.x.zip)
> 3.x
- [joomla/plg_content_componentbuilderadminheaderstabs](https://git.vdm.dev/joomla/plg_content_componentbuilderadminheaderstabs) [master](https://git.vdm.dev/joomla/plg_content_componentbuilderadminheaderstabs/archive/master.zip)
> master
- [joomla/plg_content_componentbuildercomponentdashboardheaderstabs](https://git.vdm.dev/joomla/plg_content_componentbuildercomponentdashboardheaderstabs) [master](https://git.vdm.dev/joomla/plg_content_componentbuildercomponentdashboardheaderstabs/archive/master.zip)

View File

@ -44,7 +44,7 @@ class pkg_component_builderInstallerScript
*/
protected function updateServerLocation()
{
$location = "https://git.vdm.dev/joomla/Component-Builder/raw/branch/3.10/componentbuilder_update_server.xml";
$location = "https://git.vdm.dev/joomla/Component-Builder/raw/branch/3.x/componentbuilder_update_server.xml";
$elements = ['pkg_component_builder', 'com_componentbuilder'];
// Get the Package Update Site Details

View File

@ -2,7 +2,7 @@
<extension version="3.8" type="package" method="upgrade">
<name>PKG_COMPONENT_BUILDER</name>
<packagename>component_builder</packagename>
<version>3.2.0-beta3</version>
<version>3.2.0-beta4</version>
<creationDate>March 2024</creationDate>
<author>Llewellyn van der Merwe</author>
<authorEmail>joomla@vdm.io</authorEmail>
@ -15,14 +15,14 @@
<description>The Joomla Component Builder Package that bundles JCB Component and all the plugins and features available into one package for easy install and update of your JCB system.</description>
<scriptfile>install_component_builder.php</scriptfile>
<updateservers>
<server type="extension" name="Component Builder Package - Updates" element="pkg_component_builder">https://git.vdm.dev/joomla/Component-Builder/raw/branch/3.10/componentbuilder_update_server.xml</server>
<server type="extension" name="Component Builder Package - Updates" element="pkg_component_builder">https://git.vdm.dev/joomla/Component-Builder/raw/branch/3.x/componentbuilder_update_server.xml</server>
</updateservers>
<languages folder="languages">
<language tag="en-GB">en-GB/en-GB.pkg_component_builder.sys.ini</language>
<language tag="en-GB">en-GB/en-GB.pkg_component_builder.ini</language>
</languages>
<files folder="src">
<file type="component" id="com_componentbuilder">joomla__Component-Builder__3.10.zip</file>
<file type="component" id="com_componentbuilder">joomla__Component-Builder__3.x.zip</file>
<file type="plugin" id="ComponentBuilderAdminHeadersTabs" group="content">joomla__plg_content_componentbuilderadminheaderstabs__master.zip</file>
<file type="plugin" id="ComponentBuilderComponentDashboardHeadersTabs" group="content">joomla__plg_content_componentbuildercomponentdashboardheaderstabs__master.zip</file>
<file type="plugin" id="ComponentBuilderComponentHeadersTabs" group="content">joomla__plg_content_componentbuildercomponentheaderstabs__master.zip</file>