From 525abeee72069986ce7e1d3ac083e82c4bd84856 Mon Sep 17 00:00:00 2001 From: Ilia Rostovtsev Date: Sun, 24 Dec 2017 21:33:08 +0300 Subject: [PATCH] 19.06 --- .github/ISSUE_TEMPLATE.md | 2 +- CHANGELOG.md | 6 ++++++ VERSION.txt | 2 +- authentic-init.pm | 4 ++-- theme.info | 2 +- 5 files changed, 11 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index ac794e684..b632f3271 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.05) and Webmin (1.870) versions installed. +Please make sure that you have latest theme (19.06) and Webmin (1.870) versions installed. Provide the following information: * What is your server-side OS and its version? diff --git a/CHANGELOG.md b/CHANGELOG.md index b96d194db..ababba4ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ ## Changelog +#### Version 19.06 (December 24, 2017) +* Add progressive output for inbuilt console command [#955](https://github.com/qooob/authentic-theme/issues/955) +* Fix to query real-time monitoring only on active window [#960](https://github.com/qooob/authentic-theme/issues/960) +* Fix file downloads; display download progress +* Fixed bugs [#959](https://github.com/qooob/authentic-theme/issues/959) + #### Version 19.05 (December 20, 2017) * Add continuous mode for top loader [#913](https://github.com/qooob/authentic-theme/issues/913) * Add complete support for Servers Index module diff --git a/VERSION.txt b/VERSION.txt index 7661a4592..38de26219 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -19.05 +19.06 diff --git a/authentic-init.pm b/authentic-init.pm index caa928d41..223ff5b56 100644 --- a/authentic-init.pm +++ b/authentic-init.pm @@ -930,8 +930,8 @@ sub theme_git_version sub theme_version { my ($switch) = @_; - my $sh__ln__p___version = '19.04'; - my $sh__ln__c___version = '19.05'; + my $sh__ln__p___version = '19.05'; + my $sh__ln__c___version = '19.06'; 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 810026b5a..4f7ac2237 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.05 +version=19.06 depends=1.871 webmin=1 usermin=1