Skip to content

Commit

Permalink
Merge pull request #6 from Didldu-Florian/master
Browse files Browse the repository at this point in the history
v1.0.0.4
  • Loading branch information
HRIT-Florian committed Sep 26, 2018
2 parents 14497ec + d6e1d1e commit 49a44dd
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ Joomla 3.x +
PHP 5.6.13 or newer is recommended.

# DD_ Namespace
DD_ stands for **D**idl**d**u e.K. | HR IT-Solutions (Brand recognition) <br>
DD_ stands for HR-IT-Solutions GmbH a.k.a **D**idl**d**u (Brand recognition) <br>
It is a namespace prefix, provided to avoid element name conflicts.

<br>
Author: HR IT-Solutions Florian Häusler https://www.hr-it-solution.com <br>
Copyright: (C) 2017 - 2017 Didldu e.K. | HR IT-Solutions <br>
Author: HR-IT-Solutions GmbH Florian Häusler https://www.hr-it-solution.com <br>
Copyright: (C) 2017 - 2018 HR-IT-Solutions GmbH <br>
http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
4 changes: 2 additions & 2 deletions dd_disable_jquery.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
/**
* @package DD_Disable_JQuery
*
* @author HR IT-Solutions Florian Häusler <info@hr-it-solutions.com>
* @copyright Copyright (C) 2017 - 2017 Didldu e.K. | HR IT-Solutions
* @author HR-IT-Solutions Florian Häusler <info@hr-it-solutions.com>
* @copyright Copyright (C) 2017 - 2018 HR-IT-Solutions GmbH
* @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
**/

Expand Down
6 changes: 3 additions & 3 deletions dd_disable_jquery.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<extension version="3.1.1" type="plugin" group="system" method="upgrade">
<name>PLG_SYSTEM_DD_DISABLE_JQUERY</name>
<version>1.0.0.3</version>
<version>1.0.0.4</version>
<creationDate>01.09.2017</creationDate>
<author>HR IT-Solutions Florian Häusler</author>
<author>HR-IT-Solutions Florian Häusler</author>
<authorEmail>info@hr-it-solutions.com</authorEmail>
<authorUrl>https://www.hr-it-solutions.com</authorUrl>
<copyright>Copyright (C) 2017 - 2017 Didldu e.K. | HR IT-Solutions</copyright>
<copyright>Copyright (C) 2017 - 2018 HR-IT-Solutions GmbH </copyright>
<license>GNU/GPLv2 only</license>
<description>PLG_SYSTEM_DD_DISABLE_JQUERY_XML_DESCRIPTION</description>
<files>
Expand Down
8 changes: 4 additions & 4 deletions language/en-GB/en-GB.plg_system_dd_disable_jquery.sys.ini
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
; @package DD_Disable_JQuery
;
; @author HR IT-Solutions Florian Häusler <info@hr-it-solutions.com>
; @copyright Copyright (C) 2017 - 2017 Didldu e.K. | HR IT-Solutions
; @author HR-IT-Solutions Florian Häusler <info@hr-it-solutions.com>
; @copyright Copyright (C) 2017 - 2018 HR-IT-Solutions GmbH
; @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only

PLG_SYSTEM_DD_DISABLE_JQUERY="System - DD Disable jQuery"
PLG_SYSTEM_DD_DISABLE_JQUERY_XML_DESCRIPTION="System plugin to disable jQuery from the front end."

PLG_SYSTEM_DD_DISABLE_JQUERY_UNSET_JQUERYLIB_LABEL="Unset jQuery librarie"
PLG_SYSTEM_DD_DISABLE_JQUERY_UNSET_JQUERYLIB_DESC="Note: If you do not unset, the main jquery librarie will be loaded!"
PLG_SYSTEM_DD_DISABLE_JQUERY_UNSET_JQUERYLIB_LABEL="Unset jQuery library"
PLG_SYSTEM_DD_DISABLE_JQUERY_UNSET_JQUERYLIB_DESC="Note: If you do not unset, the main jQuery library will be loaded!"
PLG_SYSTEM_DD_DISABLE_JQUERY_UNSET_NOCONFLICT_LABEL="Unset jQuery noconflict"
PLG_SYSTEM_DD_DISABLE_JQUERY_UNSET_NOCONFLICT_DESC="Note: If you do not unset, the jquery-noconflict script will be loaded!"
PLG_SYSTEM_DD_DISABLE_JQUERY_UNSET_MIGRATE_LABEL="Unset jQuery migrate"
Expand Down

0 comments on commit 49a44dd

Please sign in to comment.