Skip to content

Commit

Permalink
3.0.7.9
Browse files Browse the repository at this point in the history
  • Loading branch information
exstreme committed Nov 13, 2021
1 parent 09c04cb commit 40d0232
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 11 deletions.
9 changes: 2 additions & 7 deletions administrator/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,13 @@ class JCommentsVersion
/** @var int Main Release Level */
var $RELEASE = '3.0';
/** @var int Sub Release Level */
var $DEV_LEVEL = '7.8';
var $DEV_LEVEL = '7.9';
/** @var string Development Status */
var $DEV_STATUS = '';
/** @var int Build Number */
var $BUILD = '';
/** @var string Date */
var $RELDATE = '19/09/2021';
/** @var string Time */
var $RELTIME = '16:30';
/** @var string Timezone */
var $RELTZ = 'GMT+2';

var $RELDATE = '13/11/2021';
/**
* @return string Long format version
*/
Expand Down
Binary file added com_jcomments_v3.0.7.9.zip
Binary file not shown.
4 changes: 2 additions & 2 deletions jcomments.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<extension type="component" version="2.5" method="upgrade">
<name>JComments</name>
<creationDate>15/08/2018</creationDate>
<creationDate>13/11/2021</creationDate>
<author>smart</author>
<authorEmail>smart@joomlatune.ru</authorEmail>
<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.8</version>
<version>3.0.7.9</version>
<description><![CDATA[JComments lets your users comment on content items.]]></description>

<scriptfile>script.jcomments.php</scriptfile>
Expand Down
4 changes: 4 additions & 0 deletions site/changelog.php
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,10 @@
3.7.8
+ Mysql 8 and PHP 8 Improvements

3.7.9
# fix smilies
# fix bb codes

* -> Security Fix
# -> Bug Fix
$ -> Language fix or change
Expand Down
4 changes: 2 additions & 2 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.8</version>
<version>3.0.7.9</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.8.zip</downloadurl>
<downloadurl type="full" format="zip">https://github.com/exstreme/Jcomments-Recaptcha2/raw/Develop/com_jcomments_v3.0.7.9.zip</downloadurl>
</downloads>
<tags>
<tag>Stable</tag>
Expand Down

0 comments on commit 40d0232

Please sign in to comment.