Skip to content

Commit

Permalink
19.08
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilia Rostovtsev committed Jan 8, 2018
1 parent 28e0bed commit 462c3cb
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -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?
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
19.07
19.08
4 changes: 2 additions & 2 deletions authentic-init.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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)));
Expand Down
4 changes: 2 additions & 2 deletions theme.info
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 462c3cb

Please sign in to comment.