diff --git a/tjreports/languages/administrator/en-GB/en-GB.com_tjreports.ini b/tjreports/languages/administrator/en-GB/en-GB.com_tjreports.ini index 02170ff..76e60e9 100755 --- a/tjreports/languages/administrator/en-GB/en-GB.com_tjreports.ini +++ b/tjreports/languages/administrator/en-GB/en-GB.com_tjreports.ini @@ -147,7 +147,7 @@ COM_TJREPORTS_CLIENT_DESC="Client descending" COM_TJREPORTS_SAVED_QUERY_ASC="Saved Query ascending" COM_TJREPORTS_SAVED_QUERY_DESC="Saved Query descending" -; Added in __DEPLOY_VERSION__ +; Added in 1.1.6 COM_TJREPORTS_REPORT_SUMMARY="Summary Report" COM_TJREPORTS_REPORT_DETAILS="Details Report" COM_TJREPORTS_NO_RECORDS_FOUND_SUMMARY="No records found. Either you do not have any records or fields types found in records are not supported for showing summary report." diff --git a/tjreports/languages/site/en-GB/en-GB.com_tjreports.ini b/tjreports/languages/site/en-GB/en-GB.com_tjreports.ini index 2d9bedd..dc3098d 100755 --- a/tjreports/languages/site/en-GB/en-GB.com_tjreports.ini +++ b/tjreports/languages/site/en-GB/en-GB.com_tjreports.ini @@ -107,6 +107,6 @@ LIB_TECHJOOMLA_CSV_EXPORT_ABORT="Abort" LIB_TECHJOOMLA_CSV_EXPORT_CONFIRM_ABORT="Are you sure to abort CSV Export?" LIB_TECHJOOMLA_CSV_EXPORT_UESR_ABORTED="Export aborted." -; Since __DEPLOY_VERSION__ +; Since 1.1.6 COM_TJREPORTS_REPORT_DETAILS="Details Report" COM_TJREPORTS_REPORT_SUMMARY="Summary Report" diff --git a/tjreports/plugins/actionlog/tjreports/tjreports.xml b/tjreports/plugins/actionlog/tjreports/tjreports.xml index 58e7c09..b80d6a5 100644 --- a/tjreports/plugins/actionlog/tjreports/tjreports.xml +++ b/tjreports/plugins/actionlog/tjreports/tjreports.xml @@ -2,12 +2,12 @@ plg_actionlog_tjreports Techjoomla - 11th Nov 2019 - Copyright (C) 2016 - 2019 Techjoomla. All rights reserved. + 12th Jul 2021 + Copyright (C) 2016 - 2021 Techjoomla. All rights reserved. http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL extensions@techjoomla.com https://techjoomla.com - 1.1.4 + 1.1.6 PLG_ACTIONLOG_TJREPORTS_XML_DESCRIPTION tjreports.php diff --git a/tjreports/plugins/api/reports/reports/gdsfields.php b/tjreports/plugins/api/reports/reports/gdsfields.php index 5115102..f87d200 100644 --- a/tjreports/plugins/api/reports/reports/gdsfields.php +++ b/tjreports/plugins/api/reports/reports/gdsfields.php @@ -17,7 +17,7 @@ * Tjreports API Gs fields class * This is used to get the fields for the Google studio connector * - * @since __DEPLOY_VERSION__ + * @since 1.1.6 */ class ReportsApiResourceGdsfields extends ApiResource { diff --git a/tjreports/plugins/api/reports/reports/gdsreports.php b/tjreports/plugins/api/reports/reports/gdsreports.php index 25f2056..3da2e52 100644 --- a/tjreports/plugins/api/reports/reports/gdsreports.php +++ b/tjreports/plugins/api/reports/reports/gdsreports.php @@ -15,7 +15,7 @@ /** * Tjreports API to get the tjreports plugin those support Google studio connector * - * @since __DEPLOY_VERSION__ + * @since 1.1.6 */ class ReportsApiResourceGdsreports extends ApiResource { diff --git a/tjreports/plugins/content/tjreportsfields/tjreportsfields.xml b/tjreports/plugins/content/tjreportsfields/tjreportsfields.xml index 90250ec..e5c2f5f 100644 --- a/tjreports/plugins/content/tjreportsfields/tjreportsfields.xml +++ b/tjreports/plugins/content/tjreportsfields/tjreportsfields.xml @@ -5,10 +5,10 @@ Techjoomla extensions@techjoomla.com https://techjoomla.com - 11th Nov 2019 - Copyright (C) 2016 - 2019 Techjoomla. All rights reserved. + 12th Jul 2021 + Copyright (C) 2016 - 2021 Techjoomla. All rights reserved. http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL - 1.1.4 + 1.1.6 tjreportsfields.php diff --git a/tjreports/plugins/privacy/tjreports/tjreports.xml b/tjreports/plugins/privacy/tjreports/tjreports.xml index db63cec..171964d 100644 --- a/tjreports/plugins/privacy/tjreports/tjreports.xml +++ b/tjreports/plugins/privacy/tjreports/tjreports.xml @@ -1,12 +1,12 @@ plg_privacy_tjreports - 1.1.4 - 11th Nov 2019 + 1.1.6 + 12th Jul 2021 Techjoomla extensions@techjoomla.com https://techjoomla.com - Copyright (C) 2016 - 2019 Techjoomla. All rights reserved. + Copyright (C) 2016 - 2021 Techjoomla. All rights reserved. http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL PLG_PRIVACY_TJREPORTS_XML_DESCRIPTION diff --git a/tjreports/plugins/user/tjreportsindexer/tjreportsindexer.xml b/tjreports/plugins/user/tjreportsindexer/tjreportsindexer.xml index 4b2e249..c5e820b 100644 --- a/tjreports/plugins/user/tjreportsindexer/tjreportsindexer.xml +++ b/tjreports/plugins/user/tjreportsindexer/tjreportsindexer.xml @@ -5,10 +5,10 @@ Techjoomla extensions@techjoomla.com https://techjoomla.com - 11th Nov 2019 - Copyright (C) 2016 - 2019 Techjoomla. All rights reserved. + 12th Jul 2021 + Copyright (C) 2016 - 2021 Techjoomla. All rights reserved. http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL - 1.1.4 + 1.1.6 sql/tjreportsindexer.install.sql diff --git a/tjreports/site/models/reports.php b/tjreports/site/models/reports.php index 2cd5968..7a89076 100755 --- a/tjreports/site/models/reports.php +++ b/tjreports/site/models/reports.php @@ -105,7 +105,7 @@ class TjreportsModelReports extends ListModel * Show button to display option as Summary Report & Details Report * * @var string - * @since __DEPLOY_VERSION__ + * @since 1.1.6 */ public $showSummaryReport = 'No'; @@ -113,7 +113,7 @@ class TjreportsModelReports extends ListModel * Array about field type which suppport for summary report * * @var string - * @since __DEPLOY_VERSION__ + * @since 1.1.6 */ public $supportedFieldTypesForSummaryReport = array ('radio', 'checkbox', 'rating'); @@ -1600,7 +1600,7 @@ public function addTjReportsPlugins() * * @return Array * - * @since __DEPLOY_VERSION__ + * @since 1.1.6 */ protected function getUserGroups($userId) { diff --git a/tjreports/site/views/reports/view.html.php b/tjreports/site/views/reports/view.html.php index 9037021..3afd01a 100755 --- a/tjreports/site/views/reports/view.html.php +++ b/tjreports/site/views/reports/view.html.php @@ -159,8 +159,8 @@ protected function addDocumentHeaderData() HTMLHelper::stylesheet(Uri::root() . '/media/techjoomla_strapper/bs3/css/bootstrap.min.css'); } - HTMLHelper::_('script', 'components/com_tjreports/assets/js/tjrContentService.min.js'); - HTMLHelper::_('script', 'components/com_tjreports/assets/js/tjrContentUI.min.js'); + HTMLHelper::_('script', 'components/com_tjreports/assets/js/tjrContentService.min.js', array("relative" => true)); + HTMLHelper::_('script', 'components/com_tjreports/assets/js/tjrContentUI.min.js', array("relative" => true)); HTMLHelper::_('stylesheet', 'components/com_tjreports/assets/css/tjreports.min.css'); $document->addScriptDeclaration('tjrContentUI.base_url = "' . Uri::base() . '"'); diff --git a/tjreports/tjreports.xml b/tjreports/tjreports.xml index ae12368..2268b4d 100644 --- a/tjreports/tjreports.xml +++ b/tjreports/tjreports.xml @@ -4,10 +4,10 @@ Techjoomla extensions@techjoomla.com https://techjoomla.com - Copyright (C) 2016 - 2019 Techjoomla. All rights reserved. + Copyright (C) 2016 - 2021 Techjoomla. All rights reserved. http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL - 11th Nov 2019 - 1.1.4 + 12th Jul 2021 + 1.1.6 This component is used to access all the report at single place.