From 56c92ca68511aa0db1646847945238bdc0a8a2b7 Mon Sep 17 00:00:00 2001 From: Ilia Rostovtsev Date: Mon, 16 Oct 2017 23:54:50 +0300 Subject: [PATCH] 19.01 --- .github/ISSUE_TEMPLATE.md | 2 +- CHANGELOG.md | 31 ++++++++++++++----------------- VERSION.txt | 2 +- authentic-init.pm | 4 ++-- theme.info | 2 +- version | 1 - 6 files changed, 19 insertions(+), 23 deletions(-) delete mode 100644 version diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 09186bf7d..ca2bacbdb 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,6 +1,6 @@ Before posting an issue, please search through closed/opened issues to make sure that the answer to your questions hasn't been answered already. -Please make sure that you have latest theme (19.00) and Webmin (1.852) versions installed. +Please make sure that you have latest theme (19.01) and Webmin (1.860) versions installed. Provide the following information: * What is your server-side OS and its version? diff --git a/CHANGELOG.md b/CHANGELOG.md index 952abc008..2d161335c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,30 +1,27 @@ ## Changelog -#### Version 19.00-patch5 (October 12, 2017) +#### Version 19.01 (October 16, 2017) +* Fix to keep trailing dot at the end of the DNS records [webmin/webmin#639/comment-333394539](https://github.com/webmin/webmin/issues/639#issuecomment-333394539) +* Fix password generator to escape HTML, when passed into messenger +* Fix navigation menu to be displayed after refreshing modules [#859](https://github.com/qooob/authentic-theme/issues/859) +* Fix pie-charts to be refreshed properly on no data [#857](https://github.com/qooob/authentic-theme/issues/857) +* Fix displaying locale for different countries with the same language [#855](https://github.com/qooob/authentic-theme/issues/855) * Fix code leaks in File Manager making irrelevant tabs disappear -* Fix refreshing taking to previously used page +* Fix page reloading to take back to previously used page * Fix opening current page into new tab [#853/comment-335612375](https://github.com/qooob/authentic-theme/issues/853#issuecomment-335612375) * Fix issues with navigation menu display in certain cases [#849](https://github.com/qooob/authentic-theme/issues/849) - -#### Version 19.00-patch4 (October 11, 2017) -* Fix failproof update captions for _Side Slider_ [#853](https://github.com/qooob/authentic-theme/issues/853) +* Fix failproof display captions for _Side Slider_ [#853](https://github.com/qooob/authentic-theme/issues/853) * Fix container offset to be shown only on high resolution screens [#852](https://github.com/qooob/authentic-theme/issues/852) * Fix missing trailing slashes for directories in requests -* Fix refreshing issues [#844](https://github.com/qooob/authentic-theme/issues/844) [#848](https://github.com/qooob/authentic-theme/issues/848) [webmin/webmin#652](https://github.com/webmin/webmin/pull/652) - -#### Version 19.00-patch3 (October 10, 2017) -* Fix form-data encoding detection [#842](https://github.com/qooob/authentic-theme/issues/842) - -#### Version 19.00-patch2 (October 09, 2017) +* Fix reloading issues [#844](https://github.com/qooob/authentic-theme/issues/844) [#848](https://github.com/qooob/authentic-theme/issues/848) [webmin/webmin#652](https://github.com/webmin/webmin/pull/652) +* Fix form-data encoding detection [#842](https://github.com/qooob/authentic-theme/issues/842) [virtualmin.com/53995](https://www.virtualmin.com/node/53995) * Fix navigation menu refresh upon post commands [#851](https://github.com/qooob/authentic-theme/issues/851) -* Fix to run embeded scripts from modules consistently [#850](https://github.com/qooob/authentic-theme/issues/850) - -#### Version 19.00-patch1 (October 04, 2017) +* Fix to run embeded scripts from modules consistently [#850](https://github.com/qooob/authentic-theme/issues/850) [virtualmin.com/53811](https://www.virtualmin.com/node/53811) +* Fix missing reference error, when recollecting sysinfo [#838](https://github.com/qooob/authentic-theme/issues/838) +* Fix to display buttons on mobile view without hovering [#821](https://github.com/qooob/authentic-theme/issues/821) +* Fix to update server information after installing new packages [#856](https://github.com/qooob/authentic-theme/issues/856) * Swedish language update [#836](https://github.com/qooob/authentic-theme/issues/836) * Albanian language update [#837](https://github.com/qooob/authentic-theme/issues/837) -* Display buttons on mobile view without hovering [#821](https://github.com/qooob/authentic-theme/issues/821) -* Fix missing reference error, when recollecting sysinfo [#838](https://github.com/qooob/authentic-theme/issues/838) - #### Version 19.00 (September 30, 2017) * Single-page application design delivers you the fastest and smoothest _UX_ you've ever experienced diff --git a/VERSION.txt b/VERSION.txt index 6bf67c192..fee75e9b6 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -19.00 +19.01 diff --git a/authentic-init.pm b/authentic-init.pm index 9a9082a46..40b7a9dca 100644 --- a/authentic-init.pm +++ b/authentic-init.pm @@ -864,8 +864,8 @@ sub theme_git_version sub theme_version { my ($switch) = @_; - my $sh__ln__p___version = '18.49'; - my $sh__ln__c___version = '19.00'; + my $sh__ln__p___version = '19.00'; + my $sh__ln__c___version = '19.01'; my $sh__ln__g___version = theme_git_version('uncond'); ((!$switch && $sh__ln__g___version) && ($sh__ln__c___version = $sh__ln__g___version, ($sh__ln__c___version =~ s/\.|-|git//ig))); diff --git a/theme.info b/theme.info index c63a2b026..2052e7f7d 100644 --- a/theme.info +++ b/theme.info @@ -1,6 +1,6 @@ desc=Authentic Theme longdesc=Webmin/Usermin/Virtualmin/Cloudmin theme based on Bootstrap and Font Awesome (https://github.com/qooob/authentic-theme) -version=19.00 +version=19.01 depends=1.850 webmin=1 usermin=1 diff --git a/version b/version deleted file mode 100644 index f26319376..000000000 --- a/version +++ /dev/null @@ -1 +0,0 @@ -19.00-git-201710122135