Skip to content

Commit 474b6e7

Browse files
authored
Merge pull request #162 from techjoomla/release-1.1.3
Merge `Release 1.1.3` into `master`
2 parents 2cef3e9 + fdad953 commit 474b6e7

File tree

6 files changed

+12
-13
lines changed

6 files changed

+12
-13
lines changed

tjreports/plugins/actionlog/tjreports/tjreports.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
<extension version="3.9" type="plugin" group="actionlog" method="upgrade">
33
<name>plg_actionlog_tjreports</name>
44
<author>Techjoomla</author>
5-
<creationDate>22nd Oct 2019</creationDate>
5+
<creationDate>24th Oct 2019</creationDate>
66
<copyright>Copyright (C) 2016 - 2019 Techjoomla. All rights reserved.</copyright>
77
<license>http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL</license>
88
<authorEmail>[email protected]</authorEmail>
99
<authorUrl>https://techjoomla.com</authorUrl>
10-
<version>1.1.2</version>
10+
<version>1.1.3</version>
1111
<description>PLG_ACTIONLOG_TJREPORTS_XML_DESCRIPTION</description>
1212
<files>
1313
<filename plugin="tjreports">tjreports.php</filename>

tjreports/plugins/content/tjreportsfields/tjreportsfields.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
<author>Techjoomla</author>
66
<authorEmail>[email protected]</authorEmail>
77
<authorUrl>https://techjoomla.com</authorUrl>
8-
<creationDate>22nd Oct 2019</creationDate>
8+
<creationDate>24th Oct 2019</creationDate>
99
<copyright>Copyright (C) 2016 - 2019 Techjoomla. All rights reserved.</copyright>
1010
<license>http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL</license>
11-
<version>1.1.2</version>
11+
<version>1.1.3</version>
1212

1313
<files>
1414
<filename plugin="tjreportsfields">tjreportsfields.php</filename>

tjreports/plugins/privacy/tjreports/tjreports.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<extension version="3.4" type="plugin" group="privacy" method="upgrade">
33
<name>plg_privacy_tjreports</name>
4-
<version>1.1.2</version>
5-
<creationDate>22nd Oct 2019</creationDate>
4+
<version>1.1.3</version>
5+
<creationDate>24th Oct 2019</creationDate>
66
<author>Techjoomla</author>
77
<authorEmail>[email protected]</authorEmail>
88
<authorUrl>https://techjoomla.com</authorUrl>

tjreports/plugins/user/tjreportsindexer/tjreportsindexer.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
<author>Techjoomla</author>
66
<authorEmail>[email protected]</authorEmail>
77
<authorUrl>https://techjoomla.com</authorUrl>
8-
<creationDate>22nd Oct 2019</creationDate>
8+
<creationDate>24th Oct 2019</creationDate>
99
<copyright>Copyright (C) 2016 - 2019 Techjoomla. All rights reserved.</copyright>
1010
<license>http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL</license>
11-
<version>1.1.2</version>
11+
<version>1.1.3</version>
1212
<install>
1313
<sql>
1414
<file driver="mysql" charset="utf8">sql/tjreportsindexer.install.sql</file>

tjreports/site/models/reports.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -177,9 +177,8 @@ protected function setCustomFieldsColumns()
177177
{
178178
$customField = array (
179179
'title' => ($columnLabels[$columnName]) ? $columnLabels[$columnName] : $columnName,
180-
'table_column' => $this->customFieldsTableAlias . '.' . $columnName
181-
182-
// , 'disable_sorting' => true
180+
'table_column' => $this->customFieldsTableAlias . '.' . $columnName,
181+
'not_show_hide' => false
183182
);
184183

185184
// Eg. tuf.dob

tjreports/tjreports.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<authorUrl>https://techjoomla.com</authorUrl>
77
<copyright>Copyright (C) 2016 - 2019 Techjoomla. All rights reserved.</copyright>
88
<license>http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL</license>
9-
<creationDate>22nd Oct 2019</creationDate>
10-
<version>1.1.2</version>
9+
<creationDate>24th Oct 2019</creationDate>
10+
<version>1.1.3</version>
1111
<description>This component is used to access all the report at single place.</description>
1212
<install>
1313
<!-- Runs on install -->

0 commit comments

Comments
 (0)