diff --git a/build/bump.php b/build/bump.php index 8068011..455592f 100644 --- a/build/bump.php +++ b/build/bump.php @@ -48,9 +48,9 @@ function usage($command) // This file will vary from component to component $coreXmlFiles = array( - '/com_hierarchy/hierarchy.xml', - '/com_hierarchy/plugins/actionlog/hierarchy/hierarchy.xml', - '/com_hierarchy/plugins/privacy/hierarchy/hierarchy.xml' + '/hierarchy.xml', + '/plugins/actionlog/hierarchy/hierarchy.xml', + '/plugins/privacy/hierarchy/hierarchy.xml' ); $antJobFile = '/build.xml'; @@ -245,7 +245,7 @@ function usage($command) { if (file_exists($rootPath . $coreXmlFile)) { - // @echo 'Processed xml file: ' .$rootPath . $coreXmlFile . PHP_EOL; + // echo 'Processed xml file: ' .$rootPath . $coreXmlFile . PHP_EOL; $fileContents = file_get_contents($rootPath . $coreXmlFile); diff --git a/hierarchy.xml b/hierarchy.xml index a840be4..85cd9bf 100644 --- a/hierarchy.xml +++ b/hierarchy.xml @@ -1,13 +1,13 @@ com_hierarchy - 24th November 2017 - Copyright (C) 2015. All rights reserved. - GNU General Public License version 2 or later; see LICENSE.txt + 16th Nov 2018 + Copyright (C) 2016 - 2018 Techjoomla. All rights reserved. + http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL Techjoomla - contact@techjoomla.com - http://techjoomla.com - 1.1 + extensions@techjoomla.com + https://techjoomla.com + 1.1.1 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 diff --git a/plugins/actionlog/hierarchy/hierarchy.php b/plugins/actionlog/hierarchy/hierarchy.php index 7ec5f07..354fed5 100644 --- a/plugins/actionlog/hierarchy/hierarchy.php +++ b/plugins/actionlog/hierarchy/hierarchy.php @@ -20,7 +20,7 @@ /** * Hierarchy Actions Logging Plugin. * - * @since __DEPLOY_VERSION__ + * @since 1.1.1 */ class PlgActionlogHierarchy extends CMSPlugin { @@ -28,7 +28,7 @@ class PlgActionlogHierarchy extends CMSPlugin * Application object. * * @var JApplicationCms - * @since __DEPLOY_VERSION__ + * @since 1.1.1 */ protected $app; @@ -36,7 +36,7 @@ class PlgActionlogHierarchy extends CMSPlugin * Database object. * * @var JDatabaseDriver - * @since __DEPLOY_VERSION__ + * @since 1.1.1 */ protected $db; @@ -44,7 +44,7 @@ class PlgActionlogHierarchy extends CMSPlugin * Load plugin language file automatically so that it can be used inside component * * @var boolean - * @since __DEPLOY_VERSION__ + * @since 1.1.1 */ protected $autoloadLanguage = true; @@ -60,7 +60,7 @@ class PlgActionlogHierarchy extends CMSPlugin * * @return void * - * @since __DEPLOY_VERSION__ + * @since 1.1.1 */ protected function addLog($messages, $messageLanguageKey, $context, $userId = null) { @@ -79,7 +79,7 @@ protected function addLog($messages, $messageLanguageKey, $context, $userId = nu * * @return void * - * @since __DEPLOY_VERSION__ + * @since 1.1.1 */ public function hierarchyOnAfterSaveHierarchy($data, $isNew) { @@ -118,7 +118,7 @@ public function hierarchyOnAfterSaveHierarchy($data, $isNew) * * @return void * - * @since __DEPLOY_VERSION__ + * @since 1.1.1 */ public function hierarchyOnAfterDeleteHierarchy($data) { diff --git a/plugins/actionlog/hierarchy/hierarchy.xml b/plugins/actionlog/hierarchy/hierarchy.xml index 46a76fd..2adf75a 100644 --- a/plugins/actionlog/hierarchy/hierarchy.xml +++ b/plugins/actionlog/hierarchy/hierarchy.xml @@ -1,12 +1,12 @@ plg_actionlog_hierarchy - __DEPLOY_VERSION__ - __RELEASE_DATE__ + 1.1.1 + 16th Nov 2018 Techjoomla extensions@techjoomla.com https://techjoomla.com - Copyright (c) 2009-2018 Techjoomla. All rights reserved. + Copyright (C) 2016 - 2018 Techjoomla. All rights reserved. http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL PLG_ACTIONLOG_HIERARCHY_XML_DESCRIPTION diff --git a/plugins/privacy/hierarchy/hierarchy.php b/plugins/privacy/hierarchy/hierarchy.php index 3694374..013eafb 100644 --- a/plugins/privacy/hierarchy/hierarchy.php +++ b/plugins/privacy/hierarchy/hierarchy.php @@ -22,7 +22,7 @@ /** * Hierarchy Privacy Plugin. * - * @since __DEPLOY_VERSION__ + * @since 1.1.1 */ class PlgPrivacyHierarchy extends PrivacyPlugin { @@ -31,7 +31,7 @@ class PlgPrivacyHierarchy extends PrivacyPlugin * * @var boolean * - * @since __DEPLOY_VERSION__ + * @since 1.1.1 */ protected $autoloadLanguage = true; @@ -39,7 +39,7 @@ class PlgPrivacyHierarchy extends PrivacyPlugin * Database object * * @var JDatabaseDriver - * @since __DEPLOY_VERSION__ + * @since 1.1.1 */ protected $db; @@ -55,7 +55,7 @@ class PlgPrivacyHierarchy extends PrivacyPlugin * * @return PrivacyExportDomain[] * - * @since __DEPLOY_VERSION__ + * @since 1.1.1 */ public function onPrivacyExportRequest(PrivacyTableRequest $request, JUser $user = null) { @@ -81,7 +81,7 @@ public function onPrivacyExportRequest(PrivacyTableRequest $request, JUser $user * * @return PrivacyExportDomain * - * @since __DEPLOY_VERSION__ + * @since 1.1.1 */ private function createHierarchyUsers(JTableUser $user) { @@ -118,7 +118,7 @@ private function createHierarchyUsers(JTableUser $user) * * @return PrivacyRemovalStatus * - * @since __DEPLOY_VERSION__ + * @since 1.1.1 */ public function onPrivacyCanRemoveData(PrivacyTableRequest $request, JUser $user = null) { @@ -140,7 +140,7 @@ public function onPrivacyCanRemoveData(PrivacyTableRequest $request, JUser $user * * @return void * - * @since __DEPLOY_VERSION__ + * @since 1.1.1 */ public function onPrivacyRemoveData(PrivacyTableRequest $request, JUser $user = null) { diff --git a/plugins/privacy/hierarchy/hierarchy.xml b/plugins/privacy/hierarchy/hierarchy.xml index a282fd8..a26cc02 100644 --- a/plugins/privacy/hierarchy/hierarchy.xml +++ b/plugins/privacy/hierarchy/hierarchy.xml @@ -1,12 +1,12 @@ plg_privacy_hierarchy - __DEPLOY_VERSION__ - __RELEASE_DATE__ + 1.1.1 + 16th Nov 2018 Techjoomla extensions@techjoomla.com https://techjoomla.com - Copyright (c) 2009-2018 Techjoomla. All rights reserved. + Copyright (C) 2016 - 2018 Techjoomla. All rights reserved. http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL PLG_PRIVACY_HIERARCHY_XML_DESCRIPTION