From e0d739b92e4578f38e6e990723d165d6e21775ea Mon Sep 17 00:00:00 2001
From: Rajab Natshah <rajabn@gmail.com>
Date: Mon, 7 Oct 2019 15:54:02 +0300
Subject: [PATCH] Issue #3085104: Varbase 8.7.2: Update [CHANGELOG.md,
 README.md, drupal-org.make] files and filter the code for Drupal 8 Coding
 Standard

---
 CHANGELOG.md    | 12 ++++++++++--
 README.md       |  2 +-
 drupal-org.make |  6 +++---
 3 files changed, 14 insertions(+), 6 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 89aa058c..06634aca 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -39,10 +39,18 @@ breakpoints
                  module with vbp_color and vbp_colors mixins
 * Issue [#3085141](https://www.drupal.org/node/3085141)
                  by [Muath Khraisat](https://www.drupal.org/u/muath-khraisat)
-                : Added the 3059241-4.patch for [Views Bootstrap] module to fix
-                 missing col-lg and col-xl in bootstrap grid format settings
+                : Added the 3049311-9.patch for [Views Bootstrap] module to fix
+                missing col-lg and col-xl in bootstrap grid format settings
+                and grids should not be split into multiple rows
 
 ### Changed since Varbase 8.x-7.1:
+* Issue [#3086223](https://www.drupal.org/node/3086223):
+                 Changed [Varbase Blog] views for blog listing to work with
+                 the better logic for Bootstrap 4
+* Issue [#3086262](https://www.drupal.org/node/3086262):
+                 Changed [Vartheme BS4] theme hook to work with
+                 [Views Bootstrap] ~4.0 grid new better logic and template
+                 for Bootstrap 
 * Issue [#3076272](https://www.drupal.org/node/3076272)
                  by [metalbote](https://www.drupal.org/u/metalbote)
                 , [RajabNatshah](https://www.drupal.org/u/rajabnatshah)
diff --git a/README.md b/README.md
index 633893d7..84387bd3 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-[![Build Status](https://travis-ci.org/Vardot/varbase.svg?branch=8.x-7.2)](https://travis-ci.org/Vardot/varbase/builds/594196610) Varbase 8.7.2
+[![Build Status](https://travis-ci.org/Vardot/varbase.svg?branch=8.x-7.2)](https://travis-ci.org/Vardot/varbase/builds/594284981) Varbase 8.7.2
 
 [![](https://www.drupal.org/files/styles/grid-3/public/project-images/Medium-Logo%20Color%20with%20padding.png)](https://www.drupal.org/project/varbase)
 
diff --git a/drupal-org.make b/drupal-org.make
index 7f5c0d75..edd30b35 100644
--- a/drupal-org.make
+++ b/drupal-org.make
@@ -351,7 +351,7 @@ projects[schema_metatag][type] = module
 projects[schema_metatag][version] = 1.4
 
 projects[simple_sitemap][type] = module
-projects[simple_sitemap][version] = 3.3
+projects[simple_sitemap][version] = 3.4
 
 projects[google_analytics][type] = module
 projects[google_analytics][version] = 2.4 
@@ -528,7 +528,7 @@ projects[varbase_carousels][type] = module
 projects[varbase_carousels][version] = 7.1
 
 projects[varbase_blog][type] = module
-projects[varbase_blog][version] = 7.1
+projects[varbase_blog][version] = 7.2
 
 projects[varbase_search][type] = module
 projects[varbase_search][version] = 6.3
@@ -556,7 +556,7 @@ projects[vartheme][type] = theme
 projects[vartheme][version] = 6.6
 
 projects[vartheme_bs4][type] = theme
-projects[vartheme_bs4][version] = 6.0
+projects[vartheme_bs4][version] = 6.1
 
 projects[vartheme_admin][type] = theme
 projects[vartheme_admin][version] = 6.7
-- 
GitLab