Releases: pmoreno-rodriguez/grav-theme-future2021
Releases · pmoreno-rodriguez/grav-theme-future2021
V 3.4.0
V 3.3.0
02/22/2026
1. improved
- Improved TOC rendering logic and inline TOC support to avoid empty containers
- Replaced
header_var()usage with explicitpage.header.*access in theme templates - Unified default values between blueprints and Twig templates
- Updated translations and added shadow effect to box styles
V 3.2.1
02/05/2026
1. improved
- Completed Deutsch translations for blog share icon labels
2. bugfix
- Added LinkedIn share icon checkbox for item pages
V 3.2.0
02/03/2026
1. new
- Added new modular "text" template with flexible layouts (1, 2, or 3 columns) and box classes
2. improved
- Improved contact template functionality
- Enhanced banner and features templates for improved design and presentation
- Fixed logo.html.twig to allow users to disable the default logo display
- Enhanced SCSS styles for boxes, including button positioning, link styling, and other improvements
- Updated translations for new features
- Updated demo content to showcase new text template with various box styles
3. bugfix
- Fixed URL encoding issue in footer button link to properly support anchor URLs like '#'
V 3.1.0
V 3.0.0
11/13/2025
1. improved
- Improved
blog.html.twigtemplate for better featured image handling - Language translation files have been organized separately by language in the
languagesfolder for improved maintainability - Pass
featured_imageandshow_imageas parameters to blog_item partial template - Important Change: Since version 1.2.1,
featured_imageis the primary field for page images. Existing pages usingprimaryImagewill continue to work, but please update your frontmatter tofeatured_imagefor consistency.
V 2.2.3
v2.2.3
11/11/2025
1. Improved
- Downgraded Grav version dependency from 1.7.50 to 1.7.49.5
V 2.2.2
10/29/2025
1. improved
social_stylehas been added to the social icon options in the theme settings- Standardized Twig template formatting using CS fixer tool
V 2.2.1
10/23/2025
1. bugfix
* Fixed Twig template loading by adding onTwigLoader event to getSubscribedEvents
V 2.2.0
10/15/2025
1. improved
- Refactored
metadata.html.twigwith organized structure, optimized SEO metadata generation, and removed redundant conditionals - Migrated all SCSS code to modern Sass syntax (Dart Sass)
- Twig Templates: Updated output filtering practices following security best practices
- Refactored
onTwigSiteVariables()to dynamically detect active theme - Changed: Plugin dependencies are no longer automatically installed. They are now listed as recommendations in the README for manual installation and greater user control.
- Refactored: Theme configuration blueprint has been modularized into separate files (
header.yaml,footer.yaml, etc.) for improved organization and maintainability.