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

Commit

Permalink
Prepare 1.8.1 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Septdir committed Aug 30, 2022
1 parent d39dfe4 commit a23210a
Show file tree
Hide file tree
Showing 39 changed files with 46 additions and 46 deletions.
2 changes: 1 addition & 1 deletion classes/BaseController.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* @package jYProExtra System Plugin
* @version 1.8.0
* @version 1.8.1
* @author Septdir Workshop - septdir.com
* @copyright Copyright (c) 2018 - 2021 Septdir Workshop. All rights reserved.
* @license GNU/GPL license: https://www.gnu.org/copyleft/gpl.html
Expand Down
2 changes: 1 addition & 1 deletion classes/FileLayout.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* @package jYProExtra System Plugin
* @version 1.8.0
* @version 1.8.1
* @author Septdir Workshop - www.septdir.com
* @copyright Copyright (c) 2018 - 2021 Septdir Workshop. All rights reserved.
* @license GNU/GPL license: https://www.gnu.org/copyleft/gpl.html
Expand Down
2 changes: 1 addition & 1 deletion classes/HTMLHelper.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* @package jYProExtra System Plugin
* @version 1.8.0
* @version 1.8.1
* @author Septdir Workshop - septdir.com
* @copyright Copyright (c) 2018 - 2021 Septdir Workshop. All rights reserved.
* @license GNU/GPL license: https://www.gnu.org/copyleft/gpl.html
Expand Down
2 changes: 1 addition & 1 deletion classes/HtmlView.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* @package jYProExtra System Plugin
* @version 1.8.0
* @version 1.8.1
* @author Septdir Workshop - www.septdir.com
* @copyright Copyright (c) 2018 - 2021 Septdir Workshop. All rights reserved.
* @license GNU/GPL license: https://www.gnu.org/copyleft/gpl.html
Expand Down
2 changes: 1 addition & 1 deletion classes/ModuleHelper.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* @package jYProExtra System Plugin
* @version 1.8.0
* @version 1.8.1
* @author Septdir Workshop - www.septdir.com
* @copyright Copyright (c) 2018 - 2021 Septdir Workshop. All rights reserved.
* @license GNU/GPL license: https://www.gnu.org/copyleft/gpl.html
Expand Down
2 changes: 1 addition & 1 deletion elements/joomla_breadcrumbs/element.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* @package jYProExtra System Plugin
* @version 1.8.0
* @version 1.8.1
* @author Septdir Workshop - www.septdir.com
* @copyright Copyright (c) 2018 - 2021 Septdir Workshop. All rights reserved.
* @license GNU/GPL license: https://www.gnu.org/copyleft/gpl.html
Expand Down
2 changes: 1 addition & 1 deletion elements/joomla_breadcrumbs/templates/template.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* @package jYProExtra System Plugin
* @version 1.8.0
* @version 1.8.1
* @author Septdir Workshop - www.septdir.com
* @copyright Copyright (c) 2018 - 2021 Septdir Workshop. All rights reserved.
* @license GNU/GPL license: https://www.gnu.org/copyleft/gpl.html
Expand Down
2 changes: 1 addition & 1 deletion fields/joomla3/yoocomponentlayout.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* @package jYProExtra System Plugin
* @version 1.8.0
* @version 1.8.1
* @author Septdir Workshop - www.septdir.com
* @copyright Copyright (c) 2018 - 2021 Septdir Workshop. All rights reserved.
* @license GNU/GPL license: https://www.gnu.org/copyleft/gpl.html
Expand Down
2 changes: 1 addition & 1 deletion fields/joomla3/yoofieldlayout.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* @package jYProExtra System Plugin
* @version 1.8.0
* @version 1.8.1
* @author Septdir Workshop - www.septdir.com
* @copyright Copyright (c) 2018 - 2021 Septdir Workshop. All rights reserved.
* @license GNU/GPL license: https://www.gnu.org/copyleft/gpl.html
Expand Down
2 changes: 1 addition & 1 deletion fields/joomla3/yoomodulelayout.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* @package jYProExtra System Plugin
* @version 1.8.0
* @version 1.8.1
* @author Septdir Workshop - www.septdir.com
* @copyright Copyright (c) 2018 - 2021 Septdir Workshop. All rights reserved.
* @license GNU/GPL license: https://www.gnu.org/copyleft/gpl.html
Expand Down
6 changes: 3 additions & 3 deletions fields/joomla4/yoocomponentlayout.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* @package jYProExtra System Plugin
* @version 1.8.0
* @version 1.8.1
* @author Septdir Workshop - www.septdir.com
* @copyright Copyright (c) 2018 - 2021 Septdir Workshop. All rights reserved.
* @license GNU/GPL license: https://www.gnu.org/copyleft/gpl.html
Expand All @@ -28,7 +28,7 @@ class YooComponentLayoutField extends ComponentlayoutField
*
* @var string
*
* @since __DEPLOY_VERSION__
* @since 1.8.1
*/
protected $type = 'YOOComponentLayout';

