diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ead97a..4312fe8 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# v1.2.2 +## 10/28/2023 + +1. [](#new) + * Added option to load Google fonts from local folder. + * New captions on hover for portfolio images. +2. [](#improved) + * Updated translations + * Updated CSS styles + * Redefined macros for navigation and page toc plugin +3. [](#bugfix) + * Fixed sort filter error when taxonomy is empty + # v1.2.1 ## 09/28/2023 diff --git a/blueprints.yaml b/blueprints.yaml index 1e5f48c..190d7fa 100755 --- a/blueprints.yaml +++ b/blueprints.yaml @@ -1,7 +1,7 @@ name: Future 2021 slug: future2021 type: theme -version: 1.2.1 +version: 1.2.2 description: Grav Future Imperfect by HTML5 UP (Version 2021) icon: microchip author: @@ -44,6 +44,17 @@ form: 0: PLUGIN_ADMIN.DISABLED validate: type: bool + + google_fonts_local: + type: toggle + label: FUTURE.ADMIN.THEME.GOOGLE_FONTS.LOCAL + highlight: 0 + default: 0 + options: + 1: PLUGIN_ADMIN.ENABLED + 0: PLUGIN_ADMIN.DISABLED + validate: + type: bool header_section: type: fieldset