Added owner and key control to export & import of components, also added buy and package link building to global options gh-53

This commit is contained in:
2017-03-30 23:19:12 +02:00
parent f61bb46073
commit cca07258d6
196 changed files with 811 additions and 278 deletions

View File

@ -1 +1 @@
ALTER TABLE `#__componentbuilder_joomla_component` ADD `export_key` VARCHAR(255) NOT NULL DEFAULT '' AFTER `emptycontributors`;
ALTER TABLE `#__componentbuilder_joomla_component` ADD `export_key` TEXT NOT NULL AFTER `emptycontributors`;