Skip to content

Releases: vdm-io/Joomla-Component-Builder

Export and import components as packages

27 Mar 14:23
8b522f4
Compare
Choose a tag to compare

Introduction of our latest feature, to export and import components as packages. This will allow to move components from one JCB to another or even serve as backups of the components.

Next stable release.

12 Mar 12:25
28198e9
Compare
Choose a tag to compare
v2.3.7

Next stable release

Improved Compiler

02 Mar 00:58
4d47f82
Compare
Choose a tag to compare

Added more fields to admin view to target list controller and model. Also improve compiler to add these new custom script to correct areas.

Changed main component table name to joomla-component

16 Feb 14:08
a197f50
Compare
Choose a tag to compare

Changed component table name to joomla-component to add history/version tracking back to components

Improved custom code implementation

13 Feb 23:32
290a51d
Compare
Choose a tag to compare

Further improved #37 to ensure language strings are set and reversed, also add extra buttons to the compiler page. Major restructure of custom code implementation to make it more stable. Resolved #40 by updating the default field sql values.

Stable release of the automatic import of custom code

11 Feb 02:28
de008d5
Compare
Choose a tag to compare

Stable release of the automatic import of custom code, and the JCB manual placeholder implementation resolves #37 please view https://youtu.be/KiAtJawZ3oo

Bug fixes

09 Feb 16:14
5b55995
Compare
Choose a tag to compare

Fixes #39 to ensure components are build even if created and modified dates are not set. Improved #37 #issuecomment-278372267 to avoid one line error in windows.

Changed alias to codename

04 Feb 00:25
3497de7
Compare
Choose a tag to compare

Changed alias in site-view and custom-admin-view to codename so we can have views with the same names in different components, added warning notice if custom code can't be added, Bug fixes in the demo content dates

Bug fix (urgent)

02 Feb 12:01
655708c
Compare
Choose a tag to compare

Since we removed the front-end of JCB (was not being used) there was an error due to the headercheck not being available to the back-end. So we fixed this by moving the headercheck.php file to also be in the back-end helpers folder.

Then we have moved the compiler to a custom admin view and this caused some unforeseen errors. This was also fixed.

We also added the needed switches in the component view to control the custom code placeholders, and the view version/date implementation.

New feature the imports custom code during compilation

01 Feb 13:22
1a79b92
Compare
Choose a tag to compare

Added a new feature the imports custom code during compilation. We also improved the compiler.