48
5
Fork 1

Update - v2.13.1

This commit is contained in:
Llewellyn van der Merwe 2022-06-02 14:15:14 +02:00
parent 160e6f1ee1
commit 271acbe7a0
Signed by: Llewellyn
GPG Key ID: A9201372263741E7
3 changed files with 7 additions and 7 deletions

View File

@ -1,4 +1,4 @@
# Component Builder Package (v2.13.0)
# Component Builder Package (v2.13.1)
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.
@ -6,14 +6,14 @@ The Joomla Component Builder Package that bundles JCB Component and all the plug
- Packager: [Vast Development Method](https://dev.vdm.io/)
- Author: [Llewellyn van der Merwe](http://www.joomlacomponentbuilder.com/)
- Creation Date: May 2022
- Creation Date: June 2022
- Max Joomla Version: J3.10
- Minimum Joomla Version: J3.8
## Extensions
- [joomla/Component-Builder](https://git.vdm.dev/joomla/Component-Builder) [v2.13.0](https://git.vdm.dev/joomla/Component-Builder/archive/v2.13.0.zip)
> Native MVC
- [joomla/Component-Builder](https://git.vdm.dev/joomla/Component-Builder) [v2.13.1](https://git.vdm.dev/joomla/Component-Builder/archive/v2.13.1.zip)
> Fixed the JCB package import url inclusion limitation.
- [joomla/plg_content_componentbuilderadminheaderstabs](https://git.vdm.dev/joomla/plg_content_componentbuilderadminheaderstabs) [v1.0.1](https://git.vdm.dev/attachments/8bb051d0-947f-4849-9659-0145918543ab)
> Plugin for adding header code to admin area - tabs (2021-10-01)
- [joomla/plg_content_componentbuildercomponentheaderstabs](https://git.vdm.dev/joomla/plg_content_componentbuildercomponentheaderstabs) [v1.0.0](https://git.vdm.dev/attachments/f919fc1d-9e2b-4f80-8ac6-c49f651d7c47)

View File

@ -2,8 +2,8 @@
<extension version="3.8" type="package" method="upgrade">
<name>PKG_COMPONENT_BUILDER</name>
<packagename>component_builder</packagename>
<version>2.13.0</version>
<creationDate>May 2022</creationDate>
<version>2.13.1</version>
<creationDate>June 2022</creationDate>
<author>Llewellyn van der Merwe</author>
<authorEmail>llewellyn@joomlacomponentbuilder.com</authorEmail>
<authorUrl>http://www.joomlacomponentbuilder.com/</authorUrl>
@ -21,7 +21,7 @@
<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__v2.13.0.zip</file>
<file type="component" id="com_componentbuilder">joomla__Component-Builder__v2.13.1.zip</file>
<file type="plugin" id="ComponentBuilderAdminHeadersTabs" group="content">joomla__plg_content_componentbuilderadminheaderstabs-v1.0.1.zip</file>
<file type="plugin" id="ComponentBuilderComponentHeadersTabs" group="content">joomla__plg_content_componentbuildercomponentheaderstabs-v1.0.0.zip</file>
<file type="plugin" id="ComponentBuilderCustomAdminHeadersTabs" group="content">joomla__plg_content_componentbuildercustomadminheaderstabs-v1.0.1.zip</file>