Skip to content

Commit

Permalink
v4.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
zikkuratvk committed Nov 29, 2020
1 parent 7d25d98 commit f4f4b3f
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions jllike/helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -258,14 +258,14 @@ function loadScriptAndStyle($isCategory = 1)

JHtml::_('jquery.framework');

$doc->addScript(JURI::base() . "plugins/content/jllike/js/buttons.min.js?11");
$doc->addScript(JURI::base() . "plugins/content/jllike/js/buttons.min.js?12");

if ($this->params->get('enable_twit', 0)) {
$doc->addScript(JURI::base() . "plugins/content/jllike/js/twit.min.js");
}


$doc->addStyleSheet(JURI::base() . "plugins/content/jllike/js/buttons.min.css?11");
$doc->addStyleSheet(JURI::base() . "plugins/content/jllike/js/buttons.min.css?12");

$btn_border_radius = (int) $this->params->get('btn_border_radius', 15);
$btn_dimensions = (int) $this->params->get('btn_dimensions', 30);
Expand Down
4 changes: 2 additions & 2 deletions jllike/jllike.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<extension version="3.5.0" type="plugin" group="content" method="upgrade">
<name>JL Like</name>
<author>JoomLine</author>
<creationDate>11.02.2020</creationDate>
<creationDate>29.11.2020</creationDate>
<copyright>(C) 2012-2020 by Artem Zhukov, Arkadiy Sedelnikov and Vadim Kunicin(https://joomline.ru)</copyright>
<license>GNU/GPL: http://www.gnu.org/copyleft/gpl.html</license>
<authorEmail>sale@joomline.ru</authorEmail>
<authorUrl>https://joomline.ru</authorUrl>
<version>4.0.4</version>
<version>4.0.5</version>
<description>PLG_JLLIKE_DESC_ALL</description>
<files>
<folder>js</folder>
Expand Down
4 changes: 2 additions & 2 deletions jllike/js/buttons.js
Original file line number Diff line number Diff line change
Expand Up @@ -339,9 +339,9 @@ jQuery.noConflict();
},

getShareLink: function () {
var url = 'https://www.facebook.com/sharer/sharer.php?app_id=114545895322903&sdk=joey&u='
var url = 'https://www.facebook.com/sharer/sharer.php?u='
+ encodeURIComponent(this.linkToShare)
+ '&display=popup&ref=plugin&src=share_button';
+ '&display=popup';
//var url = 'https://www.facebook.com/sharer/sharer.php?s=100';
//url += '&p[url]=' + encodeURIComponent(this.linkToShare);
//url += '&p[title]=' + encodeURIComponent(this.title);
Expand Down
2 changes: 1 addition & 1 deletion jllike/js/buttons.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions pkg_jllike.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
<name>JL Like</name>
<packagename>jllike</packagename>
<author>JoomLine</author>
<creationDate>11.02.2020</creationDate>
<creationDate>29.11.2020</creationDate>
<copyright>(C) 2012-2020 by Artem Zhukov, Arkadiy Sedelnikov and Vadim Kunicin(https://joomline.ru)</copyright>
<license>GNU/GPL: http://www.gnu.org/copyleft/gpl.html</license>
<authorEmail>sale@joomline.ru</authorEmail>
<authorUrl>https://joomline.ru</authorUrl>
<version>4.0.4</version>
<version>4.0.5</version>
<url>https://joomline.ru</url>
<packager>JoomLine.ru</packager>
<packagerurl>https://joomline.ru</packagerurl>
Expand Down

0 comments on commit f4f4b3f

Please sign in to comment.