Skip to content

Commit

Permalink
3.0.7.8
Browse files Browse the repository at this point in the history
  • Loading branch information
exstreme committed Sep 19, 2021
1 parent faa7f0b commit 7462238
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 9 deletions.
6 changes: 3 additions & 3 deletions administrator/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ class JCommentsVersion
/** @var int Main Release Level */
var $RELEASE = '3.0';
/** @var int Sub Release Level */
var $DEV_LEVEL = '7.7.1';
var $DEV_LEVEL = '7.8';
/** @var string Development Status */
var $DEV_STATUS = '';
/** @var int Build Number */
var $BUILD = '';
/** @var string Date */
var $RELDATE = '29/04/2021';
var $RELDATE = '19/09/2021';
/** @var string Time */
var $RELTIME = '00:26';
var $RELTIME = '16:30';
/** @var string Timezone */
var $RELTZ = 'GMT+2';

Expand Down
Binary file added com_jcomments_v3.0.7.8.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion jcomments.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<authorUrl>http://www.joomlatune.ru</authorUrl>
<copyright>Copyright 2006-2018 JoomlaTune.ru All rights reserved!</copyright>
<license>http://www.gnu.org/copyleft/gpl.html GNU/GPL</license>
<version>3.0.7.7.1</version>
<version>3.0.7.8</version>
<description><![CDATA[JComments lets your users comment on content items.]]></description>

<scriptfile>script.jcomments.php</scriptfile>
Expand Down
5 changes: 4 additions & 1 deletion site/changelog.php
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,12 @@
+ adapted for joomla 4.0
+ Added "Accept terms of use" checkbox

3.7.6
3.7.7
# Countable error in template

3.7.8
+ Mysql 8 and PHP 8 Improvements

* -> Security Fix
# -> Bug Fix
$ -> Language fix or change
Expand Down
27 changes: 23 additions & 4 deletions update-jcomments.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
<description>JComments lets your users comment on content items</description>
<element>com_jcomments</element>
<type>component</type>
<version>3.0.7.7.1</version>
<version>3.0.7.8</version>
<infourl title="JComments">https://github.com/exstreme/Jcomments-Recaptcha2</infourl>
<downloads>
<downloadurl type="full" format="zip">https://github.com/exstreme/Jcomments-Recaptcha2/raw/Develop/com_jcomments_v3.0.7.7.1.zip</downloadurl>
<downloadurl type="full" format="zip">https://github.com/exstreme/Jcomments-Recaptcha2/raw/Develop/com_jcomments_v3.0.7.8.zip</downloadurl>
</downloads>
<tags>
<tag>Stable</tag>
Expand All @@ -36,6 +36,25 @@
<maintainerurl>http://www.joomlatune.ru</maintainerurl>
<section></section>
<client_id>1</client_id>
<targetplatform name="joomla" version="(3|4).[0123456789]|10"/>
</update>
<targetplatform name="joomla" version="(3).[0123456789]|10"/>
</update>
<update>
<name>JComments</name>
<description>JComments lets your users comment on content items</description>
<element>com_jcomments</element>
<type>component</type>
<version>4.0</version>
<infourl title="JComments">https://github.com/exstreme/Jcomments-4</infourl>
<downloads>
<downloadurl type="full" format="zip">https://github.com/exstreme/Jcomments-4/raw/master/com_jcomments_v4.0.zip</downloadurl>
</downloads>
<tags>
<tag>Stable</tag>
</tags>
<maintainer>exstreme</maintainer>
<maintainerurl>http://www.protectyoursite.ru</maintainerurl>
<section></section>
<client_id>1</client_id>
<targetplatform name="joomla" version="(4).[0123456789]|10"/>
</update>
</updates>

0 comments on commit 7462238

Please sign in to comment.