Improved the compiler, added the option to add the update server file to the zipped package, fixed a few bugs.

This commit is contained in:
2016-11-22 07:48:55 +02:00
parent 07f9344265
commit 05160b499f
388 changed files with 4420 additions and 3975 deletions

View File

@ -0,0 +1 @@

View File

@ -0,0 +1 @@
ALTER TABLE `#__componentbuilder_component` ADD `update_server_target` TINYINT(1) NOT NULL DEFAULT '1' AFTER `update_server_ftp`;