Skip to content

Commit

Permalink
add official support of drupal 11.x-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
WengerK committed Feb 20, 2024
1 parent 3c77d47 commit d182294
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 10 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- add `bamboo_load_entity_revision` loading of entity revision - Issue #3254160 by dibix, wengerk
- add support of optional `alt` parameter on `bamboo_render_image` - Issue #3355084 by Ranjit1032002, thatlotnextdoor, wengerk
- add Drupal GitlabCI - #3417699 #3350583
- add official support of drupal 11.x-dev

### Fixed
- fix tests template discovery using 'path' property
Expand Down
2 changes: 1 addition & 1 deletion bamboo_twig.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ name: Bamboo Twig
description: 'Several Twig extensions with some useful functions and filters that can improve development experience.'
package: Bamboo Twig
type: module
core_version_requirement: ^9.3 || ^10
core_version_requirement: ^9.3 || ^10 || ^11
2 changes: 1 addition & 1 deletion bamboo_twig_config/bamboo_twig_config.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Bamboo Twig - Config
description: 'Several "Config" Twig extensions.'
package: Bamboo Twig
type: module
core_version_requirement: ^9.3 || ^10
core_version_requirement: ^9.3 || ^10 || ^11

dependencies:
- bamboo_twig:bamboo_twig
2 changes: 1 addition & 1 deletion bamboo_twig_extensions/bamboo_twig_extensions.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Bamboo Twig - Extensions
description: 'Twig extensions (Text, Date & Array) from http://twig-extensions.readthedocs.io/en/latest/index.html.'
package: Bamboo Twig
type: module
core_version_requirement: ^9.3 || ^10
core_version_requirement: ^9.3 || ^10 || ^11

dependencies:
- bamboo_twig:bamboo_twig
2 changes: 1 addition & 1 deletion bamboo_twig_file/bamboo_twig_file.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Bamboo Twig - File
description: 'Several "File" Twig extensions.'
package: Bamboo Twig
type: module
core_version_requirement: ^9.3 || ^10
core_version_requirement: ^9.3 || ^10 || ^11

dependencies:
- bamboo_twig:bamboo_twig
2 changes: 1 addition & 1 deletion bamboo_twig_i18n/bamboo_twig_i18n.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Bamboo Twig - Internationalization
description: 'Several "i18n" Twig extensions.'
package: Bamboo Twig
type: module
core_version_requirement: ^9.3 || ^10
core_version_requirement: ^9.3 || ^10 || ^11

dependencies:
- bamboo_twig:bamboo_twig
2 changes: 1 addition & 1 deletion bamboo_twig_loader/bamboo_twig_loader.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Bamboo Twig - Loaders
description: 'Several "Loaders & Render" Twig extensions.'
package: Bamboo Twig
type: module
core_version_requirement: ^9.3 || ^10
core_version_requirement: ^9.3 || ^10 || ^11

dependencies:
- bamboo_twig:bamboo_twig
2 changes: 1 addition & 1 deletion bamboo_twig_path/bamboo_twig_path.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Bamboo Twig - Path & Url
description: 'Several "Path & Url" Twig extensions.'
package: Bamboo Twig
type: module
core_version_requirement: ^9.3 || ^10
core_version_requirement: ^9.3 || ^10 || ^11

dependencies:
- bamboo_twig:bamboo_twig
2 changes: 1 addition & 1 deletion bamboo_twig_security/bamboo_twig_security.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Bamboo Twig - Security
description: 'Several "Security" Twig extensions.'
package: Bamboo Twig
type: module
core_version_requirement: ^9.3 || ^10
core_version_requirement: ^9.3 || ^10 || ^11

dependencies:
- bamboo_twig:bamboo_twig
2 changes: 1 addition & 1 deletion bamboo_twig_token/bamboo_twig_token.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Bamboo Twig - Token
description: 'Several "Token" Twig extensions.'
package: Bamboo Twig
type: module
core_version_requirement: ^9.3 || ^10
core_version_requirement: ^9.3 || ^10 || ^11

dependencies:
- bamboo_twig:bamboo_twig
2 changes: 1 addition & 1 deletion tests/modules/bamboo_twig_test/bamboo_twig_test.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Bamboo Twig test
description: Support module for Bamboo Twig testing.
package: Testing
type: module
core_version_requirement: ^9.3 || ^10
core_version_requirement: ^9.3 || ^10 || ^11

dependencies:
- drupal:bamboo_twig

0 comments on commit d182294

Please sign in to comment.