From f8d5145af95a35bb3ab82cda858736e14446fb84 Mon Sep 17 00:00:00 2001 From: Llewellyn van der Merwe Date: Sun, 4 Sep 2016 00:14:54 +0100 Subject: [PATCH] Bug fix to getCustomScriptBuilder sig --- README.md | 8 ++++---- admin/assets/css/admin.css | 2 +- admin/assets/css/admin_view.css | 2 +- admin/assets/css/admin_views.css | 2 +- admin/assets/css/component.css | 2 +- admin/assets/css/components.css | 2 +- admin/assets/css/custom_admin_view.css | 2 +- admin/assets/css/custom_admin_views.css | 2 +- admin/assets/css/dashboard.css | 2 +- admin/assets/css/dynamic_get.css | 2 +- admin/assets/css/dynamic_gets.css | 2 +- admin/assets/css/field.css | 2 +- admin/assets/css/fields.css | 2 +- admin/assets/css/fieldtype.css | 2 +- admin/assets/css/fieldtypes.css | 2 +- admin/assets/css/help_document.css | 2 +- admin/assets/css/help_documents.css | 2 +- admin/assets/css/layout.css | 2 +- admin/assets/css/layouts.css | 2 +- admin/assets/css/site_view.css | 2 +- admin/assets/css/site_views.css | 2 +- admin/assets/css/snippet.css | 2 +- admin/assets/css/snippets.css | 2 +- admin/assets/css/template.css | 2 +- admin/assets/css/templates.css | 2 +- admin/componentbuilder.php | 2 +- admin/controller.php | 2 +- admin/controllers/admin_view.php | 2 +- admin/controllers/admin_views.php | 2 +- admin/controllers/ajax.json.php | 2 +- admin/controllers/compiler.php | 2 +- admin/controllers/component.php | 2 +- admin/controllers/componentbuilder.php | 2 +- admin/controllers/components.php | 2 +- admin/controllers/custom_admin_view.php | 2 +- admin/controllers/custom_admin_views.php | 2 +- admin/controllers/dynamic_get.php | 2 +- admin/controllers/dynamic_gets.php | 2 +- admin/controllers/field.php | 2 +- admin/controllers/fields.php | 2 +- admin/controllers/fieldtype.php | 2 +- admin/controllers/fieldtypes.php | 2 +- admin/controllers/help.php | 2 +- admin/controllers/help_document.php | 2 +- admin/controllers/help_documents.php | 2 +- admin/controllers/import.php | 2 +- admin/controllers/layout.php | 2 +- admin/controllers/layouts.php | 2 +- admin/controllers/site_view.php | 2 +- admin/controllers/site_views.php | 2 +- admin/controllers/snippet.php | 2 +- admin/controllers/snippets.php | 2 +- admin/controllers/template.php | 2 +- admin/controllers/templates.php | 2 +- admin/helpers/compiler/e_Interpretation.php | 2 +- admin/helpers/componentbuilder.php | 2 +- admin/helpers/html/batch_.php | 2 +- admin/helpers/indenter.php | 2 +- admin/helpers/js.php | 2 +- admin/helpers/minify.php | 2 +- admin/layouts/admin_view/css_fullwidth.php | 2 +- admin/layouts/admin_view/custom_import_fullwidth.php | 2 +- admin/layouts/admin_view/fields_fullwidth.php | 2 +- admin/layouts/admin_view/javascript_fullwidth.php | 2 +- admin/layouts/admin_view/mysql_fullwidth.php | 2 +- admin/layouts/admin_view/mysql_left.php | 2 +- admin/layouts/admin_view/php_fullwidth.php | 2 +- admin/layouts/admin_view/publishing.php | 2 +- admin/layouts/admin_view/publlshing.php | 2 +- admin/layouts/admin_view/settings_above.php | 2 +- admin/layouts/admin_view/settings_left.php | 2 +- admin/layouts/admin_view/settings_right.php | 2 +- admin/layouts/admin_view/settings_under.php | 2 +- admin/layouts/batchselection.php | 2 +- admin/layouts/component/admin_views_fullwidth.php | 2 +- admin/layouts/component/details_above.php | 2 +- admin/layouts/component/details_left.php | 2 +- admin/layouts/component/details_right.php | 2 +- admin/layouts/component/details_under.php | 2 +- admin/layouts/component/ftp_servers_fullwidth.php | 2 +- admin/layouts/component/publishing.php | 2 +- admin/layouts/component/publlshing.php | 2 +- admin/layouts/component/readme_left.php | 2 +- admin/layouts/component/readme_right.php | 2 +- admin/layouts/component/scripts_fullwidth.php | 2 +- admin/layouts/component/settings_left.php | 2 +- admin/layouts/component/settings_right.php | 2 +- admin/layouts/component/site_views_fullwidth.php | 2 +- .../custom_admin_view/custom_buttons_fullwidth.php | 2 +- admin/layouts/custom_admin_view/custom_buttons_left.php | 2 +- .../layouts/custom_admin_view/custom_script_fullwidth.php | 2 +- admin/layouts/custom_admin_view/details_above.php | 2 +- admin/layouts/custom_admin_view/details_fullwidth.php | 2 +- admin/layouts/custom_admin_view/details_left.php | 2 +- admin/layouts/custom_admin_view/details_right.php | 2 +- admin/layouts/custom_admin_view/details_rightside.php | 2 +- admin/layouts/custom_admin_view/details_under.php | 2 +- admin/layouts/custom_admin_view/publishing.php | 2 +- admin/layouts/custom_admin_view/publlshing.php | 2 +- admin/layouts/dynamic_get/abacus_fullwidth.php | 2 +- admin/layouts/dynamic_get/abacus_left.php | 2 +- admin/layouts/dynamic_get/custom_script_fullwidth.php | 2 +- admin/layouts/dynamic_get/gettable_above.php | 2 +- admin/layouts/dynamic_get/gettable_fullwidth.php | 2 +- admin/layouts/dynamic_get/gettable_left.php | 2 +- admin/layouts/dynamic_get/gettable_right.php | 2 +- admin/layouts/dynamic_get/gettable_under.php | 2 +- admin/layouts/dynamic_get/publishing.php | 2 +- admin/layouts/dynamic_get/publlshing.php | 2 +- admin/layouts/field/details_fullwidth.php | 2 +- admin/layouts/field/details_left.php | 2 +- admin/layouts/field/details_right.php | 2 +- admin/layouts/field/details_under.php | 2 +- admin/layouts/field/publishing.php | 2 +- admin/layouts/field/publlshing.php | 2 +- admin/layouts/field/scripts_left.php | 2 +- admin/layouts/field/scripts_right.php | 2 +- admin/layouts/fieldtype/details_left.php | 2 +- admin/layouts/fieldtype/details_right.php | 2 +- admin/layouts/fieldtype/fields_fullwidth.php | 2 +- admin/layouts/fieldtype/publishing.php | 2 +- admin/layouts/fieldtype/publlshing.php | 2 +- admin/layouts/help_document/details_above.php | 2 +- admin/layouts/help_document/details_fullwidth.php | 2 +- admin/layouts/help_document/details_left.php | 2 +- admin/layouts/help_document/details_right.php | 2 +- admin/layouts/help_document/details_under.php | 2 +- admin/layouts/help_document/publishing.php | 2 +- admin/layouts/help_document/publlshing.php | 2 +- admin/layouts/layout/custom_script_fullwidth.php | 2 +- admin/layouts/layout/details_fullwidth.php | 2 +- admin/layouts/layout/details_left.php | 2 +- admin/layouts/layout/details_right.php | 2 +- admin/layouts/layout/details_rightside.php | 2 +- admin/layouts/layout/details_under.php | 2 +- admin/layouts/layout/publishing.php | 2 +- admin/layouts/layout/publlshing.php | 2 +- admin/layouts/site_view/custom_buttons_fullwidth.php | 2 +- admin/layouts/site_view/details_above.php | 2 +- admin/layouts/site_view/details_fullwidth.php | 2 +- admin/layouts/site_view/details_left.php | 2 +- admin/layouts/site_view/details_right.php | 2 +- admin/layouts/site_view/details_rightside.php | 2 +- admin/layouts/site_view/details_under.php | 2 +- admin/layouts/site_view/javascript_css_fullwidth.php | 2 +- admin/layouts/site_view/php_fullwidth.php | 2 +- admin/layouts/site_view/publishing.php | 2 +- admin/layouts/site_view/publlshing.php | 2 +- admin/layouts/snippet/details_above.php | 2 +- admin/layouts/snippet/details_left.php | 2 +- admin/layouts/snippet/details_right.php | 2 +- admin/layouts/snippet/publishing.php | 2 +- admin/layouts/snippet/publlshing.php | 2 +- admin/layouts/template/custom_script_fullwidth.php | 2 +- admin/layouts/template/details_fullwidth.php | 2 +- admin/layouts/template/details_left.php | 2 +- admin/layouts/template/details_right.php | 2 +- admin/layouts/template/details_rightside.php | 2 +- admin/layouts/template/details_under.php | 2 +- admin/layouts/template/publishing.php | 2 +- admin/layouts/template/publlshing.php | 2 +- admin/models/admin_view.php | 2 +- admin/models/admin_views.php | 2 +- admin/models/ajax.php | 2 +- admin/models/compiler.php | 2 +- admin/models/component.php | 2 +- admin/models/componentbuilder.php | 2 +- admin/models/components.php | 2 +- admin/models/custom_admin_view.php | 2 +- admin/models/custom_admin_views.php | 2 +- admin/models/dynamic_get.php | 2 +- admin/models/dynamic_gets.php | 2 +- admin/models/field.php | 2 +- admin/models/fields.php | 2 +- admin/models/fields/adminviews.php | 2 +- admin/models/fields/articles.php | 2 +- admin/models/fields/customadminviews.php | 2 +- admin/models/fields/customfilelist.php | 2 +- admin/models/fields/customfolderlist.php | 2 +- admin/models/fields/customgets.php | 2 +- admin/models/fields/dbtables.php | 2 +- admin/models/fields/dynamicgets.php | 2 +- admin/models/fields/fields.php | 2 +- admin/models/fields/fieldsmulti.php | 2 +- admin/models/fields/fieldtypes.php | 2 +- admin/models/fields/maingets.php | 2 +- admin/models/fields/siteviews.php | 2 +- admin/models/fields/snippets.php | 2 +- admin/models/fieldtype.php | 2 +- admin/models/fieldtypes.php | 2 +- admin/models/forms/admin_view.js | 2 +- admin/models/forms/component.js | 2 +- admin/models/forms/custom_admin_view.js | 2 +- admin/models/forms/dynamic_get.js | 2 +- admin/models/forms/field.js | 2 +- admin/models/forms/fieldtype.js | 2 +- admin/models/forms/help_document.js | 2 +- admin/models/forms/layout.js | 2 +- admin/models/forms/site_view.js | 2 +- admin/models/forms/snippet.js | 2 +- admin/models/forms/template.js | 2 +- admin/models/help_document.php | 2 +- admin/models/help_documents.php | 2 +- admin/models/import.php | 2 +- admin/models/layout.php | 2 +- admin/models/layouts.php | 2 +- admin/models/site_view.php | 2 +- admin/models/site_views.php | 2 +- admin/models/snippet.php | 2 +- admin/models/snippets.php | 2 +- admin/models/template.php | 2 +- admin/models/templates.php | 2 +- admin/tables/admin_view.php | 2 +- admin/tables/component.php | 2 +- admin/tables/custom_admin_view.php | 2 +- admin/tables/dynamic_get.php | 2 +- admin/tables/field.php | 2 +- admin/tables/fieldtype.php | 2 +- admin/tables/help_document.php | 2 +- admin/tables/layout.php | 2 +- admin/tables/site_view.php | 2 +- admin/tables/snippet.php | 2 +- admin/tables/template.php | 2 +- admin/views/admin_view/submitbutton.js | 2 +- admin/views/admin_view/tmpl/edit.php | 2 +- admin/views/admin_view/view.html.php | 2 +- admin/views/admin_views/tmpl/default.php | 2 +- admin/views/admin_views/tmpl/default_batch_body.php | 2 +- admin/views/admin_views/tmpl/default_batch_footer.php | 2 +- admin/views/admin_views/tmpl/default_body.php | 2 +- admin/views/admin_views/tmpl/default_foot.php | 2 +- admin/views/admin_views/tmpl/default_head.php | 2 +- admin/views/admin_views/tmpl/default_toolbar.php | 2 +- admin/views/admin_views/view.html.php | 2 +- admin/views/compiler/tmpl/default.php | 2 +- admin/views/compiler/view.html.php | 2 +- admin/views/component/submitbutton.js | 2 +- admin/views/component/tmpl/edit.php | 2 +- admin/views/component/view.html.php | 2 +- admin/views/componentbuilder/tmpl/default.php | 2 +- admin/views/componentbuilder/tmpl/default_main.php | 2 +- admin/views/componentbuilder/tmpl/default_vdm.php | 2 +- admin/views/componentbuilder/view.html.php | 2 +- admin/views/components/tmpl/default.php | 2 +- admin/views/components/tmpl/default_batch_body.php | 2 +- admin/views/components/tmpl/default_batch_footer.php | 2 +- admin/views/components/tmpl/default_body.php | 2 +- admin/views/components/tmpl/default_foot.php | 2 +- admin/views/components/tmpl/default_head.php | 2 +- admin/views/components/tmpl/default_toolbar.php | 2 +- admin/views/components/view.html.php | 2 +- admin/views/custom_admin_view/submitbutton.js | 2 +- admin/views/custom_admin_view/tmpl/edit.php | 2 +- admin/views/custom_admin_view/view.html.php | 2 +- admin/views/custom_admin_views/tmpl/default.php | 2 +- .../views/custom_admin_views/tmpl/default_batch_body.php | 2 +- .../custom_admin_views/tmpl/default_batch_footer.php | 2 +- admin/views/custom_admin_views/tmpl/default_body.php | 2 +- admin/views/custom_admin_views/tmpl/default_foot.php | 2 +- admin/views/custom_admin_views/tmpl/default_head.php | 2 +- admin/views/custom_admin_views/tmpl/default_toolbar.php | 2 +- admin/views/custom_admin_views/view.html.php | 2 +- admin/views/dynamic_get/submitbutton.js | 2 +- admin/views/dynamic_get/tmpl/edit.php | 2 +- admin/views/dynamic_get/view.html.php | 2 +- admin/views/dynamic_gets/tmpl/default.php | 2 +- admin/views/dynamic_gets/tmpl/default_batch_body.php | 2 +- admin/views/dynamic_gets/tmpl/default_batch_footer.php | 2 +- admin/views/dynamic_gets/tmpl/default_body.php | 2 +- admin/views/dynamic_gets/tmpl/default_foot.php | 2 +- admin/views/dynamic_gets/tmpl/default_head.php | 2 +- admin/views/dynamic_gets/tmpl/default_toolbar.php | 2 +- admin/views/dynamic_gets/view.html.php | 2 +- admin/views/field/submitbutton.js | 2 +- admin/views/field/tmpl/edit.php | 2 +- admin/views/field/view.html.php | 2 +- admin/views/fields/tmpl/default.php | 2 +- admin/views/fields/tmpl/default_batch_body.php | 2 +- admin/views/fields/tmpl/default_batch_footer.php | 2 +- admin/views/fields/tmpl/default_body.php | 2 +- admin/views/fields/tmpl/default_foot.php | 2 +- admin/views/fields/tmpl/default_head.php | 2 +- admin/views/fields/tmpl/default_toolbar.php | 2 +- admin/views/fields/view.html.php | 2 +- admin/views/fieldtype/submitbutton.js | 2 +- admin/views/fieldtype/tmpl/edit.php | 2 +- admin/views/fieldtype/view.html.php | 2 +- admin/views/fieldtypes/tmpl/default.php | 2 +- admin/views/fieldtypes/tmpl/default_batch_body.php | 2 +- admin/views/fieldtypes/tmpl/default_batch_footer.php | 2 +- admin/views/fieldtypes/tmpl/default_body.php | 2 +- admin/views/fieldtypes/tmpl/default_foot.php | 2 +- admin/views/fieldtypes/tmpl/default_head.php | 2 +- admin/views/fieldtypes/tmpl/default_toolbar.php | 2 +- admin/views/fieldtypes/view.html.php | 2 +- admin/views/help_document/submitbutton.js | 2 +- admin/views/help_document/tmpl/edit.php | 2 +- admin/views/help_document/view.html.php | 2 +- admin/views/help_documents/tmpl/default.php | 2 +- admin/views/help_documents/tmpl/default_batch_body.php | 2 +- admin/views/help_documents/tmpl/default_batch_footer.php | 2 +- admin/views/help_documents/tmpl/default_body.php | 2 +- admin/views/help_documents/tmpl/default_foot.php | 2 +- admin/views/help_documents/tmpl/default_head.php | 2 +- admin/views/help_documents/tmpl/default_toolbar.php | 2 +- admin/views/help_documents/view.html.php | 2 +- admin/views/import/tmpl/default.php | 2 +- admin/views/import/view.html.php | 2 +- admin/views/layout/submitbutton.js | 2 +- admin/views/layout/tmpl/edit.php | 2 +- admin/views/layout/view.html.php | 2 +- admin/views/layouts/tmpl/default.php | 2 +- admin/views/layouts/tmpl/default_batch_body.php | 2 +- admin/views/layouts/tmpl/default_batch_footer.php | 2 +- admin/views/layouts/tmpl/default_body.php | 2 +- admin/views/layouts/tmpl/default_foot.php | 2 +- admin/views/layouts/tmpl/default_head.php | 2 +- admin/views/layouts/tmpl/default_toolbar.php | 2 +- admin/views/layouts/view.html.php | 2 +- admin/views/site_view/submitbutton.js | 2 +- admin/views/site_view/tmpl/edit.php | 2 +- admin/views/site_view/view.html.php | 2 +- admin/views/site_views/tmpl/default.php | 2 +- admin/views/site_views/tmpl/default_batch_body.php | 2 +- admin/views/site_views/tmpl/default_batch_footer.php | 2 +- admin/views/site_views/tmpl/default_body.php | 2 +- admin/views/site_views/tmpl/default_foot.php | 2 +- admin/views/site_views/tmpl/default_head.php | 2 +- admin/views/site_views/tmpl/default_toolbar.php | 2 +- admin/views/site_views/view.html.php | 2 +- admin/views/snippet/submitbutton.js | 2 +- admin/views/snippet/tmpl/edit.php | 2 +- admin/views/snippet/view.html.php | 2 +- admin/views/snippets/tmpl/default.php | 2 +- admin/views/snippets/tmpl/default_batch_body.php | 2 +- admin/views/snippets/tmpl/default_batch_footer.php | 2 +- admin/views/snippets/tmpl/default_body.php | 2 +- admin/views/snippets/tmpl/default_foot.php | 2 +- admin/views/snippets/tmpl/default_head.php | 2 +- admin/views/snippets/tmpl/default_toolbar.php | 2 +- admin/views/snippets/view.html.php | 2 +- admin/views/template/submitbutton.js | 2 +- admin/views/template/tmpl/edit.php | 2 +- admin/views/template/view.html.php | 2 +- admin/views/templates/tmpl/default.php | 2 +- admin/views/templates/tmpl/default_batch_body.php | 2 +- admin/views/templates/tmpl/default_batch_footer.php | 2 +- admin/views/templates/tmpl/default_body.php | 2 +- admin/views/templates/tmpl/default_foot.php | 2 +- admin/views/templates/tmpl/default_head.php | 2 +- admin/views/templates/tmpl/default_toolbar.php | 2 +- admin/views/templates/view.html.php | 2 +- componentbuilder.xml | 4 ++-- script.php | 4 ++-- site/assets/css/site.css | 2 +- site/componentbuilder.php | 2 +- site/controller.php | 2 +- site/controllers/help.php | 2 +- site/helpers/componentbuilder.php | 2 +- site/helpers/headercheck.php | 2 +- site/helpers/route.php | 2 +- site/router.php | 2 +- 362 files changed, 367 insertions(+), 367 deletions(-) diff --git a/README.md b/README.md index 25ba8a377..1b7d680b2 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Component Builder (2.1.17) +# Component Builder (2.1.18) This is a [Joomla 3.x] (http://www.joomla.org/) component. @@ -33,11 +33,11 @@ Would you require more help please open and issue here on [gitHub today](https:/ + *Name*: [Component Builder] (https://www.vdm.io/joomla-component-builder) + *First Build*: 30th April, 2015 + *Last Build*: 3rd September, 2016 -+ *Version*: 2.1.17 ++ *Version*: 2.1.18 + *Copyright*: Copyright (C) 2015. All Rights Reserved + *License*: GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html -+ *Line count*: **83550** -+ *File count*: **510** ++ *Line count*: **83568** ++ *File count*: **511** + *Folder count*: **98** > This **component** was build with a Joomla [Automated Component Builder] (https://www.vdm.io/joomla-component-builder). diff --git a/admin/assets/css/admin.css b/admin/assets/css/admin.css index 3a47b0d92..9a7a2a37a 100644 --- a/admin/assets/css/admin.css +++ b/admin/assets/css/admin.css @@ -9,7 +9,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/assets/css/admin_view.css b/admin/assets/css/admin_view.css index 910d9e382..90dc4e496 100644 --- a/admin/assets/css/admin_view.css +++ b/admin/assets/css/admin_view.css @@ -9,7 +9,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/assets/css/admin_views.css b/admin/assets/css/admin_views.css index 8104dfe51..e1ff9392a 100644 --- a/admin/assets/css/admin_views.css +++ b/admin/assets/css/admin_views.css @@ -9,7 +9,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/assets/css/component.css b/admin/assets/css/component.css index b42975f7b..b098fd9ec 100644 --- a/admin/assets/css/component.css +++ b/admin/assets/css/component.css @@ -9,7 +9,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/assets/css/components.css b/admin/assets/css/components.css index 1e574b78d..3b9a358a1 100644 --- a/admin/assets/css/components.css +++ b/admin/assets/css/components.css @@ -9,7 +9,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/assets/css/custom_admin_view.css b/admin/assets/css/custom_admin_view.css index 2dcdd2cc0..0f0fe19c9 100644 --- a/admin/assets/css/custom_admin_view.css +++ b/admin/assets/css/custom_admin_view.css @@ -9,7 +9,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/assets/css/custom_admin_views.css b/admin/assets/css/custom_admin_views.css index 29f0e1690..2c47c3ed6 100644 --- a/admin/assets/css/custom_admin_views.css +++ b/admin/assets/css/custom_admin_views.css @@ -9,7 +9,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/assets/css/dashboard.css b/admin/assets/css/dashboard.css index a9b320363..31c445bbe 100644 --- a/admin/assets/css/dashboard.css +++ b/admin/assets/css/dashboard.css @@ -9,7 +9,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/assets/css/dynamic_get.css b/admin/assets/css/dynamic_get.css index fb2c177e0..34e5809b1 100644 --- a/admin/assets/css/dynamic_get.css +++ b/admin/assets/css/dynamic_get.css @@ -9,7 +9,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/assets/css/dynamic_gets.css b/admin/assets/css/dynamic_gets.css index ff28723ab..0ed8379bf 100644 --- a/admin/assets/css/dynamic_gets.css +++ b/admin/assets/css/dynamic_gets.css @@ -9,7 +9,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/assets/css/field.css b/admin/assets/css/field.css index 472a75530..03b0e6056 100644 --- a/admin/assets/css/field.css +++ b/admin/assets/css/field.css @@ -9,7 +9,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/assets/css/fields.css b/admin/assets/css/fields.css index 608799162..f85a72f03 100644 --- a/admin/assets/css/fields.css +++ b/admin/assets/css/fields.css @@ -9,7 +9,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/assets/css/fieldtype.css b/admin/assets/css/fieldtype.css index 41b7158ac..7dd94af81 100644 --- a/admin/assets/css/fieldtype.css +++ b/admin/assets/css/fieldtype.css @@ -9,7 +9,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/assets/css/fieldtypes.css b/admin/assets/css/fieldtypes.css index 0a281c0ea..0895f7e6c 100644 --- a/admin/assets/css/fieldtypes.css +++ b/admin/assets/css/fieldtypes.css @@ -9,7 +9,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/assets/css/help_document.css b/admin/assets/css/help_document.css index 34c92a400..166048919 100644 --- a/admin/assets/css/help_document.css +++ b/admin/assets/css/help_document.css @@ -9,7 +9,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/assets/css/help_documents.css b/admin/assets/css/help_documents.css index 8f95300c6..dd581194e 100644 --- a/admin/assets/css/help_documents.css +++ b/admin/assets/css/help_documents.css @@ -9,7 +9,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/assets/css/layout.css b/admin/assets/css/layout.css index 13911ef65..5d60530a7 100644 --- a/admin/assets/css/layout.css +++ b/admin/assets/css/layout.css @@ -9,7 +9,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/assets/css/layouts.css b/admin/assets/css/layouts.css index a2bd1a70a..5b78cdffb 100644 --- a/admin/assets/css/layouts.css +++ b/admin/assets/css/layouts.css @@ -9,7 +9,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/assets/css/site_view.css b/admin/assets/css/site_view.css index aa51f9770..966b3e103 100644 --- a/admin/assets/css/site_view.css +++ b/admin/assets/css/site_view.css @@ -9,7 +9,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/assets/css/site_views.css b/admin/assets/css/site_views.css index 838f685fb..9311a8e54 100644 --- a/admin/assets/css/site_views.css +++ b/admin/assets/css/site_views.css @@ -9,7 +9,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/assets/css/snippet.css b/admin/assets/css/snippet.css index cf0a1eb79..dd32233e4 100644 --- a/admin/assets/css/snippet.css +++ b/admin/assets/css/snippet.css @@ -9,7 +9,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/assets/css/snippets.css b/admin/assets/css/snippets.css index 3653c0a37..cfb314ea6 100644 --- a/admin/assets/css/snippets.css +++ b/admin/assets/css/snippets.css @@ -9,7 +9,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/assets/css/template.css b/admin/assets/css/template.css index d0a14aedd..481fee28c 100644 --- a/admin/assets/css/template.css +++ b/admin/assets/css/template.css @@ -9,7 +9,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/assets/css/templates.css b/admin/assets/css/templates.css index b5f8a8a36..524b25182 100644 --- a/admin/assets/css/templates.css +++ b/admin/assets/css/templates.css @@ -9,7 +9,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/componentbuilder.php b/admin/componentbuilder.php index 355322c5d..0cf35da04 100644 --- a/admin/componentbuilder.php +++ b/admin/componentbuilder.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/controller.php b/admin/controller.php index 5ceb1a6e9..b44d8b2c7 100644 --- a/admin/controller.php +++ b/admin/controller.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/controllers/admin_view.php b/admin/controllers/admin_view.php index b9673abfd..bd7d49944 100644 --- a/admin/controllers/admin_view.php +++ b/admin/controllers/admin_view.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/controllers/admin_views.php b/admin/controllers/admin_views.php index caff700f8..7015d6555 100644 --- a/admin/controllers/admin_views.php +++ b/admin/controllers/admin_views.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/controllers/ajax.json.php b/admin/controllers/ajax.json.php index 967116308..8ad536275 100644 --- a/admin/controllers/ajax.json.php +++ b/admin/controllers/ajax.json.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/controllers/compiler.php b/admin/controllers/compiler.php index 28e4482d6..86274bed1 100644 --- a/admin/controllers/compiler.php +++ b/admin/controllers/compiler.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/controllers/component.php b/admin/controllers/component.php index 3afe82473..964f1f424 100644 --- a/admin/controllers/component.php +++ b/admin/controllers/component.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/controllers/componentbuilder.php b/admin/controllers/componentbuilder.php index c51a6194c..f0b12586a 100644 --- a/admin/controllers/componentbuilder.php +++ b/admin/controllers/componentbuilder.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/controllers/components.php b/admin/controllers/components.php index b0eb10f68..da149e008 100644 --- a/admin/controllers/components.php +++ b/admin/controllers/components.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/controllers/custom_admin_view.php b/admin/controllers/custom_admin_view.php index fbd50b7e9..b63e401a2 100644 --- a/admin/controllers/custom_admin_view.php +++ b/admin/controllers/custom_admin_view.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/controllers/custom_admin_views.php b/admin/controllers/custom_admin_views.php index 86b165bb2..77a0cd556 100644 --- a/admin/controllers/custom_admin_views.php +++ b/admin/controllers/custom_admin_views.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/controllers/dynamic_get.php b/admin/controllers/dynamic_get.php index 5d761f971..973c85bbd 100644 --- a/admin/controllers/dynamic_get.php +++ b/admin/controllers/dynamic_get.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/controllers/dynamic_gets.php b/admin/controllers/dynamic_gets.php index 33f87e78f..3bd906f0f 100644 --- a/admin/controllers/dynamic_gets.php +++ b/admin/controllers/dynamic_gets.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/controllers/field.php b/admin/controllers/field.php index 29ab6dc43..c24c604af 100644 --- a/admin/controllers/field.php +++ b/admin/controllers/field.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/controllers/fields.php b/admin/controllers/fields.php index 3cbd70619..3b60168c9 100644 --- a/admin/controllers/fields.php +++ b/admin/controllers/fields.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/controllers/fieldtype.php b/admin/controllers/fieldtype.php index 3c0f1ee0d..6c1389e8e 100644 --- a/admin/controllers/fieldtype.php +++ b/admin/controllers/fieldtype.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/controllers/fieldtypes.php b/admin/controllers/fieldtypes.php index 529aa62f6..ae1fce09c 100644 --- a/admin/controllers/fieldtypes.php +++ b/admin/controllers/fieldtypes.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/controllers/help.php b/admin/controllers/help.php index b5c38a007..923e30490 100644 --- a/admin/controllers/help.php +++ b/admin/controllers/help.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/controllers/help_document.php b/admin/controllers/help_document.php index 60e72d51a..102edaf15 100644 --- a/admin/controllers/help_document.php +++ b/admin/controllers/help_document.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/controllers/help_documents.php b/admin/controllers/help_documents.php index 69d800d30..d3e254cde 100644 --- a/admin/controllers/help_documents.php +++ b/admin/controllers/help_documents.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/controllers/import.php b/admin/controllers/import.php index 86b621ebd..fc9d4178c 100644 --- a/admin/controllers/import.php +++ b/admin/controllers/import.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/controllers/layout.php b/admin/controllers/layout.php index d65334446..528d393ec 100644 --- a/admin/controllers/layout.php +++ b/admin/controllers/layout.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/controllers/layouts.php b/admin/controllers/layouts.php index bfa607759..f72cdfa5d 100644 --- a/admin/controllers/layouts.php +++ b/admin/controllers/layouts.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/controllers/site_view.php b/admin/controllers/site_view.php index d36898520..e38ad4b36 100644 --- a/admin/controllers/site_view.php +++ b/admin/controllers/site_view.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/controllers/site_views.php b/admin/controllers/site_views.php index 0b574a411..520423331 100644 --- a/admin/controllers/site_views.php +++ b/admin/controllers/site_views.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/controllers/snippet.php b/admin/controllers/snippet.php index d4da31fd8..3daab7a60 100644 --- a/admin/controllers/snippet.php +++ b/admin/controllers/snippet.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/controllers/snippets.php b/admin/controllers/snippets.php index 3c9eefed5..bab342c49 100644 --- a/admin/controllers/snippets.php +++ b/admin/controllers/snippets.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/controllers/template.php b/admin/controllers/template.php index 6cac1327a..85eca4b1e 100644 --- a/admin/controllers/template.php +++ b/admin/controllers/template.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/controllers/templates.php b/admin/controllers/templates.php index 023ea42ee..77e51ac98 100644 --- a/admin/controllers/templates.php +++ b/admin/controllers/templates.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/helpers/compiler/e_Interpretation.php b/admin/helpers/compiler/e_Interpretation.php index a92551291..efa82acab 100644 --- a/admin/helpers/compiler/e_Interpretation.php +++ b/admin/helpers/compiler/e_Interpretation.php @@ -9082,7 +9082,7 @@ class Interpretation extends Fields // set component name $component = ComponentbuilderHelper::safeString($this->componentData->name_code); // prepare custom permission script - $customAllow = $this->getCustomScriptBuilder('php_allowedit', $viewName_single, null, true); + $customAllow = $this->getCustomScriptBuilder('php_allowedit', $viewName_single, '', null, true); // setup correct core target $coreLoad = false; if (isset($this->permissionCore[$viewName_single])) diff --git a/admin/helpers/componentbuilder.php b/admin/helpers/componentbuilder.php index e519ff15e..204b4e4d4 100644 --- a/admin/helpers/componentbuilder.php +++ b/admin/helpers/componentbuilder.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/helpers/html/batch_.php b/admin/helpers/html/batch_.php index aa425b8cd..1affa5bb4 100644 --- a/admin/helpers/html/batch_.php +++ b/admin/helpers/html/batch_.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/helpers/indenter.php b/admin/helpers/indenter.php index f9c5c893e..65557f72f 100644 --- a/admin/helpers/indenter.php +++ b/admin/helpers/indenter.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/helpers/js.php b/admin/helpers/js.php index e9a701fa2..155372583 100644 --- a/admin/helpers/js.php +++ b/admin/helpers/js.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/helpers/minify.php b/admin/helpers/minify.php index 75dbdca8e..cde5209a9 100644 --- a/admin/helpers/minify.php +++ b/admin/helpers/minify.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/admin_view/css_fullwidth.php b/admin/layouts/admin_view/css_fullwidth.php index 0505f82dc..add4d7fb9 100644 --- a/admin/layouts/admin_view/css_fullwidth.php +++ b/admin/layouts/admin_view/css_fullwidth.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/admin_view/custom_import_fullwidth.php b/admin/layouts/admin_view/custom_import_fullwidth.php index c7fe4aad7..9e9a58121 100644 --- a/admin/layouts/admin_view/custom_import_fullwidth.php +++ b/admin/layouts/admin_view/custom_import_fullwidth.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/admin_view/fields_fullwidth.php b/admin/layouts/admin_view/fields_fullwidth.php index 8d21895a5..f3545662a 100644 --- a/admin/layouts/admin_view/fields_fullwidth.php +++ b/admin/layouts/admin_view/fields_fullwidth.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/admin_view/javascript_fullwidth.php b/admin/layouts/admin_view/javascript_fullwidth.php index 0751e8967..5e39a5643 100644 --- a/admin/layouts/admin_view/javascript_fullwidth.php +++ b/admin/layouts/admin_view/javascript_fullwidth.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/admin_view/mysql_fullwidth.php b/admin/layouts/admin_view/mysql_fullwidth.php index fdf73158a..5faa75de5 100644 --- a/admin/layouts/admin_view/mysql_fullwidth.php +++ b/admin/layouts/admin_view/mysql_fullwidth.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/admin_view/mysql_left.php b/admin/layouts/admin_view/mysql_left.php index 23582930d..aa716d193 100644 --- a/admin/layouts/admin_view/mysql_left.php +++ b/admin/layouts/admin_view/mysql_left.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/admin_view/php_fullwidth.php b/admin/layouts/admin_view/php_fullwidth.php index b5ffd2432..74edda521 100644 --- a/admin/layouts/admin_view/php_fullwidth.php +++ b/admin/layouts/admin_view/php_fullwidth.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/admin_view/publishing.php b/admin/layouts/admin_view/publishing.php index 73cfa1b8e..7138b038f 100644 --- a/admin/layouts/admin_view/publishing.php +++ b/admin/layouts/admin_view/publishing.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/admin_view/publlshing.php b/admin/layouts/admin_view/publlshing.php index f6bdf89ab..73375506f 100644 --- a/admin/layouts/admin_view/publlshing.php +++ b/admin/layouts/admin_view/publlshing.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/admin_view/settings_above.php b/admin/layouts/admin_view/settings_above.php index e1ed1bd2e..0e06aafc9 100644 --- a/admin/layouts/admin_view/settings_above.php +++ b/admin/layouts/admin_view/settings_above.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/admin_view/settings_left.php b/admin/layouts/admin_view/settings_left.php index c2f2a8fac..654af900f 100644 --- a/admin/layouts/admin_view/settings_left.php +++ b/admin/layouts/admin_view/settings_left.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/admin_view/settings_right.php b/admin/layouts/admin_view/settings_right.php index 353569dc5..adbe6473d 100644 --- a/admin/layouts/admin_view/settings_right.php +++ b/admin/layouts/admin_view/settings_right.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/admin_view/settings_under.php b/admin/layouts/admin_view/settings_under.php index a6ec1610b..73e21fbc2 100644 --- a/admin/layouts/admin_view/settings_under.php +++ b/admin/layouts/admin_view/settings_under.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/batchselection.php b/admin/layouts/batchselection.php index e7f0cd945..b3851b137 100644 --- a/admin/layouts/batchselection.php +++ b/admin/layouts/batchselection.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/component/admin_views_fullwidth.php b/admin/layouts/component/admin_views_fullwidth.php index 3bec12da9..dbd86032d 100644 --- a/admin/layouts/component/admin_views_fullwidth.php +++ b/admin/layouts/component/admin_views_fullwidth.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/component/details_above.php b/admin/layouts/component/details_above.php index 71d1133fc..59251b1e0 100644 --- a/admin/layouts/component/details_above.php +++ b/admin/layouts/component/details_above.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/component/details_left.php b/admin/layouts/component/details_left.php index 9ddcb740d..97304986b 100644 --- a/admin/layouts/component/details_left.php +++ b/admin/layouts/component/details_left.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/component/details_right.php b/admin/layouts/component/details_right.php index 7f4b5097c..1bd3ab28d 100644 --- a/admin/layouts/component/details_right.php +++ b/admin/layouts/component/details_right.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/component/details_under.php b/admin/layouts/component/details_under.php index 1608882b1..85f74079b 100644 --- a/admin/layouts/component/details_under.php +++ b/admin/layouts/component/details_under.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/component/ftp_servers_fullwidth.php b/admin/layouts/component/ftp_servers_fullwidth.php index 39b53c1d9..5a4fe22e5 100644 --- a/admin/layouts/component/ftp_servers_fullwidth.php +++ b/admin/layouts/component/ftp_servers_fullwidth.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/component/publishing.php b/admin/layouts/component/publishing.php index 73cfa1b8e..7138b038f 100644 --- a/admin/layouts/component/publishing.php +++ b/admin/layouts/component/publishing.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/component/publlshing.php b/admin/layouts/component/publlshing.php index f6bdf89ab..73375506f 100644 --- a/admin/layouts/component/publlshing.php +++ b/admin/layouts/component/publlshing.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/component/readme_left.php b/admin/layouts/component/readme_left.php index 14ea0b5ae..1275e53c0 100644 --- a/admin/layouts/component/readme_left.php +++ b/admin/layouts/component/readme_left.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/component/readme_right.php b/admin/layouts/component/readme_right.php index f9df600db..9d5d866d2 100644 --- a/admin/layouts/component/readme_right.php +++ b/admin/layouts/component/readme_right.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/component/scripts_fullwidth.php b/admin/layouts/component/scripts_fullwidth.php index b2db43e88..d7e5e19bf 100644 --- a/admin/layouts/component/scripts_fullwidth.php +++ b/admin/layouts/component/scripts_fullwidth.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/component/settings_left.php b/admin/layouts/component/settings_left.php index 528a85196..96a94e7c6 100644 --- a/admin/layouts/component/settings_left.php +++ b/admin/layouts/component/settings_left.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/component/settings_right.php b/admin/layouts/component/settings_right.php index eadd17557..d27d60e5b 100644 --- a/admin/layouts/component/settings_right.php +++ b/admin/layouts/component/settings_right.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/component/site_views_fullwidth.php b/admin/layouts/component/site_views_fullwidth.php index 86bac1272..4ac7fb5db 100644 --- a/admin/layouts/component/site_views_fullwidth.php +++ b/admin/layouts/component/site_views_fullwidth.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/custom_admin_view/custom_buttons_fullwidth.php b/admin/layouts/custom_admin_view/custom_buttons_fullwidth.php index cfbe935a6..6e827af6d 100644 --- a/admin/layouts/custom_admin_view/custom_buttons_fullwidth.php +++ b/admin/layouts/custom_admin_view/custom_buttons_fullwidth.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/custom_admin_view/custom_buttons_left.php b/admin/layouts/custom_admin_view/custom_buttons_left.php index 3ed6acb34..09b89e1f8 100644 --- a/admin/layouts/custom_admin_view/custom_buttons_left.php +++ b/admin/layouts/custom_admin_view/custom_buttons_left.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/custom_admin_view/custom_script_fullwidth.php b/admin/layouts/custom_admin_view/custom_script_fullwidth.php index 01ef6f8b5..02324314e 100644 --- a/admin/layouts/custom_admin_view/custom_script_fullwidth.php +++ b/admin/layouts/custom_admin_view/custom_script_fullwidth.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/custom_admin_view/details_above.php b/admin/layouts/custom_admin_view/details_above.php index 71d1133fc..59251b1e0 100644 --- a/admin/layouts/custom_admin_view/details_above.php +++ b/admin/layouts/custom_admin_view/details_above.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/custom_admin_view/details_fullwidth.php b/admin/layouts/custom_admin_view/details_fullwidth.php index 2e665f0e2..952a35443 100644 --- a/admin/layouts/custom_admin_view/details_fullwidth.php +++ b/admin/layouts/custom_admin_view/details_fullwidth.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/custom_admin_view/details_left.php b/admin/layouts/custom_admin_view/details_left.php index fa3e8d9b2..2be256629 100644 --- a/admin/layouts/custom_admin_view/details_left.php +++ b/admin/layouts/custom_admin_view/details_left.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/custom_admin_view/details_right.php b/admin/layouts/custom_admin_view/details_right.php index d94eac917..2ff49f714 100644 --- a/admin/layouts/custom_admin_view/details_right.php +++ b/admin/layouts/custom_admin_view/details_right.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/custom_admin_view/details_rightside.php b/admin/layouts/custom_admin_view/details_rightside.php index 987f087ec..0b17d79a8 100644 --- a/admin/layouts/custom_admin_view/details_rightside.php +++ b/admin/layouts/custom_admin_view/details_rightside.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/custom_admin_view/details_under.php b/admin/layouts/custom_admin_view/details_under.php index 1608882b1..85f74079b 100644 --- a/admin/layouts/custom_admin_view/details_under.php +++ b/admin/layouts/custom_admin_view/details_under.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/custom_admin_view/publishing.php b/admin/layouts/custom_admin_view/publishing.php index 73cfa1b8e..7138b038f 100644 --- a/admin/layouts/custom_admin_view/publishing.php +++ b/admin/layouts/custom_admin_view/publishing.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/custom_admin_view/publlshing.php b/admin/layouts/custom_admin_view/publlshing.php index f6bdf89ab..73375506f 100644 --- a/admin/layouts/custom_admin_view/publlshing.php +++ b/admin/layouts/custom_admin_view/publlshing.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/dynamic_get/abacus_fullwidth.php b/admin/layouts/dynamic_get/abacus_fullwidth.php index 1c3bb7b0e..afb3e8a72 100644 --- a/admin/layouts/dynamic_get/abacus_fullwidth.php +++ b/admin/layouts/dynamic_get/abacus_fullwidth.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/dynamic_get/abacus_left.php b/admin/layouts/dynamic_get/abacus_left.php index 757b106c8..c15960ff9 100644 --- a/admin/layouts/dynamic_get/abacus_left.php +++ b/admin/layouts/dynamic_get/abacus_left.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/dynamic_get/custom_script_fullwidth.php b/admin/layouts/dynamic_get/custom_script_fullwidth.php index a5dd58ea6..806bdf612 100644 --- a/admin/layouts/dynamic_get/custom_script_fullwidth.php +++ b/admin/layouts/dynamic_get/custom_script_fullwidth.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/dynamic_get/gettable_above.php b/admin/layouts/dynamic_get/gettable_above.php index e0ccd7d3d..e99822655 100644 --- a/admin/layouts/dynamic_get/gettable_above.php +++ b/admin/layouts/dynamic_get/gettable_above.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/dynamic_get/gettable_fullwidth.php b/admin/layouts/dynamic_get/gettable_fullwidth.php index 152139eaa..f1364e27d 100644 --- a/admin/layouts/dynamic_get/gettable_fullwidth.php +++ b/admin/layouts/dynamic_get/gettable_fullwidth.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/dynamic_get/gettable_left.php b/admin/layouts/dynamic_get/gettable_left.php index e017530ef..3c57169f5 100644 --- a/admin/layouts/dynamic_get/gettable_left.php +++ b/admin/layouts/dynamic_get/gettable_left.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/dynamic_get/gettable_right.php b/admin/layouts/dynamic_get/gettable_right.php index 39b105f67..4c157c8b2 100644 --- a/admin/layouts/dynamic_get/gettable_right.php +++ b/admin/layouts/dynamic_get/gettable_right.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/dynamic_get/gettable_under.php b/admin/layouts/dynamic_get/gettable_under.php index 1318cb20f..ca86c9bd8 100644 --- a/admin/layouts/dynamic_get/gettable_under.php +++ b/admin/layouts/dynamic_get/gettable_under.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/dynamic_get/publishing.php b/admin/layouts/dynamic_get/publishing.php index 73cfa1b8e..7138b038f 100644 --- a/admin/layouts/dynamic_get/publishing.php +++ b/admin/layouts/dynamic_get/publishing.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/dynamic_get/publlshing.php b/admin/layouts/dynamic_get/publlshing.php index f6bdf89ab..73375506f 100644 --- a/admin/layouts/dynamic_get/publlshing.php +++ b/admin/layouts/dynamic_get/publlshing.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/field/details_fullwidth.php b/admin/layouts/field/details_fullwidth.php index 4c88cc649..5b7b0307d 100644 --- a/admin/layouts/field/details_fullwidth.php +++ b/admin/layouts/field/details_fullwidth.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/field/details_left.php b/admin/layouts/field/details_left.php index 84574ff85..33eeda534 100644 --- a/admin/layouts/field/details_left.php +++ b/admin/layouts/field/details_left.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/field/details_right.php b/admin/layouts/field/details_right.php index f720f61ba..888de1743 100644 --- a/admin/layouts/field/details_right.php +++ b/admin/layouts/field/details_right.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/field/details_under.php b/admin/layouts/field/details_under.php index 1608882b1..85f74079b 100644 --- a/admin/layouts/field/details_under.php +++ b/admin/layouts/field/details_under.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/field/publishing.php b/admin/layouts/field/publishing.php index 73cfa1b8e..7138b038f 100644 --- a/admin/layouts/field/publishing.php +++ b/admin/layouts/field/publishing.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/field/publlshing.php b/admin/layouts/field/publlshing.php index f6bdf89ab..73375506f 100644 --- a/admin/layouts/field/publlshing.php +++ b/admin/layouts/field/publlshing.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/field/scripts_left.php b/admin/layouts/field/scripts_left.php index f68322a71..993b8c281 100644 --- a/admin/layouts/field/scripts_left.php +++ b/admin/layouts/field/scripts_left.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/field/scripts_right.php b/admin/layouts/field/scripts_right.php index 462f866bc..a50a7986d 100644 --- a/admin/layouts/field/scripts_right.php +++ b/admin/layouts/field/scripts_right.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/fieldtype/details_left.php b/admin/layouts/fieldtype/details_left.php index 2965ce6ed..5d8ef8ebe 100644 --- a/admin/layouts/fieldtype/details_left.php +++ b/admin/layouts/fieldtype/details_left.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/fieldtype/details_right.php b/admin/layouts/fieldtype/details_right.php index 504885821..cc8286fcc 100644 --- a/admin/layouts/fieldtype/details_right.php +++ b/admin/layouts/fieldtype/details_right.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/fieldtype/fields_fullwidth.php b/admin/layouts/fieldtype/fields_fullwidth.php index 68dade800..3826dea30 100644 --- a/admin/layouts/fieldtype/fields_fullwidth.php +++ b/admin/layouts/fieldtype/fields_fullwidth.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/fieldtype/publishing.php b/admin/layouts/fieldtype/publishing.php index 73cfa1b8e..7138b038f 100644 --- a/admin/layouts/fieldtype/publishing.php +++ b/admin/layouts/fieldtype/publishing.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/fieldtype/publlshing.php b/admin/layouts/fieldtype/publlshing.php index f6bdf89ab..73375506f 100644 --- a/admin/layouts/fieldtype/publlshing.php +++ b/admin/layouts/fieldtype/publlshing.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/help_document/details_above.php b/admin/layouts/help_document/details_above.php index 5235bb63f..8c6084d19 100644 --- a/admin/layouts/help_document/details_above.php +++ b/admin/layouts/help_document/details_above.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/help_document/details_fullwidth.php b/admin/layouts/help_document/details_fullwidth.php index ce31a25c0..d909dcd7d 100644 --- a/admin/layouts/help_document/details_fullwidth.php +++ b/admin/layouts/help_document/details_fullwidth.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/help_document/details_left.php b/admin/layouts/help_document/details_left.php index 25b273d56..9ce974729 100644 --- a/admin/layouts/help_document/details_left.php +++ b/admin/layouts/help_document/details_left.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/help_document/details_right.php b/admin/layouts/help_document/details_right.php index cf261721f..c5f41cf4a 100644 --- a/admin/layouts/help_document/details_right.php +++ b/admin/layouts/help_document/details_right.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/help_document/details_under.php b/admin/layouts/help_document/details_under.php index 1608882b1..85f74079b 100644 --- a/admin/layouts/help_document/details_under.php +++ b/admin/layouts/help_document/details_under.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/help_document/publishing.php b/admin/layouts/help_document/publishing.php index 73cfa1b8e..7138b038f 100644 --- a/admin/layouts/help_document/publishing.php +++ b/admin/layouts/help_document/publishing.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/help_document/publlshing.php b/admin/layouts/help_document/publlshing.php index 36de7b4db..ea399eb51 100644 --- a/admin/layouts/help_document/publlshing.php +++ b/admin/layouts/help_document/publlshing.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/layout/custom_script_fullwidth.php b/admin/layouts/layout/custom_script_fullwidth.php index 39393aeed..195edf2ce 100644 --- a/admin/layouts/layout/custom_script_fullwidth.php +++ b/admin/layouts/layout/custom_script_fullwidth.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/layout/details_fullwidth.php b/admin/layouts/layout/details_fullwidth.php index 11b65f89c..e7ad8cdeb 100644 --- a/admin/layouts/layout/details_fullwidth.php +++ b/admin/layouts/layout/details_fullwidth.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/layout/details_left.php b/admin/layouts/layout/details_left.php index fa3e8d9b2..2be256629 100644 --- a/admin/layouts/layout/details_left.php +++ b/admin/layouts/layout/details_left.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/layout/details_right.php b/admin/layouts/layout/details_right.php index 2c6d8eb46..5c52ee5fa 100644 --- a/admin/layouts/layout/details_right.php +++ b/admin/layouts/layout/details_right.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/layout/details_rightside.php b/admin/layouts/layout/details_rightside.php index 16d12f15d..89f056512 100644 --- a/admin/layouts/layout/details_rightside.php +++ b/admin/layouts/layout/details_rightside.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/layout/details_under.php b/admin/layouts/layout/details_under.php index 1608882b1..85f74079b 100644 --- a/admin/layouts/layout/details_under.php +++ b/admin/layouts/layout/details_under.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/layout/publishing.php b/admin/layouts/layout/publishing.php index 73cfa1b8e..7138b038f 100644 --- a/admin/layouts/layout/publishing.php +++ b/admin/layouts/layout/publishing.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/layout/publlshing.php b/admin/layouts/layout/publlshing.php index f6bdf89ab..73375506f 100644 --- a/admin/layouts/layout/publlshing.php +++ b/admin/layouts/layout/publlshing.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/site_view/custom_buttons_fullwidth.php b/admin/layouts/site_view/custom_buttons_fullwidth.php index bc210b209..311696cdf 100644 --- a/admin/layouts/site_view/custom_buttons_fullwidth.php +++ b/admin/layouts/site_view/custom_buttons_fullwidth.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/site_view/details_above.php b/admin/layouts/site_view/details_above.php index 71d1133fc..59251b1e0 100644 --- a/admin/layouts/site_view/details_above.php +++ b/admin/layouts/site_view/details_above.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/site_view/details_fullwidth.php b/admin/layouts/site_view/details_fullwidth.php index 2e665f0e2..952a35443 100644 --- a/admin/layouts/site_view/details_fullwidth.php +++ b/admin/layouts/site_view/details_fullwidth.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/site_view/details_left.php b/admin/layouts/site_view/details_left.php index fa3e8d9b2..2be256629 100644 --- a/admin/layouts/site_view/details_left.php +++ b/admin/layouts/site_view/details_left.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/site_view/details_right.php b/admin/layouts/site_view/details_right.php index 2c6d8eb46..5c52ee5fa 100644 --- a/admin/layouts/site_view/details_right.php +++ b/admin/layouts/site_view/details_right.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/site_view/details_rightside.php b/admin/layouts/site_view/details_rightside.php index 987f087ec..0b17d79a8 100644 --- a/admin/layouts/site_view/details_rightside.php +++ b/admin/layouts/site_view/details_rightside.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/site_view/details_under.php b/admin/layouts/site_view/details_under.php index 1608882b1..85f74079b 100644 --- a/admin/layouts/site_view/details_under.php +++ b/admin/layouts/site_view/details_under.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/site_view/javascript_css_fullwidth.php b/admin/layouts/site_view/javascript_css_fullwidth.php index 37bb18cfd..58b35afe1 100644 --- a/admin/layouts/site_view/javascript_css_fullwidth.php +++ b/admin/layouts/site_view/javascript_css_fullwidth.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/site_view/php_fullwidth.php b/admin/layouts/site_view/php_fullwidth.php index ff5a57361..0f02d642f 100644 --- a/admin/layouts/site_view/php_fullwidth.php +++ b/admin/layouts/site_view/php_fullwidth.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/site_view/publishing.php b/admin/layouts/site_view/publishing.php index 73cfa1b8e..7138b038f 100644 --- a/admin/layouts/site_view/publishing.php +++ b/admin/layouts/site_view/publishing.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/site_view/publlshing.php b/admin/layouts/site_view/publlshing.php index f6bdf89ab..73375506f 100644 --- a/admin/layouts/site_view/publlshing.php +++ b/admin/layouts/site_view/publlshing.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/snippet/details_above.php b/admin/layouts/snippet/details_above.php index 6e161e0b2..6fe4e663c 100644 --- a/admin/layouts/snippet/details_above.php +++ b/admin/layouts/snippet/details_above.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/snippet/details_left.php b/admin/layouts/snippet/details_left.php index a6e87e963..d36224535 100644 --- a/admin/layouts/snippet/details_left.php +++ b/admin/layouts/snippet/details_left.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/snippet/details_right.php b/admin/layouts/snippet/details_right.php index 5f3248e28..aef8f5bf7 100644 --- a/admin/layouts/snippet/details_right.php +++ b/admin/layouts/snippet/details_right.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/snippet/publishing.php b/admin/layouts/snippet/publishing.php index 73cfa1b8e..7138b038f 100644 --- a/admin/layouts/snippet/publishing.php +++ b/admin/layouts/snippet/publishing.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/snippet/publlshing.php b/admin/layouts/snippet/publlshing.php index f6bdf89ab..73375506f 100644 --- a/admin/layouts/snippet/publlshing.php +++ b/admin/layouts/snippet/publlshing.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/template/custom_script_fullwidth.php b/admin/layouts/template/custom_script_fullwidth.php index 39393aeed..195edf2ce 100644 --- a/admin/layouts/template/custom_script_fullwidth.php +++ b/admin/layouts/template/custom_script_fullwidth.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/template/details_fullwidth.php b/admin/layouts/template/details_fullwidth.php index 9d9ccb91a..0ac96ea91 100644 --- a/admin/layouts/template/details_fullwidth.php +++ b/admin/layouts/template/details_fullwidth.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/template/details_left.php b/admin/layouts/template/details_left.php index fa3e8d9b2..2be256629 100644 --- a/admin/layouts/template/details_left.php +++ b/admin/layouts/template/details_left.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/template/details_right.php b/admin/layouts/template/details_right.php index 2c6d8eb46..5c52ee5fa 100644 --- a/admin/layouts/template/details_right.php +++ b/admin/layouts/template/details_right.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/template/details_rightside.php b/admin/layouts/template/details_rightside.php index 16d12f15d..89f056512 100644 --- a/admin/layouts/template/details_rightside.php +++ b/admin/layouts/template/details_rightside.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/template/details_under.php b/admin/layouts/template/details_under.php index 1608882b1..85f74079b 100644 --- a/admin/layouts/template/details_under.php +++ b/admin/layouts/template/details_under.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/template/publishing.php b/admin/layouts/template/publishing.php index 73cfa1b8e..7138b038f 100644 --- a/admin/layouts/template/publishing.php +++ b/admin/layouts/template/publishing.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/template/publlshing.php b/admin/layouts/template/publlshing.php index f6bdf89ab..73375506f 100644 --- a/admin/layouts/template/publlshing.php +++ b/admin/layouts/template/publlshing.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/models/admin_view.php b/admin/models/admin_view.php index 3fc5be201..87950492e 100644 --- a/admin/models/admin_view.php +++ b/admin/models/admin_view.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/models/admin_views.php b/admin/models/admin_views.php index 7111aa7cb..c3aae6333 100644 --- a/admin/models/admin_views.php +++ b/admin/models/admin_views.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/models/ajax.php b/admin/models/ajax.php index 2d8dd5d8a..d155c7975 100644 --- a/admin/models/ajax.php +++ b/admin/models/ajax.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/models/compiler.php b/admin/models/compiler.php index 224f507cc..8bcc92f0a 100644 --- a/admin/models/compiler.php +++ b/admin/models/compiler.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/models/component.php b/admin/models/component.php index dd69c90b6..0cd062a6c 100644 --- a/admin/models/component.php +++ b/admin/models/component.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/models/componentbuilder.php b/admin/models/componentbuilder.php index e14394aec..d2822aa69 100644 --- a/admin/models/componentbuilder.php +++ b/admin/models/componentbuilder.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/models/components.php b/admin/models/components.php index 1ecb95988..1a9d76bee 100644 --- a/admin/models/components.php +++ b/admin/models/components.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/models/custom_admin_view.php b/admin/models/custom_admin_view.php index 0edce78de..25eadcd37 100644 --- a/admin/models/custom_admin_view.php +++ b/admin/models/custom_admin_view.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/models/custom_admin_views.php b/admin/models/custom_admin_views.php index 734d20286..bfc93e0fe 100644 --- a/admin/models/custom_admin_views.php +++ b/admin/models/custom_admin_views.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/models/dynamic_get.php b/admin/models/dynamic_get.php index e1e3051b6..dc9177076 100644 --- a/admin/models/dynamic_get.php +++ b/admin/models/dynamic_get.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/models/dynamic_gets.php b/admin/models/dynamic_gets.php index 417861bb0..153d8aa06 100644 --- a/admin/models/dynamic_gets.php +++ b/admin/models/dynamic_gets.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/models/field.php b/admin/models/field.php index 4a0eb146a..2736a5e6a 100644 --- a/admin/models/field.php +++ b/admin/models/field.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/models/fields.php b/admin/models/fields.php index d4d5f457b..4d31477d3 100644 --- a/admin/models/fields.php +++ b/admin/models/fields.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/models/fields/adminviews.php b/admin/models/fields/adminviews.php index 8479a0fc7..0742f6121 100644 --- a/admin/models/fields/adminviews.php +++ b/admin/models/fields/adminviews.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/models/fields/articles.php b/admin/models/fields/articles.php index 418a94c46..440008a41 100644 --- a/admin/models/fields/articles.php +++ b/admin/models/fields/articles.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/models/fields/customadminviews.php b/admin/models/fields/customadminviews.php index 4a0b127cc..f6883afa2 100644 --- a/admin/models/fields/customadminviews.php +++ b/admin/models/fields/customadminviews.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/models/fields/customfilelist.php b/admin/models/fields/customfilelist.php index e20dab728..545c655db 100644 --- a/admin/models/fields/customfilelist.php +++ b/admin/models/fields/customfilelist.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/models/fields/customfolderlist.php b/admin/models/fields/customfolderlist.php index 99a9b9b6f..30707e262 100644 --- a/admin/models/fields/customfolderlist.php +++ b/admin/models/fields/customfolderlist.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/models/fields/customgets.php b/admin/models/fields/customgets.php index 246546afd..00b13b960 100644 --- a/admin/models/fields/customgets.php +++ b/admin/models/fields/customgets.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/models/fields/dbtables.php b/admin/models/fields/dbtables.php index fbbd9b7b8..b02cb3a46 100644 --- a/admin/models/fields/dbtables.php +++ b/admin/models/fields/dbtables.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/models/fields/dynamicgets.php b/admin/models/fields/dynamicgets.php index 94e4102a4..1bc3ecb19 100644 --- a/admin/models/fields/dynamicgets.php +++ b/admin/models/fields/dynamicgets.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/models/fields/fields.php b/admin/models/fields/fields.php index f76b2900e..138a5618f 100644 --- a/admin/models/fields/fields.php +++ b/admin/models/fields/fields.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/models/fields/fieldsmulti.php b/admin/models/fields/fieldsmulti.php index 9e521a284..341adddff 100644 --- a/admin/models/fields/fieldsmulti.php +++ b/admin/models/fields/fieldsmulti.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/models/fields/fieldtypes.php b/admin/models/fields/fieldtypes.php index 11847e6f9..18a6111fd 100644 --- a/admin/models/fields/fieldtypes.php +++ b/admin/models/fields/fieldtypes.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/models/fields/maingets.php b/admin/models/fields/maingets.php index a4c1851b0..093b5152c 100644 --- a/admin/models/fields/maingets.php +++ b/admin/models/fields/maingets.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/models/fields/siteviews.php b/admin/models/fields/siteviews.php index 8b20aa783..faa42e032 100644 --- a/admin/models/fields/siteviews.php +++ b/admin/models/fields/siteviews.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/models/fields/snippets.php b/admin/models/fields/snippets.php index 6194e7c5d..7614784d5 100644 --- a/admin/models/fields/snippets.php +++ b/admin/models/fields/snippets.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/models/fieldtype.php b/admin/models/fieldtype.php index ec9e61486..48b8378a3 100644 --- a/admin/models/fieldtype.php +++ b/admin/models/fieldtype.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/models/fieldtypes.php b/admin/models/fieldtypes.php index af891a651..b19aa93e1 100644 --- a/admin/models/fieldtypes.php +++ b/admin/models/fieldtypes.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/models/forms/admin_view.js b/admin/models/forms/admin_view.js index 63e7d3d11..905463492 100644 --- a/admin/models/forms/admin_view.js +++ b/admin/models/forms/admin_view.js @@ -9,7 +9,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/models/forms/component.js b/admin/models/forms/component.js index def79c2f2..c134642b2 100644 --- a/admin/models/forms/component.js +++ b/admin/models/forms/component.js @@ -9,7 +9,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/models/forms/custom_admin_view.js b/admin/models/forms/custom_admin_view.js index d48487e22..045a61c8c 100644 --- a/admin/models/forms/custom_admin_view.js +++ b/admin/models/forms/custom_admin_view.js @@ -9,7 +9,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/models/forms/dynamic_get.js b/admin/models/forms/dynamic_get.js index 72a19950d..c4baac181 100644 --- a/admin/models/forms/dynamic_get.js +++ b/admin/models/forms/dynamic_get.js @@ -9,7 +9,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/models/forms/field.js b/admin/models/forms/field.js index b1950f49d..36f3c10aa 100644 --- a/admin/models/forms/field.js +++ b/admin/models/forms/field.js @@ -9,7 +9,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/models/forms/fieldtype.js b/admin/models/forms/fieldtype.js index f934f9748..9a8ebd66b 100644 --- a/admin/models/forms/fieldtype.js +++ b/admin/models/forms/fieldtype.js @@ -9,7 +9,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/models/forms/help_document.js b/admin/models/forms/help_document.js index 95dc63754..ddb8dfeb1 100644 --- a/admin/models/forms/help_document.js +++ b/admin/models/forms/help_document.js @@ -9,7 +9,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/models/forms/layout.js b/admin/models/forms/layout.js index a166530db..39aadaf8f 100644 --- a/admin/models/forms/layout.js +++ b/admin/models/forms/layout.js @@ -9,7 +9,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/models/forms/site_view.js b/admin/models/forms/site_view.js index 383bef90f..c75150b86 100644 --- a/admin/models/forms/site_view.js +++ b/admin/models/forms/site_view.js @@ -9,7 +9,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/models/forms/snippet.js b/admin/models/forms/snippet.js index 43c0b2927..67e3a2b3a 100644 --- a/admin/models/forms/snippet.js +++ b/admin/models/forms/snippet.js @@ -9,7 +9,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/models/forms/template.js b/admin/models/forms/template.js index 715e37250..c2f7b50ba 100644 --- a/admin/models/forms/template.js +++ b/admin/models/forms/template.js @@ -9,7 +9,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/models/help_document.php b/admin/models/help_document.php index 0f0d3abde..d20fbe630 100644 --- a/admin/models/help_document.php +++ b/admin/models/help_document.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/models/help_documents.php b/admin/models/help_documents.php index cdf71e15c..dea7d2eb3 100644 --- a/admin/models/help_documents.php +++ b/admin/models/help_documents.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/models/import.php b/admin/models/import.php index efa23ef98..d7ad6c69e 100644 --- a/admin/models/import.php +++ b/admin/models/import.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/models/layout.php b/admin/models/layout.php index 399a9a8ca..6f95c2318 100644 --- a/admin/models/layout.php +++ b/admin/models/layout.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/models/layouts.php b/admin/models/layouts.php index 5cedfa391..cae322153 100644 --- a/admin/models/layouts.php +++ b/admin/models/layouts.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/models/site_view.php b/admin/models/site_view.php index e086af9ff..405c00cd1 100644 --- a/admin/models/site_view.php +++ b/admin/models/site_view.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/models/site_views.php b/admin/models/site_views.php index e6384c4f1..9f7980fbb 100644 --- a/admin/models/site_views.php +++ b/admin/models/site_views.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/models/snippet.php b/admin/models/snippet.php index df2559215..91b30b521 100644 --- a/admin/models/snippet.php +++ b/admin/models/snippet.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/models/snippets.php b/admin/models/snippets.php index 78bbf1ab6..ea838ef89 100644 --- a/admin/models/snippets.php +++ b/admin/models/snippets.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/models/template.php b/admin/models/template.php index 7b16d7a81..89d627b68 100644 --- a/admin/models/template.php +++ b/admin/models/template.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/models/templates.php b/admin/models/templates.php index b95e7fa19..5fd3ace27 100644 --- a/admin/models/templates.php +++ b/admin/models/templates.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/tables/admin_view.php b/admin/tables/admin_view.php index 6b3727b04..65bd1b0b7 100644 --- a/admin/tables/admin_view.php +++ b/admin/tables/admin_view.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/tables/component.php b/admin/tables/component.php index 15d45de79..0a6a33bc0 100644 --- a/admin/tables/component.php +++ b/admin/tables/component.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/tables/custom_admin_view.php b/admin/tables/custom_admin_view.php index deaf12b57..1c5356e61 100644 --- a/admin/tables/custom_admin_view.php +++ b/admin/tables/custom_admin_view.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/tables/dynamic_get.php b/admin/tables/dynamic_get.php index 42d053f20..22d8aab85 100644 --- a/admin/tables/dynamic_get.php +++ b/admin/tables/dynamic_get.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/tables/field.php b/admin/tables/field.php index d24bb1002..9525e1f64 100644 --- a/admin/tables/field.php +++ b/admin/tables/field.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/tables/fieldtype.php b/admin/tables/fieldtype.php index 1364f176b..cf5d5a0e8 100644 --- a/admin/tables/fieldtype.php +++ b/admin/tables/fieldtype.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/tables/help_document.php b/admin/tables/help_document.php index 0765654c0..03aae03de 100644 --- a/admin/tables/help_document.php +++ b/admin/tables/help_document.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/tables/layout.php b/admin/tables/layout.php index 5d7ca60b0..95a369e94 100644 --- a/admin/tables/layout.php +++ b/admin/tables/layout.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/tables/site_view.php b/admin/tables/site_view.php index 94297814c..d53aa419e 100644 --- a/admin/tables/site_view.php +++ b/admin/tables/site_view.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/tables/snippet.php b/admin/tables/snippet.php index 409370a7a..c450f14aa 100644 --- a/admin/tables/snippet.php +++ b/admin/tables/snippet.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/tables/template.php b/admin/tables/template.php index 6935a19e3..ed6dd18c4 100644 --- a/admin/tables/template.php +++ b/admin/tables/template.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/admin_view/submitbutton.js b/admin/views/admin_view/submitbutton.js index 012ba9b25..a1b53d95d 100644 --- a/admin/views/admin_view/submitbutton.js +++ b/admin/views/admin_view/submitbutton.js @@ -9,7 +9,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/admin_view/tmpl/edit.php b/admin/views/admin_view/tmpl/edit.php index 24623d509..431ea4438 100644 --- a/admin/views/admin_view/tmpl/edit.php +++ b/admin/views/admin_view/tmpl/edit.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/admin_view/view.html.php b/admin/views/admin_view/view.html.php index 1f5053cb3..1b92668a8 100644 --- a/admin/views/admin_view/view.html.php +++ b/admin/views/admin_view/view.html.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/admin_views/tmpl/default.php b/admin/views/admin_views/tmpl/default.php index 820b85053..9f56e346c 100644 --- a/admin/views/admin_views/tmpl/default.php +++ b/admin/views/admin_views/tmpl/default.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/admin_views/tmpl/default_batch_body.php b/admin/views/admin_views/tmpl/default_batch_body.php index 87fb3a481..5d1158909 100644 --- a/admin/views/admin_views/tmpl/default_batch_body.php +++ b/admin/views/admin_views/tmpl/default_batch_body.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/admin_views/tmpl/default_batch_footer.php b/admin/views/admin_views/tmpl/default_batch_footer.php index afbc9759a..2f39db1ab 100644 --- a/admin/views/admin_views/tmpl/default_batch_footer.php +++ b/admin/views/admin_views/tmpl/default_batch_footer.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/admin_views/tmpl/default_body.php b/admin/views/admin_views/tmpl/default_body.php index bba6ee523..e867d8537 100644 --- a/admin/views/admin_views/tmpl/default_body.php +++ b/admin/views/admin_views/tmpl/default_body.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/admin_views/tmpl/default_foot.php b/admin/views/admin_views/tmpl/default_foot.php index 06c620d3e..f97c171f4 100644 --- a/admin/views/admin_views/tmpl/default_foot.php +++ b/admin/views/admin_views/tmpl/default_foot.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/admin_views/tmpl/default_head.php b/admin/views/admin_views/tmpl/default_head.php index cbe56308b..4e9ecb846 100644 --- a/admin/views/admin_views/tmpl/default_head.php +++ b/admin/views/admin_views/tmpl/default_head.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/admin_views/tmpl/default_toolbar.php b/admin/views/admin_views/tmpl/default_toolbar.php index ddd82de1c..8c27e513a 100644 --- a/admin/views/admin_views/tmpl/default_toolbar.php +++ b/admin/views/admin_views/tmpl/default_toolbar.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/admin_views/view.html.php b/admin/views/admin_views/view.html.php index 9df77ba79..eb714df71 100644 --- a/admin/views/admin_views/view.html.php +++ b/admin/views/admin_views/view.html.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/compiler/tmpl/default.php b/admin/views/compiler/tmpl/default.php index a6129c032..14266e3f6 100644 --- a/admin/views/compiler/tmpl/default.php +++ b/admin/views/compiler/tmpl/default.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/compiler/view.html.php b/admin/views/compiler/view.html.php index 18b9744d9..1570e952f 100644 --- a/admin/views/compiler/view.html.php +++ b/admin/views/compiler/view.html.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/component/submitbutton.js b/admin/views/component/submitbutton.js index c97095987..5aaaee160 100644 --- a/admin/views/component/submitbutton.js +++ b/admin/views/component/submitbutton.js @@ -9,7 +9,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/component/tmpl/edit.php b/admin/views/component/tmpl/edit.php index 336f0cccd..9bdc013f4 100644 --- a/admin/views/component/tmpl/edit.php +++ b/admin/views/component/tmpl/edit.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/component/view.html.php b/admin/views/component/view.html.php index ef6368449..04de3ca61 100644 --- a/admin/views/component/view.html.php +++ b/admin/views/component/view.html.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/componentbuilder/tmpl/default.php b/admin/views/componentbuilder/tmpl/default.php index 67418f9c8..5051c05cf 100644 --- a/admin/views/componentbuilder/tmpl/default.php +++ b/admin/views/componentbuilder/tmpl/default.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/componentbuilder/tmpl/default_main.php b/admin/views/componentbuilder/tmpl/default_main.php index 817ecab7d..ff166e725 100644 --- a/admin/views/componentbuilder/tmpl/default_main.php +++ b/admin/views/componentbuilder/tmpl/default_main.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/componentbuilder/tmpl/default_vdm.php b/admin/views/componentbuilder/tmpl/default_vdm.php index b1f371aab..a1ef26727 100644 --- a/admin/views/componentbuilder/tmpl/default_vdm.php +++ b/admin/views/componentbuilder/tmpl/default_vdm.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/componentbuilder/view.html.php b/admin/views/componentbuilder/view.html.php index 45259c05f..1982c0b98 100644 --- a/admin/views/componentbuilder/view.html.php +++ b/admin/views/componentbuilder/view.html.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/components/tmpl/default.php b/admin/views/components/tmpl/default.php index 71789332f..2066c2c85 100644 --- a/admin/views/components/tmpl/default.php +++ b/admin/views/components/tmpl/default.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/components/tmpl/default_batch_body.php b/admin/views/components/tmpl/default_batch_body.php index e88213572..805bf9ce0 100644 --- a/admin/views/components/tmpl/default_batch_body.php +++ b/admin/views/components/tmpl/default_batch_body.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/components/tmpl/default_batch_footer.php b/admin/views/components/tmpl/default_batch_footer.php index f4df3f574..2714c638a 100644 --- a/admin/views/components/tmpl/default_batch_footer.php +++ b/admin/views/components/tmpl/default_batch_footer.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/components/tmpl/default_body.php b/admin/views/components/tmpl/default_body.php index 2df37659a..77b1670d1 100644 --- a/admin/views/components/tmpl/default_body.php +++ b/admin/views/components/tmpl/default_body.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/components/tmpl/default_foot.php b/admin/views/components/tmpl/default_foot.php index a92c03eda..f9c6a3b09 100644 --- a/admin/views/components/tmpl/default_foot.php +++ b/admin/views/components/tmpl/default_foot.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/components/tmpl/default_head.php b/admin/views/components/tmpl/default_head.php index 683f9155e..b2739f240 100644 --- a/admin/views/components/tmpl/default_head.php +++ b/admin/views/components/tmpl/default_head.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/components/tmpl/default_toolbar.php b/admin/views/components/tmpl/default_toolbar.php index 174447f52..5f12a25e9 100644 --- a/admin/views/components/tmpl/default_toolbar.php +++ b/admin/views/components/tmpl/default_toolbar.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/components/view.html.php b/admin/views/components/view.html.php index 59f7a484d..727642f79 100644 --- a/admin/views/components/view.html.php +++ b/admin/views/components/view.html.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/custom_admin_view/submitbutton.js b/admin/views/custom_admin_view/submitbutton.js index 8e48c970d..8634cd7fd 100644 --- a/admin/views/custom_admin_view/submitbutton.js +++ b/admin/views/custom_admin_view/submitbutton.js @@ -9,7 +9,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/custom_admin_view/tmpl/edit.php b/admin/views/custom_admin_view/tmpl/edit.php index a11af6a37..7c17a733b 100644 --- a/admin/views/custom_admin_view/tmpl/edit.php +++ b/admin/views/custom_admin_view/tmpl/edit.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/custom_admin_view/view.html.php b/admin/views/custom_admin_view/view.html.php index 5cb6565bb..2cf437433 100644 --- a/admin/views/custom_admin_view/view.html.php +++ b/admin/views/custom_admin_view/view.html.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/custom_admin_views/tmpl/default.php b/admin/views/custom_admin_views/tmpl/default.php index 12c54d3ae..5ac75049d 100644 --- a/admin/views/custom_admin_views/tmpl/default.php +++ b/admin/views/custom_admin_views/tmpl/default.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/custom_admin_views/tmpl/default_batch_body.php b/admin/views/custom_admin_views/tmpl/default_batch_body.php index 7b3359982..dfc41fec4 100644 --- a/admin/views/custom_admin_views/tmpl/default_batch_body.php +++ b/admin/views/custom_admin_views/tmpl/default_batch_body.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/custom_admin_views/tmpl/default_batch_footer.php b/admin/views/custom_admin_views/tmpl/default_batch_footer.php index 17ae9281b..8982b6d47 100644 --- a/admin/views/custom_admin_views/tmpl/default_batch_footer.php +++ b/admin/views/custom_admin_views/tmpl/default_batch_footer.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/custom_admin_views/tmpl/default_body.php b/admin/views/custom_admin_views/tmpl/default_body.php index 15035e7ca..0f0602de7 100644 --- a/admin/views/custom_admin_views/tmpl/default_body.php +++ b/admin/views/custom_admin_views/tmpl/default_body.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/custom_admin_views/tmpl/default_foot.php b/admin/views/custom_admin_views/tmpl/default_foot.php index a525c949d..bcab67d19 100644 --- a/admin/views/custom_admin_views/tmpl/default_foot.php +++ b/admin/views/custom_admin_views/tmpl/default_foot.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/custom_admin_views/tmpl/default_head.php b/admin/views/custom_admin_views/tmpl/default_head.php index 11d268149..403e6aba2 100644 --- a/admin/views/custom_admin_views/tmpl/default_head.php +++ b/admin/views/custom_admin_views/tmpl/default_head.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/custom_admin_views/tmpl/default_toolbar.php b/admin/views/custom_admin_views/tmpl/default_toolbar.php index 73dc6feda..3ceb850e6 100644 --- a/admin/views/custom_admin_views/tmpl/default_toolbar.php +++ b/admin/views/custom_admin_views/tmpl/default_toolbar.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/custom_admin_views/view.html.php b/admin/views/custom_admin_views/view.html.php index bb8116476..c4a94b073 100644 --- a/admin/views/custom_admin_views/view.html.php +++ b/admin/views/custom_admin_views/view.html.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/dynamic_get/submitbutton.js b/admin/views/dynamic_get/submitbutton.js index 068515d28..177509ad4 100644 --- a/admin/views/dynamic_get/submitbutton.js +++ b/admin/views/dynamic_get/submitbutton.js @@ -9,7 +9,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/dynamic_get/tmpl/edit.php b/admin/views/dynamic_get/tmpl/edit.php index 8a9f0111e..55625af28 100644 --- a/admin/views/dynamic_get/tmpl/edit.php +++ b/admin/views/dynamic_get/tmpl/edit.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/dynamic_get/view.html.php b/admin/views/dynamic_get/view.html.php index 1b9b697f1..70cef4dae 100644 --- a/admin/views/dynamic_get/view.html.php +++ b/admin/views/dynamic_get/view.html.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/dynamic_gets/tmpl/default.php b/admin/views/dynamic_gets/tmpl/default.php index 5bc9c2f1a..5dbfff1da 100644 --- a/admin/views/dynamic_gets/tmpl/default.php +++ b/admin/views/dynamic_gets/tmpl/default.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/dynamic_gets/tmpl/default_batch_body.php b/admin/views/dynamic_gets/tmpl/default_batch_body.php index 4d243b969..b1863c404 100644 --- a/admin/views/dynamic_gets/tmpl/default_batch_body.php +++ b/admin/views/dynamic_gets/tmpl/default_batch_body.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/dynamic_gets/tmpl/default_batch_footer.php b/admin/views/dynamic_gets/tmpl/default_batch_footer.php index 89786d653..a3cfdb94d 100644 --- a/admin/views/dynamic_gets/tmpl/default_batch_footer.php +++ b/admin/views/dynamic_gets/tmpl/default_batch_footer.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/dynamic_gets/tmpl/default_body.php b/admin/views/dynamic_gets/tmpl/default_body.php index ceb182f87..9885c6951 100644 --- a/admin/views/dynamic_gets/tmpl/default_body.php +++ b/admin/views/dynamic_gets/tmpl/default_body.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/dynamic_gets/tmpl/default_foot.php b/admin/views/dynamic_gets/tmpl/default_foot.php index 417311eb8..641b9c444 100644 --- a/admin/views/dynamic_gets/tmpl/default_foot.php +++ b/admin/views/dynamic_gets/tmpl/default_foot.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/dynamic_gets/tmpl/default_head.php b/admin/views/dynamic_gets/tmpl/default_head.php index 77c3a475e..68d853e7d 100644 --- a/admin/views/dynamic_gets/tmpl/default_head.php +++ b/admin/views/dynamic_gets/tmpl/default_head.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/dynamic_gets/tmpl/default_toolbar.php b/admin/views/dynamic_gets/tmpl/default_toolbar.php index bfd51cd98..7c93e2464 100644 --- a/admin/views/dynamic_gets/tmpl/default_toolbar.php +++ b/admin/views/dynamic_gets/tmpl/default_toolbar.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/dynamic_gets/view.html.php b/admin/views/dynamic_gets/view.html.php index d9807bd68..bd17005a8 100644 --- a/admin/views/dynamic_gets/view.html.php +++ b/admin/views/dynamic_gets/view.html.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/field/submitbutton.js b/admin/views/field/submitbutton.js index 362ac14be..fc978eff9 100644 --- a/admin/views/field/submitbutton.js +++ b/admin/views/field/submitbutton.js @@ -9,7 +9,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/field/tmpl/edit.php b/admin/views/field/tmpl/edit.php index 848d4a91b..2beaf8dfd 100644 --- a/admin/views/field/tmpl/edit.php +++ b/admin/views/field/tmpl/edit.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/field/view.html.php b/admin/views/field/view.html.php index f117cd188..e464f559e 100644 --- a/admin/views/field/view.html.php +++ b/admin/views/field/view.html.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/fields/tmpl/default.php b/admin/views/fields/tmpl/default.php index 9e29946a1..e6ffbf236 100644 --- a/admin/views/fields/tmpl/default.php +++ b/admin/views/fields/tmpl/default.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/fields/tmpl/default_batch_body.php b/admin/views/fields/tmpl/default_batch_body.php index 7fdd66215..69c9f7494 100644 --- a/admin/views/fields/tmpl/default_batch_body.php +++ b/admin/views/fields/tmpl/default_batch_body.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/fields/tmpl/default_batch_footer.php b/admin/views/fields/tmpl/default_batch_footer.php index 970bc30c8..70daf7d3d 100644 --- a/admin/views/fields/tmpl/default_batch_footer.php +++ b/admin/views/fields/tmpl/default_batch_footer.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/fields/tmpl/default_body.php b/admin/views/fields/tmpl/default_body.php index 8ad2e2fed..34e37511d 100644 --- a/admin/views/fields/tmpl/default_body.php +++ b/admin/views/fields/tmpl/default_body.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/fields/tmpl/default_foot.php b/admin/views/fields/tmpl/default_foot.php index 02bb78df9..653516ba8 100644 --- a/admin/views/fields/tmpl/default_foot.php +++ b/admin/views/fields/tmpl/default_foot.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/fields/tmpl/default_head.php b/admin/views/fields/tmpl/default_head.php index ff1713a9f..32b0b5df8 100644 --- a/admin/views/fields/tmpl/default_head.php +++ b/admin/views/fields/tmpl/default_head.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/fields/tmpl/default_toolbar.php b/admin/views/fields/tmpl/default_toolbar.php index 733a66f7f..1a392c40e 100644 --- a/admin/views/fields/tmpl/default_toolbar.php +++ b/admin/views/fields/tmpl/default_toolbar.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/fields/view.html.php b/admin/views/fields/view.html.php index 02954bb0b..cbd235283 100644 --- a/admin/views/fields/view.html.php +++ b/admin/views/fields/view.html.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/fieldtype/submitbutton.js b/admin/views/fieldtype/submitbutton.js index 6fe3d377a..de6674761 100644 --- a/admin/views/fieldtype/submitbutton.js +++ b/admin/views/fieldtype/submitbutton.js @@ -9,7 +9,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/fieldtype/tmpl/edit.php b/admin/views/fieldtype/tmpl/edit.php index e45e523e6..f5f090cf3 100644 --- a/admin/views/fieldtype/tmpl/edit.php +++ b/admin/views/fieldtype/tmpl/edit.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/fieldtype/view.html.php b/admin/views/fieldtype/view.html.php index fff3df225..d4d70e2c2 100644 --- a/admin/views/fieldtype/view.html.php +++ b/admin/views/fieldtype/view.html.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/fieldtypes/tmpl/default.php b/admin/views/fieldtypes/tmpl/default.php index db98fbafc..22d32b0bf 100644 --- a/admin/views/fieldtypes/tmpl/default.php +++ b/admin/views/fieldtypes/tmpl/default.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/fieldtypes/tmpl/default_batch_body.php b/admin/views/fieldtypes/tmpl/default_batch_body.php index e21e335d7..394c990f8 100644 --- a/admin/views/fieldtypes/tmpl/default_batch_body.php +++ b/admin/views/fieldtypes/tmpl/default_batch_body.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/fieldtypes/tmpl/default_batch_footer.php b/admin/views/fieldtypes/tmpl/default_batch_footer.php index c908c9d7f..22f6744ce 100644 --- a/admin/views/fieldtypes/tmpl/default_batch_footer.php +++ b/admin/views/fieldtypes/tmpl/default_batch_footer.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/fieldtypes/tmpl/default_body.php b/admin/views/fieldtypes/tmpl/default_body.php index 3653c45d1..ecf7b2820 100644 --- a/admin/views/fieldtypes/tmpl/default_body.php +++ b/admin/views/fieldtypes/tmpl/default_body.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/fieldtypes/tmpl/default_foot.php b/admin/views/fieldtypes/tmpl/default_foot.php index 417311eb8..641b9c444 100644 --- a/admin/views/fieldtypes/tmpl/default_foot.php +++ b/admin/views/fieldtypes/tmpl/default_foot.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/fieldtypes/tmpl/default_head.php b/admin/views/fieldtypes/tmpl/default_head.php index 01879690b..3592e46d2 100644 --- a/admin/views/fieldtypes/tmpl/default_head.php +++ b/admin/views/fieldtypes/tmpl/default_head.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/fieldtypes/tmpl/default_toolbar.php b/admin/views/fieldtypes/tmpl/default_toolbar.php index 3725c0d75..c8033fc3c 100644 --- a/admin/views/fieldtypes/tmpl/default_toolbar.php +++ b/admin/views/fieldtypes/tmpl/default_toolbar.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/fieldtypes/view.html.php b/admin/views/fieldtypes/view.html.php index 556c4082b..752bc4b23 100644 --- a/admin/views/fieldtypes/view.html.php +++ b/admin/views/fieldtypes/view.html.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/help_document/submitbutton.js b/admin/views/help_document/submitbutton.js index d40b1dcf9..833b7eb0a 100644 --- a/admin/views/help_document/submitbutton.js +++ b/admin/views/help_document/submitbutton.js @@ -9,7 +9,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/help_document/tmpl/edit.php b/admin/views/help_document/tmpl/edit.php index ab56f869a..19109d488 100644 --- a/admin/views/help_document/tmpl/edit.php +++ b/admin/views/help_document/tmpl/edit.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/help_document/view.html.php b/admin/views/help_document/view.html.php index 2f709df21..ee29f951d 100644 --- a/admin/views/help_document/view.html.php +++ b/admin/views/help_document/view.html.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/help_documents/tmpl/default.php b/admin/views/help_documents/tmpl/default.php index 17a7fba41..490350916 100644 --- a/admin/views/help_documents/tmpl/default.php +++ b/admin/views/help_documents/tmpl/default.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/help_documents/tmpl/default_batch_body.php b/admin/views/help_documents/tmpl/default_batch_body.php index 0038a1fcc..c0be73ec0 100644 --- a/admin/views/help_documents/tmpl/default_batch_body.php +++ b/admin/views/help_documents/tmpl/default_batch_body.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/help_documents/tmpl/default_batch_footer.php b/admin/views/help_documents/tmpl/default_batch_footer.php index c4e8b7afa..48279936f 100644 --- a/admin/views/help_documents/tmpl/default_batch_footer.php +++ b/admin/views/help_documents/tmpl/default_batch_footer.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/help_documents/tmpl/default_body.php b/admin/views/help_documents/tmpl/default_body.php index b07b4463d..87b6019db 100644 --- a/admin/views/help_documents/tmpl/default_body.php +++ b/admin/views/help_documents/tmpl/default_body.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/help_documents/tmpl/default_foot.php b/admin/views/help_documents/tmpl/default_foot.php index a92c03eda..f9c6a3b09 100644 --- a/admin/views/help_documents/tmpl/default_foot.php +++ b/admin/views/help_documents/tmpl/default_foot.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/help_documents/tmpl/default_head.php b/admin/views/help_documents/tmpl/default_head.php index bc6e6eb2e..bff9fae14 100644 --- a/admin/views/help_documents/tmpl/default_head.php +++ b/admin/views/help_documents/tmpl/default_head.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/help_documents/tmpl/default_toolbar.php b/admin/views/help_documents/tmpl/default_toolbar.php index 4976f2324..163ce6909 100644 --- a/admin/views/help_documents/tmpl/default_toolbar.php +++ b/admin/views/help_documents/tmpl/default_toolbar.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/help_documents/view.html.php b/admin/views/help_documents/view.html.php index 1abda3bcd..809553d6e 100644 --- a/admin/views/help_documents/view.html.php +++ b/admin/views/help_documents/view.html.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/import/tmpl/default.php b/admin/views/import/tmpl/default.php index 1459cb759..1a5ed364c 100644 --- a/admin/views/import/tmpl/default.php +++ b/admin/views/import/tmpl/default.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/import/view.html.php b/admin/views/import/view.html.php index b1aa1ea3b..15660e3cd 100644 --- a/admin/views/import/view.html.php +++ b/admin/views/import/view.html.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/layout/submitbutton.js b/admin/views/layout/submitbutton.js index 5245612e5..0a18429f3 100644 --- a/admin/views/layout/submitbutton.js +++ b/admin/views/layout/submitbutton.js @@ -9,7 +9,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/layout/tmpl/edit.php b/admin/views/layout/tmpl/edit.php index bb9d7890b..cdbc174d1 100644 --- a/admin/views/layout/tmpl/edit.php +++ b/admin/views/layout/tmpl/edit.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/layout/view.html.php b/admin/views/layout/view.html.php index aa8bb1c31..657e3fee0 100644 --- a/admin/views/layout/view.html.php +++ b/admin/views/layout/view.html.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/layouts/tmpl/default.php b/admin/views/layouts/tmpl/default.php index 800796f1c..80899a6a0 100644 --- a/admin/views/layouts/tmpl/default.php +++ b/admin/views/layouts/tmpl/default.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/layouts/tmpl/default_batch_body.php b/admin/views/layouts/tmpl/default_batch_body.php index f2bb0544a..52d4f3003 100644 --- a/admin/views/layouts/tmpl/default_batch_body.php +++ b/admin/views/layouts/tmpl/default_batch_body.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/layouts/tmpl/default_batch_footer.php b/admin/views/layouts/tmpl/default_batch_footer.php index 0ace5d523..63e72cc09 100644 --- a/admin/views/layouts/tmpl/default_batch_footer.php +++ b/admin/views/layouts/tmpl/default_batch_footer.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/layouts/tmpl/default_body.php b/admin/views/layouts/tmpl/default_body.php index e15f3fd22..2d9fe3422 100644 --- a/admin/views/layouts/tmpl/default_body.php +++ b/admin/views/layouts/tmpl/default_body.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/layouts/tmpl/default_foot.php b/admin/views/layouts/tmpl/default_foot.php index 06c620d3e..f97c171f4 100644 --- a/admin/views/layouts/tmpl/default_foot.php +++ b/admin/views/layouts/tmpl/default_foot.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/layouts/tmpl/default_head.php b/admin/views/layouts/tmpl/default_head.php index 66839a5a4..724c7f95e 100644 --- a/admin/views/layouts/tmpl/default_head.php +++ b/admin/views/layouts/tmpl/default_head.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/layouts/tmpl/default_toolbar.php b/admin/views/layouts/tmpl/default_toolbar.php index 0037182b5..91f64c060 100644 --- a/admin/views/layouts/tmpl/default_toolbar.php +++ b/admin/views/layouts/tmpl/default_toolbar.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/layouts/view.html.php b/admin/views/layouts/view.html.php index 6fee7c88d..e0a993bef 100644 --- a/admin/views/layouts/view.html.php +++ b/admin/views/layouts/view.html.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/site_view/submitbutton.js b/admin/views/site_view/submitbutton.js index 6c518a1a0..cd5365646 100644 --- a/admin/views/site_view/submitbutton.js +++ b/admin/views/site_view/submitbutton.js @@ -9,7 +9,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/site_view/tmpl/edit.php b/admin/views/site_view/tmpl/edit.php index 5c94f9b2e..1856195fa 100644 --- a/admin/views/site_view/tmpl/edit.php +++ b/admin/views/site_view/tmpl/edit.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/site_view/view.html.php b/admin/views/site_view/view.html.php index 58c05d88d..68796641a 100644 --- a/admin/views/site_view/view.html.php +++ b/admin/views/site_view/view.html.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/site_views/tmpl/default.php b/admin/views/site_views/tmpl/default.php index fe880d18a..8d4c3f7d7 100644 --- a/admin/views/site_views/tmpl/default.php +++ b/admin/views/site_views/tmpl/default.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/site_views/tmpl/default_batch_body.php b/admin/views/site_views/tmpl/default_batch_body.php index e73c7f11d..5a2f9ae4a 100644 --- a/admin/views/site_views/tmpl/default_batch_body.php +++ b/admin/views/site_views/tmpl/default_batch_body.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/site_views/tmpl/default_batch_footer.php b/admin/views/site_views/tmpl/default_batch_footer.php index 1c01faadd..6dd111ef7 100644 --- a/admin/views/site_views/tmpl/default_batch_footer.php +++ b/admin/views/site_views/tmpl/default_batch_footer.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/site_views/tmpl/default_body.php b/admin/views/site_views/tmpl/default_body.php index a3f19605a..58e4b445b 100644 --- a/admin/views/site_views/tmpl/default_body.php +++ b/admin/views/site_views/tmpl/default_body.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/site_views/tmpl/default_foot.php b/admin/views/site_views/tmpl/default_foot.php index a525c949d..bcab67d19 100644 --- a/admin/views/site_views/tmpl/default_foot.php +++ b/admin/views/site_views/tmpl/default_foot.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/site_views/tmpl/default_head.php b/admin/views/site_views/tmpl/default_head.php index 41d38b148..6037b41ba 100644 --- a/admin/views/site_views/tmpl/default_head.php +++ b/admin/views/site_views/tmpl/default_head.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/site_views/tmpl/default_toolbar.php b/admin/views/site_views/tmpl/default_toolbar.php index 0872f7a0e..c5cdbbc4b 100644 --- a/admin/views/site_views/tmpl/default_toolbar.php +++ b/admin/views/site_views/tmpl/default_toolbar.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/site_views/view.html.php b/admin/views/site_views/view.html.php index dc13d4260..e2cc2dfbe 100644 --- a/admin/views/site_views/view.html.php +++ b/admin/views/site_views/view.html.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/snippet/submitbutton.js b/admin/views/snippet/submitbutton.js index 011069c19..9f880ba7c 100644 --- a/admin/views/snippet/submitbutton.js +++ b/admin/views/snippet/submitbutton.js @@ -9,7 +9,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/snippet/tmpl/edit.php b/admin/views/snippet/tmpl/edit.php index ac3439164..105e95826 100644 --- a/admin/views/snippet/tmpl/edit.php +++ b/admin/views/snippet/tmpl/edit.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/snippet/view.html.php b/admin/views/snippet/view.html.php index 596f00e68..c5556cd55 100644 --- a/admin/views/snippet/view.html.php +++ b/admin/views/snippet/view.html.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/snippets/tmpl/default.php b/admin/views/snippets/tmpl/default.php index 06ee0a0a2..e34226089 100644 --- a/admin/views/snippets/tmpl/default.php +++ b/admin/views/snippets/tmpl/default.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/snippets/tmpl/default_batch_body.php b/admin/views/snippets/tmpl/default_batch_body.php index 2a276cb72..2f89b828b 100644 --- a/admin/views/snippets/tmpl/default_batch_body.php +++ b/admin/views/snippets/tmpl/default_batch_body.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/snippets/tmpl/default_batch_footer.php b/admin/views/snippets/tmpl/default_batch_footer.php index d46c5d500..e5174d912 100644 --- a/admin/views/snippets/tmpl/default_batch_footer.php +++ b/admin/views/snippets/tmpl/default_batch_footer.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/snippets/tmpl/default_body.php b/admin/views/snippets/tmpl/default_body.php index b11f4c3cb..412b51331 100644 --- a/admin/views/snippets/tmpl/default_body.php +++ b/admin/views/snippets/tmpl/default_body.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/snippets/tmpl/default_foot.php b/admin/views/snippets/tmpl/default_foot.php index 06c620d3e..f97c171f4 100644 --- a/admin/views/snippets/tmpl/default_foot.php +++ b/admin/views/snippets/tmpl/default_foot.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/snippets/tmpl/default_head.php b/admin/views/snippets/tmpl/default_head.php index 23c9e3969..3fd340f52 100644 --- a/admin/views/snippets/tmpl/default_head.php +++ b/admin/views/snippets/tmpl/default_head.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/snippets/tmpl/default_toolbar.php b/admin/views/snippets/tmpl/default_toolbar.php index fee46996d..d8138e38f 100644 --- a/admin/views/snippets/tmpl/default_toolbar.php +++ b/admin/views/snippets/tmpl/default_toolbar.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/snippets/view.html.php b/admin/views/snippets/view.html.php index ab07e8e01..1d93463d5 100644 --- a/admin/views/snippets/view.html.php +++ b/admin/views/snippets/view.html.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/template/submitbutton.js b/admin/views/template/submitbutton.js index e346e5316..3536bb39a 100644 --- a/admin/views/template/submitbutton.js +++ b/admin/views/template/submitbutton.js @@ -9,7 +9,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/template/tmpl/edit.php b/admin/views/template/tmpl/edit.php index 81a766a0d..f3a6dcb8e 100644 --- a/admin/views/template/tmpl/edit.php +++ b/admin/views/template/tmpl/edit.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/template/view.html.php b/admin/views/template/view.html.php index 462b6a44a..209177498 100644 --- a/admin/views/template/view.html.php +++ b/admin/views/template/view.html.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/templates/tmpl/default.php b/admin/views/templates/tmpl/default.php index 2373f0e45..14296195b 100644 --- a/admin/views/templates/tmpl/default.php +++ b/admin/views/templates/tmpl/default.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/templates/tmpl/default_batch_body.php b/admin/views/templates/tmpl/default_batch_body.php index 7462b8086..dc189c8db 100644 --- a/admin/views/templates/tmpl/default_batch_body.php +++ b/admin/views/templates/tmpl/default_batch_body.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/templates/tmpl/default_batch_footer.php b/admin/views/templates/tmpl/default_batch_footer.php index e0c714278..498615de1 100644 --- a/admin/views/templates/tmpl/default_batch_footer.php +++ b/admin/views/templates/tmpl/default_batch_footer.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/templates/tmpl/default_body.php b/admin/views/templates/tmpl/default_body.php index 4013f77d4..35035932c 100644 --- a/admin/views/templates/tmpl/default_body.php +++ b/admin/views/templates/tmpl/default_body.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/templates/tmpl/default_foot.php b/admin/views/templates/tmpl/default_foot.php index 06c620d3e..f97c171f4 100644 --- a/admin/views/templates/tmpl/default_foot.php +++ b/admin/views/templates/tmpl/default_foot.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/templates/tmpl/default_head.php b/admin/views/templates/tmpl/default_head.php index 87e172c1a..0652ebc80 100644 --- a/admin/views/templates/tmpl/default_head.php +++ b/admin/views/templates/tmpl/default_head.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/templates/tmpl/default_toolbar.php b/admin/views/templates/tmpl/default_toolbar.php index 1d6a0bf6a..d2ef73773 100644 --- a/admin/views/templates/tmpl/default_toolbar.php +++ b/admin/views/templates/tmpl/default_toolbar.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/templates/view.html.php b/admin/views/templates/view.html.php index 32f6e80da..f75971fb0 100644 --- a/admin/views/templates/view.html.php +++ b/admin/views/templates/view.html.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/componentbuilder.xml b/componentbuilder.xml index 33e6c5b55..532ddc22f 100644 --- a/componentbuilder.xml +++ b/componentbuilder.xml @@ -7,9 +7,9 @@ https://www.vdm.io/joomla-component-builder Copyright (C) 2015. All Rights Reserved GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html - 2.1.17 + 2.1.18 Component Builder (v.2.1.17) +

