diff --git a/CHANGELOG.md b/CHANGELOG.md index ce5fa66..03d30c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,10 +5,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [6.0.1] - 2024-03-01 ### Changed - re-enable PHPUnit Symfony Deprecation notice - update codebase to be compliant PHP8.2 -- rework tests by using a custom theme "bamboo_twig" in order of overriding *.html.twig template for tests purpose +- rework tests by using a custom theme "bamboo_twig" in order of overriding \*.html.twig template for tests purpose - change Blocks rendered via bamboo_render_block do not use the block theme hook - Issue #3110310 by wengerk, rattusrattus, sahaj, interdruper, gido - fix Issue #3417105 - remove all requirements on twig/extensions - disable PHPUnit Symfony Deprecation notice since Drupal 10.2 @@ -129,7 +131,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - init module - provides some Twig extensions with some useful functions and filters that can improve development experience. -[Unreleased]: https://github.com/antistatique/drupal-bamboo-twig/compare/6.0.0...HEAD +[Unreleased]: https://github.com/antistatique/drupal-bamboo-twig/compare/6.0.1...HEAD +[6.0.1]: https://github.com/antistatique/drupal-bamboo-twig/compare/6.0.0...6.0.1 [6.0.0]: https://github.com/antistatique/drupal-bamboo-twig/compare/8.x-5.1...6.0.0 [5.1.0]: https://github.com/antistatique/drupal-bamboo-twig/compare/8.x-5.0...8.x-5.1 [5.0.0]: https://github.com/antistatique/drupal-bamboo-twig/compare/8.x-5.0-alpha...5.0.0 diff --git a/README.md b/README.md index d2a3d3e..446b7d2 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@ All the Twig features you missed until now. A Drupal powered module. -| Tests-CI | Style-CI | Downloads | Releases | -|:----------------------:|:-----------------------:|:-----------------------:|:------------------------:| -| [![Build Status](https://github.com/antistatique/drupal-bamboo-twig/actions/workflows/ci.yml/badge.svg)](https://github.com/antistatique/drupal-bamboo-twig/actions/workflows/ci.yml) | [![Code styles](https://github.com/antistatique/drupal-bamboo-twig/actions/workflows/styles.yml/badge.svg)](https://github.com/antistatique/drupal-bamboo-twig/actions/workflows/styles.yml) | [![Downloads](https://img.shields.io/badge/downloads-8.x--5.0-green.svg?style=flat-square)](https://ftp.drupal.org/files/projects/bamboo_twig-8.x-5.0.tar.gz) | [![Latest Stable Version](https://img.shields.io/badge/release-v5.0-blue.svg?style=flat-square)](https://www.drupal.org/project/bamboo_twig/releases) | +| Tests-CI | Style-CI | Downloads | Releases | +|:----------------------:|:-----------------------:|:--------------------------------------------------------------------------------------------------------------------------------------------------------:|:------------------------------------------------------------------------------------------------------------------------------------------------------:| +| [![Build Status](https://github.com/antistatique/drupal-bamboo-twig/actions/workflows/ci.yml/badge.svg)](https://github.com/antistatique/drupal-bamboo-twig/actions/workflows/ci.yml) | [![Code styles](https://github.com/antistatique/drupal-bamboo-twig/actions/workflows/styles.yml/badge.svg)](https://github.com/antistatique/drupal-bamboo-twig/actions/workflows/styles.yml) | [![Downloads](https://img.shields.io/badge/downloads-6.0.1-green.svg?style=flat-square)](https://ftp.drupal.org/files/projects/bamboo_twig-6.0.1.tar.gz) | [![Latest Stable Version](https://img.shields.io/badge/release-v6.0.1-blue.svg?style=flat-square)](https://www.drupal.org/project/bamboo_twig/releases) | The Bamboo Twig module provides some Twig extensions with some useful functions and filters aimed to improve the development experience. @@ -84,7 +84,7 @@ must upgrade to `8.x-3.x` version of **Bamboo Twig**. ## Dependencies -The Drupal 8, Drupal 9 & Drupal 10 version of Bamboo Twig requires nothing ! +The Drupal 8, Drupal 9, Drupal 10 & Drupal 11 version of Bamboo Twig requires nothing ! Feel free to use it. ## Similar modules @@ -96,8 +96,8 @@ thus reducing the need to install a bunch of extra modules. Plus, it adds a lots of functionality, ensures stability with tests, includes automated quality control and is totally open to contribution via [Github](https://github.com/antistatique/drupal-bamboo-twig) or [Drupal Issue Queue](https://www.drupal.org/project/issues/bamboo_twig). -Finally, Bamboo Twig follows all the best practices of Drupal 8 to ensure -compatibility with Drupal 9. +Finally, Bamboo Twig follows all the best practices of Drupal & Symfony to ensure +compatibility with next Drupal releases. - Only expose a set of Renderer functions & filters [Twig Tweak](https://www.drupal.org/project/twig_tweak). - Output clean Twig debug [Twig Clean Debug](https://www.drupal.org/project/twig_clean_debug). @@ -126,18 +126,6 @@ We highly recommend you to install the module using `composer`. $ composer require drupal/bamboo_twig ``` -You can also install it using the `drush` or `drupal console` cli. - -```bash -$ drush dl bamboo_twig -``` - -```bash -$ drupal module:install bamboo_twig - ``` - -Don't forget to enable the modules you need from Bamboo Twig. - ## Bamboo Twig Extensions **Internationalization**