Releases: vdm-io/Joomla-Component-Builder
Export and import components as packages
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.
v2.3.7 Next stable release
Improved Compiler
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
Changed component table name to joomla-component to add history/version tracking back to components
Improved custom code implementation
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
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
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
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)
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
Added a new feature the imports custom code during compilation. We also improved the compiler.