-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Assign v2.6.1 and format to PSR-1/2.
- Loading branch information
1 parent
7e06ff8
commit 52c9837
Showing
8 changed files
with
663 additions
and
710 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,10 @@ | ||
;/** | ||
; * @version 2.6.1 | ||
; * @package K2 Links for JCE | ||
; * @author JoomlaWorks http://www.joomlaworks.net | ||
; * @copyright Copyright (c) 2006 - 2018 JoomlaWorks Ltd. All rights reserved. | ||
; * @license GNU/GPL license: http://www.gnu.org/copyleft/gpl.html | ||
; */ | ||
|
||
PLG_JCE_LINKS_K2="K2 Links for JCE" | ||
PLG_JCE_LINKS_K2_XML_DESC="K2 Links plugin for JCE Link" | ||
PLG_JCE_LINKS_K2_XML_DESC="K2 Links plugin for JCE" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,10 @@ | ||
;/** | ||
; * @version 2.6.1 | ||
; * @package K2 Links for JCE | ||
; * @author JoomlaWorks http://www.joomlaworks.net | ||
; * @copyright Copyright (c) 2006 - 2018 JoomlaWorks Ltd. All rights reserved. | ||
; * @license GNU/GPL license: http://www.gnu.org/copyleft/gpl.html | ||
; */ | ||
|
||
PLG_JCE_LINKS_K2="K2 Links for JCE" | ||
PLG_JCE_LINKS_K2_XML_DESC="K2 Links plugin for JCE Link" | ||
PLG_JCE_LINKS_K2_XML_DESC="K2 Links plugin for JCE" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,30 @@ | ||
<?xml version="1.0" ?> | ||
<extension version="2.5" type="plugin" group="jce" method="upgrade"> | ||
<name>plg_jce_links_k2</name> | ||
<version>2.6.0</version> | ||
<creationDate>October 2016</creationDate> | ||
<author>JoomlaWorks</author> | ||
<authorEmail>please-use-the-contact-form@joomlaworks.net</authorEmail> | ||
<authorUrl>www.joomlaworks.net</authorUrl> | ||
<copyright>Copyright (c) 2006 - 2014 JoomlaWorks Ltd. All rights reserved.</copyright> | ||
<license>http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL</license> | ||
<description>K2 Links for JCE 2.6</description> | ||
<files folder="plugins/jce/links-k2"> | ||
<file plugin="links-k2">links-k2.php</file> | ||
<folder>k2links</folder> | ||
</files> | ||
<params group="k2links"> | ||
<param name="k2" type="list" default="1" label="Category links" description="Allows you to browse K2 categories and add a link to them or their items"> | ||
<option value="1">WF_OPTION_YES</option> | ||
<option value="0">WF_OPTION_NO</option> | ||
</param> | ||
<param name="tags" type="list" default="1" label="Tag links" description="Allows you to browse K2 tags and add a link to them or their items"> | ||
<option value="1">WF_OPTION_YES</option> | ||
<option value="0">WF_OPTION_NO</option> | ||
</param> | ||
</params> | ||
|
||
<languages folder="administrator/language/en-GB"> | ||
<language tag="en-GB">en-GB.plg_jce_links-k2.ini</language> | ||
<language tag="en-GB">en-GB.plg_jce_links-k2.sys.ini</language> | ||
</languages> | ||
<name>plg_jce_links_k2</name> | ||
<version>2.6.1</version> | ||
<creationDate>March 14th, 2018</creationDate> | ||
<author>JoomlaWorks</author> | ||
<authorEmail>please-use-the-contact-form@joomlaworks.net</authorEmail> | ||
<authorUrl>www.joomlaworks.net</authorUrl> | ||
<copyright>Copyright (c) 2006 - 2018 JoomlaWorks Ltd. All rights reserved.</copyright> | ||
<license>http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL</license> | ||
<description>K2 Links for JCE 2.6</description> | ||
<files folder="plugins/jce/links-k2"> | ||
<file plugin="links-k2">links-k2.php</file> | ||
<folder>k2links</folder> | ||
</files> | ||
<params group="k2links"> | ||
<param name="k2" type="list" default="1" label="Category links" description="Allows you to browse K2 categories and add a link to them or their items"> | ||
<option value="1">WF_OPTION_YES</option> | ||
<option value="0">WF_OPTION_NO</option> | ||
</param> | ||
<param name="tags" type="list" default="1" label="Tag links" description="Allows you to browse K2 tags and add a link to them or their items"> | ||
<option value="1">WF_OPTION_YES</option> | ||
<option value="0">WF_OPTION_NO</option> | ||
</param> | ||
</params> | ||
<languages folder="administrator/language/en-GB"> | ||
<language tag="en-GB">en-GB.plg_jce_links-k2.ini</language> | ||
<language tag="en-GB">en-GB.plg_jce_links-k2.sys.ini</language> | ||
</languages> | ||
</extension> |
Oops, something went wrong.