Skip to content

Commit

Permalink
version com_jcomments_v4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
exstreme committed Oct 10, 2021
1 parent 56b7dcb commit 9ca6051
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 13 deletions.
4 changes: 2 additions & 2 deletions administrator/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ class JCommentsVersion
/** @var int Main Release Level */
var $RELEASE = '4.0';
/** @var int Sub Release Level */
var $DEV_LEVEL = '1';
var $DEV_LEVEL = '2';
/** @var string Development Status */
var $DEV_STATUS = '';
/** @var int Build Number */
var $BUILD = '';
/** @var string Date */
var $RELDATE = '30/09/2021';
var $RELDATE = '10/10/2021';

/**
* @return string Long format version
Expand Down
2 changes: 1 addition & 1 deletion administrator/views/settings/view.html.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ function display($tpl = null)


HTMLHelper::_('formbehavior.chosen', 'select:not(.jcommentscategories)');

Sidebar::setAction('index.php?option=com_jcomments&view=settings');

if (count($languages))
Expand Down
8 changes: 4 additions & 4 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" method="upgrade">
<name>JComments</name>
<creationDate>18/09/2021</creationDate>
<creationDate>10/10/2021</creationDate>
<author>smart</author>
<authorEmail>[email protected]</authorEmail>
<authorUrl>http://www.joomlatune.ru</authorUrl>
<copyright>Copyright 2006-2018 JoomlaTune.ru All rights reserved!</copyright>
<authorUrl>https://github.com/exstreme/Jcomments-4</authorUrl>
<copyright>Copyright 2006-2021 JoomlaTune.ru All rights reserved!</copyright>
<license>http://www.gnu.org/copyleft/gpl.html GNU/GPL</license>
<version>4.0.1</version>
<version>4.0.2</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 @@ -13,6 +13,10 @@
Changelog
------------

4.0.2
# see commits in Github
! Adapt assets to use with WebAssets manager

4.0.1
! First beta release
# Adapted templates
Expand Down
11 changes: 5 additions & 6 deletions update-jcomments.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,16 @@
<description>JComments lets your users comment on content items</description>
<element>com_jcomments</element>
<type>component</type>
<version>4.0.1</version>
<infourl title="JComments">https://github.com/exstreme/Jcomments-Recaptcha2</infourl>
<version>4.0.2</version>
<infourl title="JComments">https://github.com/exstreme/Jcomments-4</infourl>
<downloads>
<downloadurl type="full" format="zip">https://github.com/exstreme/Jcomments-4/raw/Develop/com_jcomments_v4.0.1.zip</downloadurl>
<downloadurl type="full" format="zip">https://github.com/exstreme/Jcomments-4/raw/Develop/com_jcomments_v4.0.2.zip</downloadurl>
</downloads>
<tags>
<tag>Stable</tag>
</tags>
<maintainer>smart</maintainer>
<maintainerurl>http://www.joomlatune.ru</maintainerurl>
<section></section>
<maintainer>exstreme and Globulopolis</maintainer>
<maintainerurl>https://github.com/exstreme/Jcomments-4</maintainerurl>
<client_id>1</client_id>
<targetplatform name="joomla" version="4.[0123456789]|10"/>
</update>
Expand Down

0 comments on commit 9ca6051

Please sign in to comment.