Skip to content

Commit 852a364

Browse files
committed
Bump LEAF version from 3.1.9 to 3.2.2
1 parent 01f738e commit 852a364

4 files changed

Lines changed: 76 additions & 14 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"variable": {
33
"LEAF_VERSION": {
4-
"default": "3.1.9"
4+
"default": "3.2.2"
55
}
66
}
77
}

docker/drupal/rootfs/var/www/drupal/composer.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@
139139
"drupal/admin_toolbar": "^3.4",
140140
"drupal/adminimal_theme": "^1.7",
141141
"drupal/advagg": "^6.0@alpha",
142+
"drupal/asset_injector": "^2.21",
142143
"drupal/auto_entitylabel": "^3.0",
143144
"drupal/backup_migrate": "^5.0",
144145
"drupal/bartik": "^1.0",
@@ -368,6 +369,9 @@
368369
]
369370
},
370371
"patches": {
372+
"drupal/linked_data_field": {
373+
"Add LINCS plugin": "patches/linked_data_field_lincs_plugin.patch"
374+
},
371375
"drupal/group_content_menu": {
372376
"group menu not visible node page": "patches/group-menu-block-on-node-page.patch"
373377
},
@@ -443,6 +447,9 @@
443447
},
444448
"drupal/token": {
445449
"token insert textarea focus - layout builder block": "patches/layout-builder-specific-token-apply-fix.patch"
450+
},
451+
"drupal/views_bulk_operations": {
452+
"translation issue - fallback check": "patches/language-translation-fix-vbo.patch"
446453
}
447454
},
448455
"drupal-core-project-message": {

docker/drupal/rootfs/var/www/drupal/composer.lock

Lines changed: 66 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docker/drupal/rootfs/var/www/drupal/config/sync/core.extension.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ module:
66
admin_toolbar: 0
77
admin_toolbar_links_access_filter: 0
88
admin_toolbar_tools: 0
9+
asset_injector: 0
910
auto_entitylabel: 0
1011
automated_cron: 0
1112
backup_migrate: 0
@@ -220,6 +221,7 @@ module:
220221
views_block_area: 0
221222
views_bulk_edit: 0
222223
views_bulk_operations: 0
224+
views_field_view: 0
223225
views_infinite_scroll: 0
224226
views_local_tasks: 0
225227
views_show_more: 0

0 commit comments

Comments
 (0)