mirror of
https://github.com/pmoreno-rodriguez/grav-theme-future2021.git
synced 2025-06-07 20:08:54 +00:00
Prepare to version 1.0.4
This commit is contained in:
parent
006508abaa
commit
b563c96b63
2 changed files with 20 additions and 14 deletions
24
CHANGELOG.md
24
CHANGELOG.md
|
@ -1,39 +1,45 @@
|
||||||
# v1.0.4
|
# v1.0.4
|
||||||
## 02/16/2023
|
## 02/28/2023
|
||||||
|
|
||||||
1. [](#bugfix)
|
1. [](#bugfix)
|
||||||
* Fixed Spanish translation for custom menu items.
|
* Fixed Spanish translation for custom menu items.
|
||||||
|
* Fixed support for the twig-extensions plugin in blog posts.
|
||||||
|
* Fixed issues with login [#27](https://github.com/pmoreno-rodriguez/grav-theme-future2021/issues/27)
|
||||||
2. [](#improved)
|
2. [](#improved)
|
||||||
* Updated translations.
|
* Updated translations.
|
||||||
* Updated css styles.
|
* Updated css styles.
|
||||||
* Optimized js for sidebar menu.
|
* Optimized js loading for sidebar menu.
|
||||||
2. [](#new)
|
* Improved loading of FontAwesome styles with the `preload` option
|
||||||
|
* Improved `aria-label` attribute in all templates
|
||||||
|
3. [](#new)
|
||||||
* New styles for login forms.
|
* New styles for login forms.
|
||||||
* New option to show icons in the top menu.
|
* New option to show icons in the top menu.
|
||||||
* Added option on blog posts to choose to share on social media.
|
* Added option on blog posts to choose to share on social media. (thanks to [b.da](https://discourse.getgrav.org/u/b.da))
|
||||||
* Added body classes to default template.
|
* Added body classes to default template.
|
||||||
* Added option to show custom menu items.
|
* Added option to show custom menu items.
|
||||||
* New options in portofolio template.
|
* New options in portofolio template.
|
||||||
* Added OpenGraph metadata
|
* Added OpenGraph metadata
|
||||||
|
* Added `decoding=async` option for all images.
|
||||||
|
* Added quick README instructions for configuring Future2021
|
||||||
# v1.0.3
|
# v1.0.3
|
||||||
## 02/08/2023
|
## 02/08/2023
|
||||||
|
|
||||||
1. [](#bugfix)
|
1. [](#bugfix)
|
||||||
* Fixed logo display when only mobile logo is chosen.
|
* Fixed logo display when only mobile logo is chosen.
|
||||||
* Fixed bug in simplesearch item (added `striptags` filter in page.summary).
|
* Fixed bug in simplesearch item (added `striptags` filter in page.summary)[#26](https://github.com/pmoreno-rodriguez/grav-theme-future2021/issues/26).
|
||||||
* Fixed demo content removing .es prefix.
|
* Fixed demo content removing .es prefix [#1](https://github.com/pmoreno-rodriguez/grav-theme-future2021/issues/1).
|
||||||
* Fixed search results image with `|raw` filter.
|
* Fixed search results image with `|raw` filter.
|
||||||
* Fixed display of svg in search results.
|
* Fixed display of svg in search results.
|
||||||
2. [](#improved)
|
2. [](#improved)
|
||||||
* Autoformatted some twigs (thanks @pikim).
|
* Autoformatted some twigs (thanks to [@pikim](https://github.com/pikim)).
|
||||||
* Improved the definition of variables in twig templates.
|
* Improved the definition of variables in twig templates.
|
||||||
* Minimal options in future2021.yaml file.
|
* Minimal options in future2021.yaml file.
|
||||||
* Added German translation (thanks @pikim).
|
* Added German translation (thanks to [@pikim](https://github.com/pikim)).
|
||||||
* Renamed custom.css to misc.css.
|
* Renamed custom.css to misc.css.
|
||||||
* Update author and avatar variables in blog.
|
* Update author and avatar variables in blog.
|
||||||
3. [](#new)
|
3. [](#new)
|
||||||
* Added filter by URI on results page by taxonomy.
|
* Added filter by URI on results page by taxonomy.
|
||||||
* Added support for translate-date (thanks @pikim) and twig-extensions plugins.
|
* Added support for translate-date (thanks to [@pikim](https://github.com/pikim)) and twig-extensions plugins.
|
||||||
* Allow disabling sidebar in all pages.
|
* Allow disabling sidebar in all pages.
|
||||||
* Added support to Login Form
|
* Added support to Login Form
|
||||||
# v1.0.2
|
# v1.0.2
|
||||||
|
|
10
README.md
10
README.md
|
@ -33,12 +33,12 @@ Redesigned from scratch (version 2021)
|
||||||
* Error view template `error.md`
|
* Error view template `error.md`
|
||||||
* Blog view template `blog.md`
|
* Blog view template `blog.md`
|
||||||
* Blog item view template `item.md`
|
* Blog item view template `item.md`
|
||||||
* Portfolio page template
|
* Portfolio view template
|
||||||
* Form page template `form.md`
|
* Form view template `form.md`
|
||||||
* Modular view templates: `modular.md`
|
* Modular view templates: `modular.md`
|
||||||
- Features Modular page template `features.md`
|
- Features Modular view template `features.md`
|
||||||
- Banner Modular page template `banner.md`
|
- Banner Modular view template `banner.md`
|
||||||
- Contact Modular page template `contact.md`
|
- Contact Modular view template `contact.md`
|
||||||
|
|
||||||
# Installation
|
# Installation
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue