Skip to content

Commit

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

0 comments on commit 3d86538

Please sign in to comment.