diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index b10c58ff3..4eaac7a2c 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.07) and Webmin (1.870) versions installed. +Please make sure that you have latest theme (19.08) 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 570482176..c687cd071 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ ## Changelog +#### Version 19.08 (January 08, 2018) +* Add drag and drop file uploads to File Manager [#979](https://github.com/qooob/authentic-theme/issues/979#issuecomment-355857544) +* Fix not to log XHR requests [webmin/webmin#740](https://github.com/webmin/webmin/issues/740) +* Fix HTML editor mode for mail [#977](https://github.com/qooob/authentic-theme/issues/977) +* Fix navigation menu and product switch to be set correctly in different modes +* Fix HTML editor's controls for night mode +* Fixed bugs [#970](https://github.com/qooob/authentic-theme/issues/970) [#971](https://github.com/qooob/authentic-theme/issues/971) [#976](https://github.com/qooob/authentic-theme/issues/976) [virtualmin.com/54918](https://www.virtualmin.com/node/54918) + #### Version 19.07 (December 28, 2017) * Fixed upcoming bugs diff --git a/VERSION.txt b/VERSION.txt index 587d8014f..60f48c4cb 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -19.07 +19.08 diff --git a/authentic-init.pm b/authentic-init.pm index 9fda5c512..d669f12ce 100644 --- a/authentic-init.pm +++ b/authentic-init.pm @@ -942,8 +942,8 @@ sub theme_git_version sub theme_version { my ($switch) = @_; - my $sh__ln__p___version = '19.06'; - my $sh__ln__c___version = '19.07'; + my $sh__ln__p___version = '19.07'; + my $sh__ln__c___version = '19.08'; 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 1d0ad4d5e..d7f536749 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.07 -depends=1.871 +version=19.08 +depends=1.870 webmin=1 usermin=1