From d0c672310fa4bcaff0a9ac751cae9f5310f56b3e Mon Sep 17 00:00:00 2001 From: Rajab Natshah <rajabn@gmail.com> Date: Mon, 4 Jun 2018 14:15:56 +0300 Subject: [PATCH] Issue #2977148: Update [Paragraphs] module from 8.1.2 to 8.1.3 --- composer.json | 12 ++---------- drupal-org.make | 12 ++---------- 2 files changed, 4 insertions(+), 20 deletions(-) diff --git a/composer.json b/composer.json index 3eaf7302..8da56e94 100644 --- a/composer.json +++ b/composer.json @@ -135,7 +135,7 @@ "drupal/better_exposed_filters": "3.0-alpha4", "drupal/autocomplete_deluxe": "1.0-beta1", "drupal/link_attributes": "1.3", - "drupal/paragraphs": "1.2", + "drupal/paragraphs": "1.3", "drupal/paragraphs_previewer": "1.2", "drupal/paragraphs_features": "1.0", "drupal/material_admin_support": "1.x-dev#96ce192c31643faf69d77aca3c68578f778be3bc", @@ -301,16 +301,8 @@ "https://www.drupal.org/files/issues/l10n_client-hook_toolbar-fix-2872668-3.patch" }, "drupal/paragraphs": { - "Issue #2461695: Support translatable paragraph entity reference revision field": - "https://www.drupal.org/files/issues/meta_support-2461695-222.patch", - "Issue #2868155: Add new hooks to allow easier editing of paragraph forms": - "https://www.drupal.org/files/issues/2868155-16.patch", - "Issue #2877927: Show add widget between paragraphs on hover": - "https://www.drupal.org/files/issues/2877927_29.patch", - "Issue #2909416: Hide duplicate action while translating.": - "https://www.drupal.org/files/issues/2909416-2.patch", "Issue #2924774: Let Editors add/delete/clone paragraphs When [Editing a translation]": - "https://www.drupal.org/files/issues/2924774-4.patch" + "https://www.drupal.org/files/issues/2924774-29.patch" }, "drupal/adminimal_theme": { "Issue #2696393: Checkboxes with .error class are not usable": diff --git a/drupal-org.make b/drupal-org.make index 3762ac3d..25e3e958 100644 --- a/drupal-org.make +++ b/drupal-org.make @@ -279,17 +279,9 @@ projects[link_attributes][type] = module projects[link_attributes][version] = 1.3 projects[paragraphs[type] = module -projects[paragraphs][version] = 1.2 -;; Issue #2461695: Support translatable paragraph entity reference revision field -projects[paragraphs][patch][] = https://www.drupal.org/files/issues/meta_support-2461695-222.patch -;; Issue #2868155: Add new hooks to allow easier editing of paragraph forms -projects[paragraphs][patch][] = https://www.drupal.org/files/issues/2868155-16.patch -;; Issue #2877927: Show add widget between paragraphs on hover -projects[paragraphs][patch][] = https://www.drupal.org/files/issues/2877927_29.patch -;; Issue #2909416: Hide duplicate action while translating. -projects[paragraphs][patch][] = https://www.drupal.org/files/issues/2909416-2.patch +projects[paragraphs][version] = 1.3 ;; Issue #2924774: Let Editors add/delete/clone paragraphs When [Editing a translation] -projects[paragraphs][patch][] = https://www.drupal.org/files/issues/2924774-4.patch +projects[paragraphs][patch][] = https://www.drupal.org/files/issues/2924774-29.patch projects[paragraphs_previewer][type] = module projects[paragraphs_previewer][version] = 1.2 -- GitLab