Skip to content

Commit

Permalink
Version 18.45
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilia Rostovtsev committed Apr 21, 2017
1 parent 326f365 commit 8acef71
Show file tree
Hide file tree
Showing 96 changed files with 369 additions and 357 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 README.md and closed/opened issues to make sure that the answer to your questions hasn't been answered/discussed already.

Please make sure that you have latest theme (18.40) and Webmin (1.831) versions installed.
Please make sure that you have latest theme (18.45) and Webmin (1.831) versions installed.

Provide the following information:
* What is your server-side OS and its version?
Expand Down
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
## Changelog

#### Version 18.41-beta42 (21 April, 2017)
* Added PGP signature to verify authenticity of the package
#### Version 18.45 (21 April, 2017)
* Added ability to install patched version of the theme directly from GitHub, to get early access on the new features [#707](https://github.com/qooob/authentic-theme/issues/707)
* Added PGP signature to verify authenticity of the package [860e1aa](https://github.com/qooob/authentic-theme/commit/860e1aa6cea9591efd7471c85cda540edecce6d9)
* Added console script for updating the theme [#703](https://github.com/qooob/authentic-theme/issues/703)
* Added ability to display version patch number [#676](https://github.com/qooob/authentic-theme/issues/676)
* Added error handler for saving files in background calls [#689](https://github.com/qooob/authentic-theme/issues/689)
Expand Down
2 changes: 2 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,5 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.


5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Contents
* [Changelog](https://github.com/qooob/authentic-theme/blob/master/CHANGELOG.md)
* [Download (18.40)![](https://rostovtsev.ru/pub/media/icons/download-23x14.png)](https://github.com/qooob/authentic-theme/releases/download/18.40/authentic-theme-18.40.wbt.gz)
* [Download (18.45)![](https://rostovtsev.ru/pub/media/icons/download-23x14.png)](https://github.com/qooob/authentic-theme/releases/download/18.45/authentic-theme-18.45.wbt.gz)
* [About](#about)
* [FAQ](#faq)
* [Troubleshoot](#troubleshoot)
Expand Down Expand Up @@ -55,7 +55,7 @@
### FAQ

#### PGP signature verification
After adding theme's [_public key_](https://github.com/qooob/authentic-theme/blob/master/THEME.pgp) to your keyring, you can check that the downloaded file that you want to install is original and unmodified, by verifying its signature with running `gpg --verify authentic-theme-18.40.wbt.gz-sig.asc authentic-theme-18.40.wbt.gz` command in the console.
After adding theme's [_public key_](https://github.com/qooob/authentic-theme/blob/master/THEME.pgp) to your keyring, you can check that the downloaded file that you want to install is original and unmodified, by verifying its signature with running `gpg --verify authentic-theme-18.45.wbt.gz-sig.asc authentic-theme-18.45.wbt.gz` command in the console.

#### How to update _Authentic_ Theme manually?
Theme can be easily updated manually. Please make sure that you have `git` command installed on your system. Using console, do the following:
Expand Down Expand Up @@ -137,3 +137,4 @@ Theme only re-renders this module and adds support for code highlight, when edit
### License

_Authentic_ Theme is released under the [MIT License](https://github.com/qooob/authentic-theme/blob/master/LICENSE)

1 change: 1 addition & 0 deletions THEME.pgp
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,4 @@ MMWuifl4006F5imms19cH+UBFx/fSa00ENR1spL5NFvf4E0uY9VgfvGKv7aF1DTg
f4W8
=A+Dy
-----END PGP PUBLIC KEY BLOCK-----

2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.40
18.45
6 changes: 3 additions & 3 deletions authentic-init.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Authentic Theme 18.40 (https://github.com/qooob/authentic-theme)
# Authentic Theme 18.45 (https://github.com/qooob/authentic-theme)
# Copyright 2014-2017 Ilia Rostovtsev <[email protected]>
# Licensed under MIT (https://github.com/qooob/authentic-theme/blob/master/LICENSE)
#
Expand Down Expand Up @@ -1092,8 +1092,8 @@ sub theme_git_version
sub theme_version
{
my ($switch) = @_;
my $sh__ln__p___version = '18.32';
my $sh__ln__c___version = '18.40';
my $sh__ln__p___version = '18.40';
my $sh__ln__c___version = '18.45';
my $sh__ln__g___version = theme_git_version('uncond');
( ( !$switch ) && ( $sh__ln__c___version =~ s/\.//ig ) );
( ( !$switch && $sh__ln__g___version )
Expand Down
2 changes: 1 addition & 1 deletion authentic-lib.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Authentic Theme 18.40 (https://github.com/qooob/authentic-theme)
# Authentic Theme 18.45 (https://github.com/qooob/authentic-theme)
# Copyright 2014-2017 Ilia Rostovtsev <[email protected]>
# Licensed under MIT (https://github.com/qooob/authentic-theme/blob/master/LICENSE)
#
Expand Down
2 changes: 1 addition & 1 deletion authentic.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Authentic Theme 18.40 (https://github.com/qooob/authentic-theme)
# Authentic Theme 18.45 (https://github.com/qooob/authentic-theme)
# Copyright 2014-2017 Ilia Rostovtsev <[email protected]>
# Licensed under MIT (https://github.com/qooob/authentic-theme/blob/master/LICENSE)
#
Expand Down
2 changes: 1 addition & 1 deletion buttons.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Authentic Theme 18.40 (https://github.com/qooob/authentic-theme)
# Authentic Theme 18.45 (https://github.com/qooob/authentic-theme)
# Copyright 2014-2017 Ilia Rostovtsev <[email protected]>
# Licensed under MIT (https://github.com/qooob/authentic-theme/blob/master/LICENSE)
#
Expand Down
1 change: 1 addition & 0 deletions config
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ framed=1
cs_table=feffff
cs_header=ffffff class='thead'
cs_link=376ebd

2 changes: 1 addition & 1 deletion extensions/csf/csf.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Authentic Theme 18.40 (https://github.com/qooob/authentic-theme)
* Authentic Theme 18.45 (https://github.com/qooob/authentic-theme)
* Copyright 2014-2017 Ilia Rostovtsev <[email protected]>
* Licensed under MIT (https://github.com/qooob/authentic-theme/blob/master/LICENSE)
*/
Expand Down
Loading

0 comments on commit 8acef71

Please sign in to comment.