From b0f8288afca63c095315e178b2176308779343a3 Mon Sep 17 00:00:00 2001 From: Rajab Natshah <r.natshah@vardot.com> Date: Thu, 20 Oct 2016 21:17:39 +0300 Subject: [PATCH] Issue #2820894: Updated [ Varbase 8.x-4.x ] profile: Updated [entity_embed] module from 8.x-1.0-beta1 to 8.x-1.0-beta2 --- composer.json | 2 +- drupal-org.make | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 09db3fd7..9f80578f 100644 --- a/composer.json +++ b/composer.json @@ -113,7 +113,7 @@ "drupal/embed": "8.1.0-rc3", "drupal/entity": "8.1.0-alpha3", "drupal/entity_browser": "8.1.0-alpha9", - "drupal/entity_embed": "8.1.0-beta1", + "drupal/entity_embed": "8.1.0-beta2", "drupal/inline_entity_form": "8.1.0-alpha6", "drupal/media_entity": "8.1.5", "drupal/media_entity_document": "8.1.1", diff --git a/drupal-org.make b/drupal-org.make index 05f23124..9a1e8f1c 100644 --- a/drupal-org.make +++ b/drupal-org.make @@ -149,7 +149,7 @@ projects[entity_embed][type] = module projects[entity_embed][subdir] = "contrib" projects[entity_embed][download][type] = git projects[entity_embed][download][url] = https://git.drupal.org/project/entity_embed -projects[entity_embed][download][tag] = 8.x-1.0-beta1 +projects[entity_embed][download][tag] = 8.x-1.0-beta2 projects[inline_entity_form][type] = module projects[inline_entity_form][subdir] = "contrib" -- GitLab