Skip to content

Commit

Permalink
Merge pull request #10 from cwrc/leaf-3.0.13_update
Browse files Browse the repository at this point in the history
Bump LEAF version to 3.0.13 from 3.0.12
  • Loading branch information
jefferya authored Nov 15, 2024
2 parents ce4b652 + 403380d commit 4e3a10a
Show file tree
Hide file tree
Showing 4 changed files with 62 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ variable "REPOSITORY" {
# Not the one displayed on DockerHub.
# Variable names with '_TAG' and '_REPOSITORY' fail with docker/bake-action
variable "LEAF_VERSION" {
default = "3.0.12"
default = "3.0.13"
}
variable "LEAF_REGISTRY" {
default = "registry.gitlab.com/calincs/cwrc/leaf/leaf-base-i8"
Expand Down
7 changes: 6 additions & 1 deletion docker/drupal/rootfs/var/www/drupal/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@
"drupal/field_group": "*",
"drupal/field_hidden": "^2.1",
"drupal/field_permissions": "*",
"drupal/file_extractor": "^4.1",
"drupal/filefield_paths": "1.x-dev",
"drupal/fixed_block_content": "^1.1",
"drupal/fontawesome": "^2.17",
Expand Down Expand Up @@ -398,7 +399,8 @@
"Parent menu exist check D10.2": "patches/core/parent_menu_exist.patch",
"PO file import error": "https://www.drupal.org/files/issues/2021-12-19/2449895_92.patch",
"Default value of selected options not working": "https://www.drupal.org/files/issues/2023-11-02/5220.patch",
"RuntimeException: Adding non-existent permissions to a role is not allowed": "https://www.drupal.org/files/issues/2024-06-03/3358586-36.patch"
"RuntimeException: Adding non-existent permissions to a role is not allowed": "https://www.drupal.org/files/issues/2024-06-03/3358586-36.patch",
"User can't reference unpublished content": "https://www.drupal.org/files/issues/2024-04-16/2845144-95.patch"
},
"drupal/quickedit": {
"Uncaught TypeError: _.where & _.pluck is not a function": "https://www.drupal.org/files/issues/2023-12-27/type-error-where-pluck-not-a-function-3410956-3.patch"
Expand All @@ -424,6 +426,9 @@
},
"drupal/profile": {
"Make Profiles Translatable": "https://www.drupal.org/files/issues/2021-02-10/2899744-40.patch"
},
"drupal/better_exposed_filters": {
"Enable changing sort_bef_combine parameter key": "https://www.drupal.org/files/issues/2023-05-12/enable_changing_sort_combine_key-3359254-6.patch"
}
},
"drupal-core-project-message": {
Expand Down
55 changes: 54 additions & 1 deletion docker/drupal/rootfs/var/www/drupal/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ module:
field_ui: 0
file: 0
file_download_link: 0
file_extractor: 0
file_replace: 0
filefield_paths: 0
filehash: 0
Expand Down

0 comments on commit 4e3a10a

Please sign in to comment.