Expand All @@ -37,7 +37,7 @@ class YooComponentLayoutField extends ComponentlayoutField
*
* @return string The field input.
*
* @since __DEPLOY_VERSION__
* @since 1.8.1
*/
protected function getInput()
{
Expand Down
6 changes: 3 additions & 3 deletions fields/joomla4/yoofieldlayout.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* @package jYProExtra System Plugin
* @version 1.8.0
* @version 1.8.1
* @author Septdir Workshop - www.septdir.com
* @copyright Copyright (c) 2018 - 2021 Septdir Workshop. All rights reserved.
* @license GNU/GPL license: https://www.gnu.org/copyleft/gpl.html
Expand All @@ -25,7 +25,7 @@ class YOOFieldLayoutField extends FieldLayoutField
*
* @var string
*
* @since __DEPLOY_VERSION__
* @since 1.8.1
*/
protected $type = 'YooFieldLayout';

Expand All @@ -34,7 +34,7 @@ class YOOFieldLayoutField extends FieldLayoutField
*
* @return string The field input.
*
* @since __DEPLOY_VERSION__
* @since 1.8.1
*/
protected function getInput()
{
Expand Down
6 changes: 3 additions & 3 deletions fields/joomla4/yoomodulelayout.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* @package jYProExtra System Plugin
* @version 1.8.0
* @version 1.8.1
* @author Septdir Workshop - www.septdir.com
* @copyright Copyright (c) 2018 - 2021 Septdir Workshop. All rights reserved.
* @license GNU/GPL license: https://www.gnu.org/copyleft/gpl.html
Expand All @@ -28,7 +28,7 @@ class YooModuleLayout extends ModulelayoutField
*
* @var string
*
* @since __DEPLOY_VERSION__
* @since 1.8.1
*/
protected $type = 'YooModuleLayout';

Expand All @@ -37,7 +37,7 @@ class YooModuleLayout extends ModulelayoutField
*
* @return string The field input.
*
* @since __DEPLOY_VERSION__
* @since 1.8.1
*/
protected function getInput()
{
Expand Down
2 changes: 1 addition & 1 deletion fields/libraryexport.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* @package jYProExtra System Plugin
* @version 1.8.0
* @version 1.8.1
* @author Septdir Workshop - www.septdir.com
* @copyright Copyright (c) 2018 - 2021 Septdir Workshop. All rights reserved.
* @license GNU/GPL license: https://www.gnu.org/copyleft/gpl.html
Expand Down
2 changes: 1 addition & 1 deletion fields/libraryimport.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* @package jYProExtra System Plugin
* @version 1.8.0
* @version 1.8.1
* @author Septdir Workshop - www.septdir.com
* @copyright Copyright (c) 2018 - 2021 Septdir Workshop. All rights reserved.
* @license GNU/GPL license: https://www.gnu.org/copyleft/gpl.html
Expand Down
2 changes: 1 addition & 1 deletion fields/toolbar.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* @package jYProExtra System Plugin
* @version 1.8.0
* @version 1.8.1
* @author Septdir Workshop - www.septdir.com
* @copyright Copyright (c) 2018 - 2021 Septdir Workshop. All rights reserved.
* @license GNU/GPL license: https://www.gnu.org/copyleft/gpl.html
Expand Down
2 changes: 1 addition & 1 deletion fields/toolbarhideusers.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* @package jYProExtra System Plugin
* @version 1.8.0
* @version 1.8.1
* @author Septdir Workshop - www.septdir.com
* @copyright Copyright (c) 2018 - 2021 Septdir Workshop. All rights reserved.
* @license GNU/GPL license: https://www.gnu.org/copyleft/gpl.html
Expand Down
2 changes: 1 addition & 1 deletion fields/unsetcomponents.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* @package jYProExtra System Plugin
* @version 1.8.0
* @version 1.8.1
* @author Septdir Workshop - www.septdir.com
* @copyright Copyright (c) 2018 - 2021 Septdir Workshop. All rights reserved.
* @license GNU/GPL license: https://www.gnu.org/copyleft/gpl.html
Expand Down
2 changes: 1 addition & 1 deletion helpers/browser.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* @package jYProExtra System Plugin
* @version 1.8.0
* @version 1.8.1
* @author Septdir Workshop - septdir.com
* @copyright Copyright (c) 2018 - 2021 Septdir Workshop. All rights reserved.
* @license GNU/GPL license: https://www.gnu.org/copyleft/gpl.html
Expand Down
2 changes: 1 addition & 1 deletion jyproextra.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* @package jYProExtra System Plugin
* @version 1.8.0
* @version 1.8.1
* @author Septdir Workshop - www.septdir.com
* @copyright Copyright (c) 2018 - 2021 Septdir Workshop. All rights reserved.
* @license GNU/GPL license: https://www.gnu.org/copyleft/gpl.html
Expand Down
4 changes: 2 additions & 2 deletions jyproextra.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<extension version="3.9" type="plugin" group="system" method="upgrade">
<name>PLG_SYSTEM_JYPROEXTRA</name>
<author>Septdir Workshop</author>
<creationDate>February 2022</creationDate>
<creationDate>August 2022</creationDate>
<copyright>Copyright (c) 2018 - 2021 Septdir Workshop. All rights reserved.</copyright>
<license>https://www.gnu.org/copyleft/gpl.html GNU/GPL</license>
<authorEmail>development@septdir.com</authorEmail>
<authorUrl>https://www.septdir.com/</authorUrl>
<version>1.8.0</version>
<version>1.8.1</version>
<description>PLG_SYSTEM_JYPROEXTRA_DESCRIPTION</description>
<scriptfile>script.php</scriptfile>
<languages folder="language">
Expand Down
2 changes: 1 addition & 1 deletion language/en-GB/en-GB.plg_system_jyproextra.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
; @package jYProExtra System Plugin
; @version 1.8.0
; @version 1.8.1
; @author Septdir Workshop - www.septdir.com
; @copyright Copyright (c) 2018 - 2021 Septdir Workshop. All rights reserved.
; @license GNU/GPL license: https://www.gnu.org/copyleft/gpl.html
Expand Down
2 changes: 1 addition & 1 deletion language/en-GB/en-GB.plg_system_jyproextra.sys.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
; @package jYProExtra System Plugin
; @version 1.8.0
; @version 1.8.1
; @author Septdir Workshop - www.septdir.com
; @copyright Copyright (c) 2018 - 2021 Septdir Workshop. All rights reserved.
; @license GNU/GPL license: https://www.gnu.org/copyleft/gpl.html
Expand Down
2 changes: 1 addition & 1 deletion language/ru-RU/ru-RU.plg_system_jyproextra.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
; @package jYProExtra System Plugin
; @version 1.8.0
; @version 1.8.1
; @author Septdir Workshop - www.septdir.com
; @copyright Copyright (c) 2018 - 2021 Septdir Workshop. All rights reserved.
; @license GNU/GPL license: https://www.gnu.org/copyleft/gpl.html
Expand Down
2 changes: 1 addition & 1 deletion language/ru-RU/ru-RU.plg_system_jyproextra.sys.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
; @package jYProExtra System Plugin
; @version 1.8.0
; @version 1.8.1
; @author Septdir Workshop - www.septdir.com
; @copyright Copyright (c) 2018 - 2021 Septdir Workshop. All rights reserved.
; @license GNU/GPL license: https://www.gnu.org/copyleft/gpl.html
Expand Down
2 changes: 1 addition & 1 deletion layouts/customizer/modal/button.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* @package jYProExtra System Plugin
* @version 1.8.0
* @version 1.8.1
* @author Septdir Workshop - www.septdir.com
* @copyright Copyright (c) 2018 - 2021 Septdir Workshop. All rights reserved.
* @license GNU/GPL license: https://www.gnu.org/copyleft/gpl.html
Expand Down
2 changes: 1 addition & 1 deletion layouts/customizer/modal/content.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* @package jYProExtra System Plugin
* @version 1.8.0
* @version 1.8.1
* @author Septdir Workshop - www.septdir.com
* @copyright Copyright (c) 2018 - 2021 Septdir Workshop. All rights reserved.
* @license GNU/GPL license: https://www.gnu.org/copyleft/gpl.html
Expand Down
2 changes: 1 addition & 1 deletion layouts/customizer/modal/style.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* @package jYProExtra System Plugin
* @version 1.8.0
* @version 1.8.1
* @author Septdir Workshop - www.septdir.com
* @copyright Copyright (c) 2018 - 2021 Septdir Workshop. All rights reserved.
* @license GNU/GPL license: https://www.gnu.org/copyleft/gpl.html
Expand Down
2 changes: 1 addition & 1 deletion layouts/donate/message.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* @package jYProExtra System Plugin
* @version 1.8.0
* @version 1.8.1
* @author Septdir Workshop - www.septdir.com
* @copyright Copyright (c) 2018 - 2021 Septdir Workshop. All rights reserved.
* @license GNU/GPL license: https://www.gnu.org/copyleft/gpl.html
Expand Down
2 changes: 1 addition & 1 deletion layouts/fields/library/export.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* @package jYProExtra System Plugin
* @version 1.8.0
* @version 1.8.1
* @author Septdir Workshop - www.septdir.com
* @copyright Copyright (c) 2018 - 2021 Septdir Workshop. All rights reserved.
* @license GNU/GPL license: https://www.gnu.org/copyleft/gpl.html
Expand Down
2 changes: 1 addition & 1 deletion layouts/fields/library/import.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* @package jYProExtra System Plugin
* @version 1.8.0
* @version 1.8.1
* @author Septdir Workshop - www.septdir.com
* @copyright Copyright (c) 2018 - 2021 Septdir Workshop. All rights reserved.
* @license GNU/GPL license: https://www.gnu.org/copyleft/gpl.html
Expand Down
2 changes: 1 addition & 1 deletion layouts/toolbar/link.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* @package jYProExtra System Plugin
* @version 1.8.0
* @version 1.8.1
* @author Septdir Workshop - www.septdir.com
* @copyright Copyright (c) 2018 - 2021 Septdir Workshop. All rights reserved.
* @license GNU/GPL license: https://www.gnu.org/copyleft/gpl.html
Expand Down
2 changes: 1 addition & 1 deletion layouts/toolbar/link/joomla3.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/*
* @package jYProExtra System Plugin
* @version 1.8.0
* @version 1.8.1
* @author Septdir Workshop - septdir.com
* @copyright Copyright (c) 2018 - 2022 Septdir Workshop. All rights reserved.
* @license GNU/GPL license: https://www.gnu.org/copyleft/gpl.html
Expand Down
2 changes: 1 addition & 1 deletion layouts/toolbar/link/joomla4.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/*
* @package jYProExtra System Plugin
* @version 1.8.0
* @version 1.8.1
* @author Septdir Workshop - septdir.com
* @copyright Copyright (c) 2018 - 2022 Septdir Workshop. All rights reserved.
* @license GNU/GPL license: https://www.gnu.org/copyleft/gpl.html
Expand Down
2 changes: 1 addition & 1 deletion layouts/toolbar/yootheme.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* @package jYProExtra System Plugin
* @version 1.8.0
* @version 1.8.1
* @author Septdir Workshop - www.septdir.com
* @copyright Copyright (c) 2018 - 2021 Septdir Workshop. All rights reserved.
* @license GNU/GPL license: https://www.gnu.org/copyleft/gpl.html
Expand Down
2 changes: 1 addition & 1 deletion media/js/customizer.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* @package jYProExtra System Plugin
* @version 1.8.0
* @version 1.8.1
* @author Septdir Workshop - www.septdir.com
* @copyright Copyright (c) 2018 - 2021 Septdir Workshop. All rights reserved.
* @license GNU/GPL license: https://www.gnu.org/copyleft/gpl.html
Expand Down
2 changes: 1 addition & 1 deletion media/js/library.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* @package jYProExtra System Plugin
* @version 1.8.0
* @version 1.8.1
* @author Septdir Workshop - www.septdir.com
* @copyright Copyright (c) 2018 - 2021 Septdir Workshop. All rights reserved.
* @license GNU/GPL license: https://www.gnu.org/copyleft/gpl.html
Expand Down
2 changes: 1 addition & 1 deletion script.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* @package jYProExtra System Plugin
* @version 1.8.0
* @version 1.8.1
* @author Septdir Workshop - www.septdir.com
* @copyright Copyright (c) 2018 - 2021 Septdir Workshop. All rights reserved.
* @license GNU/GPL license: https://www.gnu.org/copyleft/gpl.html
Expand Down
Loading

0 comments on commit a23210a

Please sign in to comment.