diff --git a/administrator/version.php b/administrator/version.php index 0f717bf5..244ff2c8 100644 --- a/administrator/version.php +++ b/administrator/version.php @@ -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 diff --git a/administrator/views/settings/view.html.php b/administrator/views/settings/view.html.php index 5d56de94..04b01e64 100644 --- a/administrator/views/settings/view.html.php +++ b/administrator/views/settings/view.html.php @@ -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)) diff --git a/jcomments.xml b/jcomments.xml index 6169d55d..409b1bf8 100644 --- a/jcomments.xml +++ b/jcomments.xml @@ -1,13 +1,13 @@ JComments - 18/09/2021 + 10/10/2021 smart smart@joomlatune.ru - http://www.joomlatune.ru - Copyright 2006-2018 JoomlaTune.ru All rights reserved! + https://github.com/exstreme/Jcomments-4 + Copyright 2006-2021 JoomlaTune.ru All rights reserved! http://www.gnu.org/copyleft/gpl.html GNU/GPL - 4.0.1 + 4.0.2 script.jcomments.php diff --git a/site/changelog.php b/site/changelog.php index 0499cf0c..6386b5a9 100644 --- a/site/changelog.php +++ b/site/changelog.php @@ -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 diff --git a/update-jcomments.xml b/update-jcomments.xml index a34f438d..a39b4b52 100644 --- a/update-jcomments.xml +++ b/update-jcomments.xml @@ -5,17 +5,16 @@ JComments lets your users comment on content items com_jcomments component - 4.0.1 - https://github.com/exstreme/Jcomments-Recaptcha2 + 4.0.2 + https://github.com/exstreme/Jcomments-4 - https://github.com/exstreme/Jcomments-4/raw/Develop/com_jcomments_v4.0.1.zip + https://github.com/exstreme/Jcomments-4/raw/Develop/com_jcomments_v4.0.2.zip Stable - smart - http://www.joomlatune.ru -
+ exstreme and Globulopolis + https://github.com/exstreme/Jcomments-4 1