Skip to content

Commit

Permalink
19.06
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilia Rostovtsev committed Dec 24, 2017
1 parent 337f945 commit 525abee
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 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.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?
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
19.05
19.06
4 changes: 2 additions & 2 deletions authentic-init.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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)));
Expand Down
2 changes: 1 addition & 1 deletion 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.05
version=19.06
depends=1.871
webmin=1
usermin=1

0 comments on commit 525abee

Please sign in to comment.