From 3d86538a334722ba79197425309cfcd97cd2d8be Mon Sep 17 00:00:00 2001 From: Ilia Rostovtsev Date: Thu, 28 Dec 2017 16:18:07 +0300 Subject: [PATCH] 19.07 --- .github/ISSUE_TEMPLATE.md | 2 +- CHANGELOG.md | 5 ++++- VERSION.txt | 2 +- authentic-init.pm | 4 ++-- theme.info | 2 +- 5 files changed, 9 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index b632f3271..b10c58ff3 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.06) and Webmin (1.870) versions installed. +Please make sure that you have latest theme (19.07) 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 ababba4ec..570482176 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,10 @@ ## Changelog +#### Version 19.07 (December 28, 2017) +* Fixed upcoming bugs + #### Version 19.06 (December 24, 2017) -* Add progressive output for inbuilt console command [#955](https://github.com/qooob/authentic-theme/issues/955) +* Add progressive output for inbuilt command shell [#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) diff --git a/VERSION.txt b/VERSION.txt index 38de26219..587d8014f 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -19.06 +19.07 diff --git a/authentic-init.pm b/authentic-init.pm index 0df63568c..00b7268a9 100644 --- a/authentic-init.pm +++ b/authentic-init.pm @@ -932,8 +932,8 @@ sub theme_git_version sub theme_version { my ($switch) = @_; - my $sh__ln__p___version = '19.05'; - my $sh__ln__c___version = '19.06'; + my $sh__ln__p___version = '19.06'; + my $sh__ln__c___version = '19.07'; 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 4f7ac2237..1d0ad4d5e 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.06 +version=19.07 depends=1.871 webmin=1 usermin=1