48
5
Fork 1

Update - v2.12.15

This commit is contained in:
Llewellyn van der Merwe 2022-01-21 16:39:47 +02:00
parent b564d9d1c3
commit 60f0552c87
Signed by: Llewellyn
GPG Key ID: EFC0C720A240551C
3 changed files with 7 additions and 7 deletions

View File

@ -1,4 +1,4 @@
# Component Builder Package (v2.12.14)
# Component Builder Package (v2.12.15)
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: December 2021
- Creation Date: January 2022
- Max Joomla Version: J3.10
- Minimum Joomla Version: J3.8
## Extensions
- [joomla/Component-Builder](https://git.vdm.dev/joomla/Component-Builder) [v2.12.14](https://git.vdm.dev/joomla/Component-Builder/archive/v2.12.14.zip)
> Adds gitea URL. Adds option to add changelog gh-813. Adds clone option to some areas. Fixed gh-784 to allow BASE64 filter selection.
- [joomla/Component-Builder](https://git.vdm.dev/joomla/Component-Builder) [v2.12.15](https://git.vdm.dev/joomla/Component-Builder/archive/v2.12.15.zip)
> Updates marked JS package. Adds more events to the compiler. Fix gh-841 database issue (IF NOT EXISTS). Update Agerix banner link. Adds more clone options.
- [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.12.14</version>
<creationDate>December 2021</creationDate>
<version>2.12.15</version>
<creationDate>January 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.12.14.zip</file>
<file type="component" id="com_componentbuilder">joomla__Component-Builder__v2.12.15.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>