diff --git a/CHANGELOG.md b/CHANGELOG.md index 1356ee32db45f74dd9358bc0c194351cd5859428..d9ee157d67e9ae2c15c1cd856957a0e535a6a248 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,24 @@ Added storage [Field Video] and [Field Media] to [Varbase Core] to let developers create fields for video media types of (local), (embed) and use the [Video Browser] from [Varbase Media]. +* Issue [#2978726](http://drupal.org/node/2978726): + [Varbase Blog] Changed [Main Image] field to [Main Media] to use + [Field Media] from [Varbase Core] for images and video posts, + and use the [Media Browser] from [Varbase Media] as the default + Media browser for the [Blog Post] content type. +* Issue [#2978723](http://drupal.org/node/2978723): + [Varbase Media] Added [Media Browser] as a general image and + video browsers for the [Field media] in Varbase core. +* Issue [#2978725](http://drupal.org/node/2978725): + [Varbase Media Hero Slider] Switched to use [Media Browser] + from [Varbase Media] as the default Media browser for hero slider + content type. and removed not needed views and the custom hero + slider media browser. +* Issue [#2979168](http://drupal.org/node/2979168): + Optimized configs of responsive images for media [Size 8] and + [Edge to Edge] on (auto, standard, traditional, and square), + and Have no revision information or revision log message for + media types, and added Varbase Auto Fill Media data Behaviors. ### Added since Varbase 8.4.x: * Issue [#2974100](http://drupal.org/node/2974100): @@ -34,7 +52,7 @@ create fields for video media types of (local), (embed) and use the [Video Browser] from [Varbase Media] * Issue [#2977178](http://drupal.org/node/2977178): - Added [Paragraphs Features] module 8.1.1 + Added [Paragraphs Features] module 8.1.2 * Issue [#2977218](http://drupal.org/node/2977218): Added [Paragraphs asymmetric translation widgets] module 1.x-dev e676e68 diff --git a/composer.json b/composer.json index 75013e6d5bc79bddb80ca23478f268406e317460..7d8103cb4510aa75e2c1b3ae1babc0acb8842b78 100644 --- a/composer.json +++ b/composer.json @@ -137,7 +137,7 @@ "drupal/link_attributes": "1.3", "drupal/paragraphs": "1.3", "drupal/paragraphs_previewer": "1.2", - "drupal/paragraphs_features": "1.1", + "drupal/paragraphs_features": "1.2", "drupal/paragraphs_asymmetric_translation_widgets": "1.x-dev#e676e682fd30c123fff1e863716b6792516bb11a", "drupal/material_admin_support": "1.x-dev#96ce192c31643faf69d77aca3c68578f778be3bc", "drupal/type_style": "1.x-dev#486a8ec7c1c7dcd93790ee281c78cfa3dba90d78", diff --git a/drupal-org.make b/drupal-org.make index edc50299cf817e243f5bb86dcfbfa35e2a553bd9..94ee298460477f2b78335e05a5fd216aa151c8e5 100644 --- a/drupal-org.make +++ b/drupal-org.make @@ -283,7 +283,7 @@ projects[paragraphs_previewer][version] = 1.2 projects[paragraphs_previewer][patch][] = https://www.drupal.org/files/issues/2904917-2.patch projects[paragraphs_features][type] = module -projects[paragraphs_features][version] = 1.1 +projects[paragraphs_features][version] = 1.2 projects[paragraphs_asymmetric_translation_widgets][type] = module projects[paragraphs_asymmetric_translation_widgets][download][url] = https://git.drupal.org/project/paragraphs_asymmetric_translation_widgets.git