Skip to content
This repository was archived by the owner on Jun 17, 2024. It is now read-only.

Commit 8d07d49

Browse files
committed
Prepare 1.6.0 Release
1 parent 3e2a818 commit 8d07d49

34 files changed

+42
-42
lines changed

classes/BaseController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/**
33
* @package jYProExtra System Plugin
4-
* @version __DEPLOY_VERSION__
4+
* @version 1.6.0
55
* @author Septdir Workshop - septdir.com
66
* @copyright Copyright (c) 2018 - 2020 Septdir Workshop. All rights reserved.
77
* @license GNU/GPL license: https://www.gnu.org/copyleft/gpl.html

classes/FileLayout.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/**
33
* @package jYProExtra System Plugin
4-
* @version __DEPLOY_VERSION__
4+
* @version 1.6.0
55
* @author Septdir Workshop - www.septdir.com
66
* @copyright Copyright (c) 2018 - 2020 Septdir Workshop. All rights reserved.
77
* @license GNU/GPL license: https://www.gnu.org/copyleft/gpl.html

classes/HTMLHelper.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/**
33
* @package jYProExtra System Plugin
4-
* @version __DEPLOY_VERSION__
4+
* @version 1.6.0
55
* @author Septdir Workshop - septdir.com
66
* @copyright Copyright (c) 2018 - 2020 Septdir Workshop. All rights reserved.
77
* @license GNU/GPL license: https://www.gnu.org/copyleft/gpl.html
@@ -30,7 +30,7 @@ abstract class HTMLHelper extends HTMLHelperCore
3030
*
3131
* @return array files to be included.
3232
*
33-
* @since __DEPLOY_VERSION__
33+
* @since 1.6.0
3434
*/
3535
protected static function includeRelativeFiles($folder, $file, $relative, $detect_browser, $detect_debug)
3636
{

classes/HtmlView.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/**
33
* @package jYProExtra System Plugin
4-
* @version __DEPLOY_VERSION__
4+
* @version 1.6.0
55
* @author Septdir Workshop - www.septdir.com
66
* @copyright Copyright (c) 2018 - 2020 Septdir Workshop. All rights reserved.
77
* @license GNU/GPL license: https://www.gnu.org/copyleft/gpl.html

classes/ModuleHelper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/**
33
* @package jYProExtra System Plugin
4-
* @version __DEPLOY_VERSION__
4+
* @version 1.6.0
55
* @author Septdir Workshop - www.septdir.com
66
* @copyright Copyright (c) 2018 - 2020 Septdir Workshop. All rights reserved.
77
* @license GNU/GPL license: https://www.gnu.org/copyleft/gpl.html

elements/joomla_breadcrumbs/element.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/**
33
* @package jYProExtra System Plugin
4-
* @version __DEPLOY_VERSION__
4+
* @version 1.6.0
55
* @author Septdir Workshop - www.septdir.com
66
* @copyright Copyright (c) 2018 - 2020 Septdir Workshop. All rights reserved.
77
* @license GNU/GPL license: https://www.gnu.org/copyleft/gpl.html

elements/joomla_breadcrumbs/templates/template.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/**
33
* @package jYProExtra System Plugin
4-
* @version __DEPLOY_VERSION__
4+
* @version 1.6.0
55
* @author Septdir Workshop - www.septdir.com
66
* @copyright Copyright (c) 2018 - 2020 Septdir Workshop. All rights reserved.
77
* @license GNU/GPL license: https://www.gnu.org/copyleft/gpl.html

fields/libraryexport.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/**
33
* @package jYProExtra System Plugin
4-
* @version __DEPLOY_VERSION__
4+
* @version 1.6.0
55
* @author Septdir Workshop - www.septdir.com
66
* @copyright Copyright (c) 2018 - 2020 Septdir Workshop. All rights reserved.
77
* @license GNU/GPL license: https://www.gnu.org/copyleft/gpl.html

fields/libraryimport.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/**
33
* @package jYProExtra System Plugin
4-
* @version __DEPLOY_VERSION__
4+
* @version 1.6.0
55
* @author Septdir Workshop - www.septdir.com
66
* @copyright Copyright (c) 2018 - 2020 Septdir Workshop. All rights reserved.
77
* @license GNU/GPL license: https://www.gnu.org/copyleft/gpl.html

fields/toolbar.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/**
33
* @package jYProExtra System Plugin
4-
* @version __DEPLOY_VERSION__
4+
* @version 1.6.0
55
* @author Septdir Workshop - www.septdir.com
66
* @copyright Copyright (c) 2018 - 2020 Septdir Workshop. All rights reserved.
77
* @license GNU/GPL license: https://www.gnu.org/copyleft/gpl.html

0 commit comments

Comments
 (0)