Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump drupal/entity_reference_hierarchy from 1.0.0-beta3 to 1.0.0-beta4 #16537

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,6 @@
"3112577 - Cloning child references to nodes has potential to cause memory resource issues": "https://www.drupal.org/files/issues/2020-02-10/entity_clone-child-node-system-drain-3112577-1.patch"
},
"drupal/entity_reference_hierarchy": {
"3346631 - D10 compatbility": "https://www.drupal.org/files/issues/2023-08-17/3346631-entity-referency-hierarchy-d10-compatibility-12.patch",
"3219011 - reference fields are shown twice when ERwH is installed": "https://www.drupal.org/files/issues/2023-08-22/3219011-ERwH-removes-preconfigured-fields-06.patch"
},
"drupal/entity_reference_revisions": {
Expand Down
22 changes: 9 additions & 13 deletions composer.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "cb8fda1d112e05be8fece3fbc7c46e03",
"content-hash": "64e595873f42dc18baa9eeaaa378e1b1",
"packages": [
{
"name": "asm89/stack-cors",
Expand Down Expand Up @@ -2249,10 +2249,6 @@
"name": "jsacksick",
"homepage": "https://www.drupal.org/user/972218"
},
{
"name": "mglaman",
"homepage": "https://www.drupal.org/user/2416470"
},
{
"name": "rszrama",
"homepage": "https://www.drupal.org/user/49344"
Expand Down Expand Up @@ -5448,20 +5444,20 @@
},
{
"name": "drupal/entity_reference_hierarchy",
"version": "1.0.0-beta3",
"version": "1.0.0-beta4",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/entity_reference_hierarchy.git",
"reference": "1.0.0-beta3"
"reference": "1.0.0-beta4"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/entity_reference_hierarchy-1.0.0-beta3.zip",
"reference": "1.0.0-beta3",
"shasum": "a53423e364ee96a94af5328d9dfd4cd358c63f62"
"url": "https://ftp.drupal.org/files/projects/entity_reference_hierarchy-1.0.0-beta4.zip",
"reference": "1.0.0-beta4",
"shasum": "4159c2b83b23ded933a669c3551e39d6819d9084"
},
"require": {
"drupal/core": "^9"
"drupal/core": "^9 || ^10"
},
"require-dev": {
"drupal/entity_reference_hierarchy_revisions": "*",
Expand All @@ -5477,8 +5473,8 @@
"type": "drupal-module",
"extra": {
"drupal": {
"version": "1.0.0-beta3",
"datestamp": "1621678352",
"version": "1.0.0-beta4",
"datestamp": "1703062848",
"security-coverage": {
"status": "not-covered",
"message": "Beta releases are not covered by Drupal security advisories."
Expand Down
Loading