From 5f1cb62b00d4463c9ba3d28ef97cfca33164b652 Mon Sep 17 00:00:00 2001
From: Rajab Natshah <rajabn@gmail.com>
Date: Thu, 19 Apr 2018 19:14:57 +0300
Subject: [PATCH] Issue #2962236: Updated [CKEditor Media Embed Plugin] module
 from 8.1.1 to 8.1.2

---
 composer.json   | 2 +-
 drupal-org.make | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/composer.json b/composer.json
index 7e58f7b0..1ea409b0 100644
--- a/composer.json
+++ b/composer.json
@@ -147,7 +147,7 @@
     "drupal/social_auth_facebook": "2.0-beta3",
     "drupal/social_auth_twitter": "2.0-alpha1",
     "drupal/social_auth_linkedin": "2.0-beta1",
-    "drupal/ckeditor_media_embed": "1.1",
+    "drupal/ckeditor_media_embed": "1.2",
     "drupal/styleguide": "1.0-alpha3",
     "drupal/total_control": "2.0-alpha4",
     "drupal/anchor_link": "1.6",
diff --git a/drupal-org.make b/drupal-org.make
index 8feaa60d..478702d2 100644
--- a/drupal-org.make
+++ b/drupal-org.make
@@ -330,7 +330,7 @@ projects[social_auth_linkedin][type] = module
 projects[social_auth_linkedin][version] = 2.0-beta1
 
 projects[ckeditor_media_embed][type] = module
-projects[ckeditor_media_embed][version] = 1.1
+projects[ckeditor_media_embed][version] = 1.2
 ;; Issue #2900313: Add ability to embed tweets and other rich content in WYSIWYG
 projects[ckeditor_media_embed][patch][] = https://www.drupal.org/files/issues/embed_rich_content_in_WYSIWYG-2900313-2.patch
 
-- 
GitLab