diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index d75f22b9d..50102b397 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.02) and Webmin (1.860) versions installed. +Please make sure that you have latest theme (19.03) and Webmin (1.860) versions installed. Provide the following information: * What is your server-side OS and its version? diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d332cdc5..82972290f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,24 +1,22 @@ ## Changelog -#### Version 19.02-patch4 (November 14, 2017) +#### Version 19.03 (November 19, 2017) +* Add ability to remove commands from history list of drop-down terminal [#828](https://github.com/qooob/authentic-theme/issues/828) +* Add pop-up authentication screen to let user reauthenticate on session expire [#892](https://github.com/qooob/authentic-theme/issues/892) +* Add to produce user-friendly message in case server can't be reached [#846](https://github.com/qooob/authentic-theme/issues/846) +* Add quick accessibility menu for products and its references [#886](https://github.com/qooob/authentic-theme/issues/886) +* Add return to System Information page after applied theme update [#882](https://github.com/qooob/authentic-theme/issues/882) * Fix to treat Webminstats/Panorama General page as progressive [#889](https://github.com/qooob/authentic-theme/issues/889) * Fix regular expression breaking links in chooser * Fix to display statistics links in navigation menu selectively [#890](https://github.com/qooob/authentic-theme/issues/890) * Fix to respect user defined units for temperatures [#887](https://github.com/qooob/authentic-theme/issues/887) * Fix to prevent failure of form submissions on Apple devices [#872](https://github.com/qooob/authentic-theme/issues/872) * Fix to clear cached logotypes after reupload [#888](https://github.com/qooob/authentic-theme/issues/888) - -#### Version 19.02-patch3 (November 11, 2017) -* Add quick accessibility menu for products and its references [#886](https://github.com/qooob/authentic-theme/issues/886) - -#### Version 19.02-patch2 (November 09, 2017) -* Add return to System Information page after applied theme update [#882](https://github.com/qooob/authentic-theme/issues/882) * Fix to respect onbeforeunload state when triggering switch [#883](https://github.com/qooob/authentic-theme/issues/883) * Fix to check _bash_ command presence for theme update script to work on FreeBSD systems - -#### Version 19.02-patch1 (November 08, 2017) * Fix to display missing tooltip for content filter and expand buttons [#880](https://github.com/qooob/authentic-theme/issues/880) * Fix to toggle accordions properly [#878/comment-341989960](https://github.com/qooob/authentic-theme/issues/878#issuecomment-341989960) +* Fixed bugs [#893](https://github.com/qooob/authentic-theme/issues/893) [#895](https://github.com/qooob/authentic-theme/issues/895) [#897](https://github.com/qooob/authentic-theme/issues/897) #### Version 19.02 (November 7, 2017) * Add to wrap long configuration pages into accordions for faster navigation diff --git a/VERSION.txt b/VERSION.txt index 55b939bec..c5e9971a8 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -19.02 +19.03 diff --git a/authentic-init.pm b/authentic-init.pm index 93d61eec0..1f49f7897 100644 --- a/authentic-init.pm +++ b/authentic-init.pm @@ -866,8 +866,8 @@ sub theme_git_version sub theme_version { my ($switch) = @_; - my $sh__ln__p___version = '19.01'; - my $sh__ln__c___version = '19.02'; + my $sh__ln__p___version = '19.02'; + my $sh__ln__c___version = '19.03'; 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 63969d48f..d4e5f5036 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.02 +version=19.03 depends=1.860 webmin=1 usermin=1 diff --git a/version b/version deleted file mode 100644 index 557af6871..000000000 --- a/version +++ /dev/null @@ -1 +0,0 @@ -19.02-git-201711141427