Component Builder (v.2.1.18)

The Component Builder for Joomla that is highly advanced, truly able to build extremely complex components in a fraction of the time.

Created by Llewellyn van der Merwe
Development started 30th April, 2015

diff --git a/script.php b/script.php index 07068f63c..6cab98c74 100644 --- a/script.php +++ b/script.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder @@ -1815,7 +1815,7 @@ class com_componentbuilderInstallerScript echo ' -

Upgrade to Version 2.1.17 Was Successful! Let us know if anything is not working as expected.

'; +

Upgrade to Version 2.1.18 Was Successful! Let us know if anything is not working as expected.

'; } } } diff --git a/site/assets/css/site.css b/site/assets/css/site.css index df6ff55c4..9dad3e36f 100644 --- a/site/assets/css/site.css +++ b/site/assets/css/site.css @@ -9,7 +9,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/site/componentbuilder.php b/site/componentbuilder.php index abb16ce20..a2e1f2ab3 100644 --- a/site/componentbuilder.php +++ b/site/componentbuilder.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/site/controller.php b/site/controller.php index ce6f33447..3c25a9233 100644 --- a/site/controller.php +++ b/site/controller.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/site/controllers/help.php b/site/controllers/help.php index 16b886687..344f427ad 100644 --- a/site/controllers/help.php +++ b/site/controllers/help.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/site/helpers/componentbuilder.php b/site/helpers/componentbuilder.php index 1f5de1f86..f7b665343 100644 --- a/site/helpers/componentbuilder.php +++ b/site/helpers/componentbuilder.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/site/helpers/headercheck.php b/site/helpers/headercheck.php index 0eba20007..a89d053ef 100644 --- a/site/helpers/headercheck.php +++ b/site/helpers/headercheck.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/site/helpers/route.php b/site/helpers/route.php index a364cb186..cbf2f09a9 100644 --- a/site/helpers/route.php +++ b/site/helpers/route.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder diff --git a/site/router.php b/site/router.php index 6192f78f1..6219515bc 100644 --- a/site/router.php +++ b/site/router.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.17 + @version 2.1.18 @build 3rd September, 2016 @created 30th April, 2015 @package Component Builder