Skip to content

Commit d7e883e

Browse files
Task #173189 Chore: Version changes (#52)
1 parent 1397c95 commit d7e883e

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

hierarchy.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<extension type="component" version="3.0" method="upgrade">
33
<name>com_hierarchy</name>
4-
<creationDate>22nd Oct 2019</creationDate>
5-
<copyright>Copyright (C) 2016 - 2019 Techjoomla. All rights reserved.</copyright>
4+
<creationDate>22nd Jul 2021</creationDate>
5+
<copyright>Copyright (C) 2016 - 2021 Techjoomla. All rights reserved.</copyright>
66
<license>http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL</license>
77
<author>Techjoomla</author>
88
<authorEmail>extensions@techjoomla.com</authorEmail>
99
<authorUrl>https://techjoomla.com</authorUrl>
10-
<version>1.1.2</version>
10+
<version>1.1.3</version>
1111
<description>This tool will let the admin set a ‘Reports to’ field for each user in the system. This will be updated en masse using a CSV</description>
1212

1313
<install> <!-- Runs on install -->

plugins/actionlog/hierarchy/hierarchy.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<extension version="3.4" type="plugin" group="actionlog" method="upgrade">
33
<name>plg_actionlog_hierarchy</name>
4-
<version>1.1.2</version>
5-
<creationDate>22nd Oct 2019</creationDate>
4+
<version>1.1.3</version>
5+
<creationDate>22nd Jul 2021</creationDate>
66
<author>Techjoomla</author>
77
<authorEmail>extensions@techjoomla.com</authorEmail>
88
<authorUrl>https://techjoomla.com</authorUrl>
9-
<copyright>Copyright (C) 2016 - 2019 Techjoomla. All rights reserved.</copyright>
9+
<copyright>Copyright (C) 2016 - 2021 Techjoomla. All rights reserved.</copyright>
1010
<license>http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL</license>
1111
<description>PLG_ACTIONLOG_HIERARCHY_XML_DESCRIPTION</description>
1212
<files>

plugins/privacy/hierarchy/hierarchy.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<extension version="3.4" type="plugin" group="privacy" method="upgrade">
33
<name>plg_privacy_hierarchy</name>
4-
<version>1.1.2</version>
5-
<creationDate>22nd Oct 2019</creationDate>
4+
<version>1.1.3</version>
5+
<creationDate>22nd Jul 2021</creationDate>
66
<author>Techjoomla</author>
77
<authorEmail>extensions@techjoomla.com</authorEmail>
88
<authorUrl>https://techjoomla.com</authorUrl>
9-
<copyright>Copyright (C) 2016 - 2019 Techjoomla. All rights reserved.</copyright>
9+
<copyright>Copyright (C) 2016 - 2021 Techjoomla. All rights reserved.</copyright>
1010
<license>http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL</license>
1111
<description>PLG_PRIVACY_HIERARCHY_XML_DESCRIPTION</description>
1212
<files>

script.hierarchy.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ public function installSqlFiles($parent)
118118
{
119119
$query = trim($query);
120120

121-
if ($query != '' && $query{0} != '#')
121+
if ($query != '' && $query[0]!= '#')
122122
{
123123
$db->setQuery($query);
124124

0 commit comments

Comments
 (0)