Skip to content

Commit

Permalink
4.0.8
Browse files Browse the repository at this point in the history
Joomla 5.x compatibility
  • Loading branch information
conseilgouz committed Jul 15, 2023
1 parent 90ed15b commit fe2f6e9
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
Binary file modified packages/plg_extravote_content.zip
Binary file not shown.
3 changes: 2 additions & 1 deletion packages/plg_extravote_content/extravote.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
use Joomla\CMS\Plugin\PluginHelper;
use Joomla\Registry\Registry;
use Joomla\CMS\Language\Text;
use Joomla\CMS\Uri\Uri;

class plgContentExtraVote extends CMSPlugin
{
Expand Down Expand Up @@ -98,7 +99,7 @@ protected function plgContentExtraVoteStars( $id, $rating_sum, $rating_count, $x

if(!$plgContentExtraVoteAddScript){
$wa->addInlineStyle("
var ev_basefolder = '".JURI::base(true)."';
var ev_basefolder = '".URI::base(true)."';
var extravote_text=Array('".
TEXT::_('PLG_CONTENT_EXTRAVOTE_MESSAGE_NO_AJAX')."','".
TEXT::_('PLG_CONTENT_EXTRAVOTE_MESSAGE_LOADING')."','".
Expand Down
4 changes: 2 additions & 2 deletions pkg_extravote.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
type="package" method="upgrade">
<name>ExtraVote</name>
<author>Conseilgouz</author>
<creationDate>2023/03/07</creationDate>
<creationDate>2023/07/15</creationDate>
<packagename>extravote</packagename>
<copyright>Copyright (C) 2023 Conseilgouz. All rights reserved.</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
<authorEmail>pascal.leconte@conseilgouz.com</authorEmail>
<authorUrl>https://www.conseilgouz.com</authorUrl>
<version>4.0.7</version>
<version>4.0.8</version>
<description>Extravote provides the ajax, 5 star rating feature to your Joomla Content.</description>
<files folder="packages">
<file type="plugin" id="extravote" group="content">plg_extravote_content.zip</file>
Expand Down
11 changes: 11 additions & 0 deletions pkg_extravote_changelog.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
<changelogs>
<changelog>
<element>extravote</element>
<type>package</type>
<version>4.0.8</version>
<note>
<item>Update :15/07/2023</item>
</note>
<fix>
<item>Joomla 5.x compatibility</item>
</fix>
</changelog>
<changelog>
<element>extravote</element>
<type>package</type>
Expand Down

0 comments on commit fe2f6e9

Please sign in to comment.