diff --git a/README.md b/README.md index 854d00b56..6765cf21d 100644 --- a/README.md +++ b/README.md @@ -130,7 +130,7 @@ Component Builder is mapped as a component in itself on my local development env + *Version*: 2.7.7 + *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*: **193640** ++ *Line count*: **193677** + *Field count*: **1030** + *File count*: **1201** + *Folder count*: **193** diff --git a/admin/README.txt b/admin/README.txt index 854d00b56..6765cf21d 100644 --- a/admin/README.txt +++ b/admin/README.txt @@ -130,7 +130,7 @@ Component Builder is mapped as a component in itself on my local development env + *Version*: 2.7.7 + *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*: **193640** ++ *Line count*: **193677** + *Field count*: **1030** + *File count*: **1201** + *Folder count*: **193** diff --git a/admin/models/joomla_components.php b/admin/models/joomla_components.php index 0e634d90e..3e46d4a2e 100644 --- a/admin/models/joomla_components.php +++ b/admin/models/joomla_components.php @@ -931,12 +931,10 @@ class ComponentbuilderModelJoomla_components extends JModelList } $this->info['getKeyFrom']['package_links'] = $this->exportPackageLinks; // we started adding this at v2.7.7 - $this->info['key'] = true; + $this->info['source']['paid'] = true; } else { - // we started adding this at v2.7.7 - $this->info['key'] = false; // Set the owner information $data = base64_encode($data); } diff --git a/admin/views/import_joomla_components/tmpl/default.php b/admin/views/import_joomla_components/tmpl/default.php index ab303f1df..289a09bd9 100644 --- a/admin/views/import_joomla_components/tmpl/default.php +++ b/admin/views/import_joomla_components/tmpl/default.php @@ -352,9 +352,48 @@ jQuery(document).ready(function($) {