Skip to content

Releases: pmoreno-rodriguez/grav-theme-future2021

V 3.4.0

24 Feb 22:26

Choose a tag to compare

1. new

  • Added page index option to default template blueprint and translations

V 3.3.0

22 Feb 17:47

Choose a tag to compare

02/22/2026

1. improved

  • Improved TOC rendering logic and inline TOC support to avoid empty containers
  • Replaced header_var() usage with explicit page.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

05 Feb 22:00

Choose a tag to compare

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

03 Feb 22:28

Choose a tag to compare

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

29 Dec 20:36

Choose a tag to compare

12/29/2025

1. new

  • French translation added (thanks to em3link)

2. Improved

  • Twig same as syntax fixed for Grav 1.8 compatibility
  • Responsive breakpoint for sidebar menu updated

V 3.0.0

13 Nov 18:18

Choose a tag to compare

11/13/2025

1. improved

  • Improved blog.html.twig template for better featured image handling
  • Language translation files have been organized separately by language in the languages folder for improved maintainability
  • Pass featured_image and show_image as parameters to blog_item partial template
  • Important Change: Since version 1.2.1, featured_image is the primary field for page images. Existing pages using primaryImage will continue to work, but please update your frontmatter to featured_image for consistency.

V 2.2.3

11 Nov 16:47

Choose a tag to compare

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

29 Oct 21:15

Choose a tag to compare

10/29/2025

1. improved

  • social_style has been added to the social icon options in the theme settings
  • Standardized Twig template formatting using CS fixer tool

V 2.2.1

23 Oct 08:29

Choose a tag to compare

10/23/2025

1. bugfix
* Fixed Twig template loading by adding onTwigLoader event to getSubscribedEvents

V 2.2.0

15 Oct 19:52

Choose a tag to compare

10/15/2025

1. improved

  • Refactored metadata.html.twig with 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.