Expande the compiler to fully build and zip plugins linked to components. Added plugin_updates area. Fixed gh-454 to insure placeholders are build even if no local db placeholders are found. Fixed gh-453 to prevent count error with null return value.
This commit is contained in:
@ -39,5 +39,6 @@ DROP TABLE IF EXISTS `#__componentbuilder_library_config`;
|
||||
DROP TABLE IF EXISTS `#__componentbuilder_library_files_folders_urls`;
|
||||
DROP TABLE IF EXISTS `#__componentbuilder_class_extends`;
|
||||
DROP TABLE IF EXISTS `#__componentbuilder_joomla_plugin_group`;
|
||||
DROP TABLE IF EXISTS `#__componentbuilder_joomla_plugin_updates`;
|
||||
DROP TABLE IF EXISTS `#__componentbuilder_joomla_plugin_files_folders_urls`;
|
||||
DROP TABLE IF EXISTS `#__componentbuilder_external_code`;
|
||||
|
Reference in New Issue
Block a user