From 0ee41ea285efa3567d98dfa6aadd13102938c6f8 Mon Sep 17 00:00:00 2001 From: Awilum Date: Mon, 7 Dec 2020 14:38:51 +0300 Subject: [PATCH] NES 1.7.0 --- .gitignore | 20 ++++++++++++++++++++ CHANGELOG.md | 7 +++++++ README.md | 6 +++--- templates/partials/base.html | 2 +- theme.yaml | 4 ++-- 5 files changed, 33 insertions(+), 6 deletions(-) create mode 100755 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100755 index 0000000..c00a8d8 --- /dev/null +++ b/.gitignore @@ -0,0 +1,20 @@ +# Global +.composer +composer.lock +package-lock.json +vendor/ +node_modules/ +dist/ + +# Flextype Site Specific +var/ + +# OS Generated +.DS_Store* +ehthumbs.db +Icon? +Thumbs.db +*.swp + +# phpstorm +.idea/* diff --git a/CHANGELOG.md b/CHANGELOG.md index 5549a52..177f238 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ + +# [1.7.0](https://github.com/flextype-themes/nes/compare/v1.6.0...v1.7.0) (2020-12-07) + +### Features + +* **core** update code base for new Flextype 0.9.12 + # [1.6.0](https://github.com/flextype-themes/nes/compare/v1.5.0...v1.6.0) (2020-08-26) diff --git a/README.md b/README.md index 70fb630..469c9bf 100755 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ![preview](preview.png)

-Version License Total downloads Flextype Discord +Version License Total downloads Flextype Discord

## Features @@ -16,7 +16,7 @@ The following dependencies need to be downloaded and installed for NES Theme. | Item | Version | Download | |---|---|---| -| [flextype](https://github.com/flextype/flextype) | 0.9.11 | [download](https://github.com/flextype/flextype/releases) | +| [flextype](https://github.com/flextype/flextype) | 0.9.12 | [download](https://github.com/flextype/flextype/releases) | | [site](https://github.com/flextype-plugins/site) | >=1.0.0 | [download](https://github.com/flextype-plugins/site/releases) | | [twig](https://github.com/flextype-plugins/twig) | >=1.0.0 | [download](https://github.com/flextype-plugins/twig/releases) | @@ -29,4 +29,4 @@ The following dependencies need to be downloaded and installed for NES Theme. ## LICENSE [The MIT License (MIT)](https://github.com/flextype-themes/nes/blob/master/LICENSE.txt) -Copyright (c) 2018-2020 [Sergey Romanenko](https://github.com/Awilum) +Copyright (c) 2021 [Sergey Romanenko](https://github.com/Awilum) diff --git a/templates/partials/base.html b/templates/partials/base.html index 8006a0c..aac1221 100644 --- a/templates/partials/base.html +++ b/templates/partials/base.html @@ -39,7 +39,7 @@