Skip to content

Commit

Permalink
Assign v2.6.1 and format to PSR-1/2.
Browse files Browse the repository at this point in the history
  • Loading branch information
fevangelou committed Mar 14, 2018
1 parent 7e06ff8 commit 52c9837
Show file tree
Hide file tree
Showing 8 changed files with 663 additions and 710 deletions.
20 changes: 9 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
K2 Links for JCE
=========
K2 Links for JCE (v2.6.1)
=========================

This JCE 2.6.x compatible extension allows you to quickly link any part of your content to K2 items, categories, tags and users, directly from within the WYSIWYG editor window. Once installed, whenever you create a new link using JCE's link options, you'll see available link actions specifically for K2 content.

Expand All @@ -13,17 +13,17 @@ This is a backend extension so a public demo or showcase is currently not availa
This is a JCE extension and the only basic requirements to use it are:

- JCE v2.6.x
- K2 v2.6.x or newer (preferrably v2.7.x+)
- K2 v2.7.x or newer
- Joomla v3.x

The latest version should work on all Joomla releases from version 2.5 to 3.x. Support for Joomla 1.5 is no longer available.
Support for Joomla 1.5 & 2.5 is no longer available.

### FAQ
Q. The search field in the JCE link manager does not return any K2 content
A. The search field uses the Joomla K2 Search plugin, the same one used to search the site in the front-end. This must be enabled in JCE Editor Profiles -> Plugin Parameters -> Link, in the Search section (scroll to the bottom of the page).

### LICENSE
This is a Joomla! extension co-developed by JoomlaWorks Ltd. (makers of K2) & Widget Factory Ltd. (makers of JCE) and released under the GNU/GPL v2 license.
This is a Joomla extension co-developed by JoomlaWorks Ltd. (makers of K2) & Widget Factory Ltd. (makers of JCE) and released under the GNU/GPL v2 license.

### ADDITIONAL INFO
Some helpful links:
Expand All @@ -38,14 +38,12 @@ If you want to provide feedback for this JCE extension, you may use the GitHub i
- Add a language translation file

## DOWNLOAD
You can grab the latest release here: https://github.com/getk2/k2-links-for-jce/archive/master.zip (v2.6.0)
You can grab the latest release here: https://github.com/getk2/k2-links-for-jce/archive/master.zip (v2.6.1)

## INSTALLATION

Install using the Joomla Installer!
## INSTALLATION (& UPGRADING)
Install or upgrade using the Joomla Installer.

### OLDER VERSIONS

Version 2.0.1 for JCE 2.5.x is available here - https://github.com/getk2/k2-links-for-jce/archive/2.0.x.zip

**Install using the JCE Installer!**
**(Install using the JCE Installer!)**
10 changes: 9 additions & 1 deletion administrator/language/en-GB/en-GB.plg_jce_links-k2.ini
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"
10 changes: 9 additions & 1 deletion administrator/language/en-GB/en-GB.plg_jce_links-k2.sys.ini
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"
55 changes: 27 additions & 28 deletions links-k2.xml
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>
Loading

0 comments on commit 52c9837

Please sign in to comment.