From 7459ad88f0680c60889a11ba255f7355651cf626 Mon Sep 17 00:00:00 2001 From: Rajab Natshah <rajabn@gmail.com> Date: Thu, 11 Apr 2019 12:55:24 +0300 Subject: [PATCH] Issue #3044555: Varbase 8.6.7: Update [CHANGELOG.md, UPDATE.md, drupal-org.make] files and filter the code for Drupal 8 Coding Standard --- CHANGELOG.md | 102 +++++++++++++++++++++++++++++++++++++++++++ README.md | 4 +- composer.json | 32 +++++++------- drupal-org-core.make | 2 +- drupal-org.make | 71 +++++++++++++++--------------- varbase.info.yml | 2 +- 6 files changed, 156 insertions(+), 57 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d4db5f70..adf5fa9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,105 @@ +# 8.6.7 + +### Highlighted important changes since Varbase 8.6.6: +* Issue [#3046616](https://www.drupal.org/node/3046616): + Switched of using [Responsive image styles] only to use + [Blazy loading with responsive image styles] for most media + view mode sizes of ( Image, Video, Remote Video) media types +Test Varbase Blog and VMI Images and Videos with Blazy +* Issue [#3043881](https://www.drupal.org/node/3043881): + Added [Varbase Update Helper] to the List of default varbase + components, which they will be installed when we + install varbase +* Issue [#3043869](https://www.drupal.org/node/3043869): + Added [Varbase Email] module to the List of default varbase + components, which it will be installed when we + install varbase. +* Issue [#3047359](https://www.drupal.org/node/3047359): + Removed enabling the [smtp] module as we have switched to + use swiftmailer ~1.0 and Varbase emailing configs switched + to [Varbase Email] module. + +### Added since Varbase 8.6.6: +* Issue [#3044573](https://www.drupal.org/node/3044573): + Added a post Message play to oEmbed iframe for Remote + Youtube and Vimeo embedded videos +* Issue [#3047120](https://www.drupal.org/node/3047120): + Added spaceless twig filter for titles of Varbase Bootstrap + Paragraphs templates. +* Issue [#3040222](https://www.drupal.org/node/3040222): + Added a default style for the [Maintenance page] in + Vartheme BS4 and VARTHEME_BS4_SUBTHEME +* Issue [#3043841](https://www.drupal.org/node/3043841): + Added theme-settings.php and [Email Logo] settings to + [Vartheme Bootstrap 4 settings] to be used with + [Varbase Email] module +* Issue [#3043826](https://www.drupal.org/node/3043826): + Added [Email Logo] settings to [Vartheme settings] to be + used with [Varbase Email] module +* Issue [#3047326](https://www.drupal.org/node/3047326): + Added support for link_attributes in menus in Vartheme BS4 +* Issue [#3024168](https://www.drupal.org/node/3024168) + by waleedq, Mohammed J. Razem: Added the + [Varbase Update Helper] module and + [update helper, checklist api] modules in the + [Varbase core] module. +* Issue [#3042113](https://www.drupal.org/node/3042113) + by waleedq, Mohammed J. Razem: Initialize the first structure + for the [Varbase Email] module +* Issue [#3044588](https://www.drupal.org/node/3044588): + Added a replace for ajaxorg/ace-builds * library in the + composer as we are using npm-asset/ace-builds ~1.0 + +### Changed since Varbase 8.6.6: +* Issue [#3046906](https://www.drupal.org/node/3046906): + Changed default entity view display for Images in the + Carousels slick settings for the new + Slick ~2.0 and Blazy ~2.0 +* Issue [#3047144](https://www.drupal.org/node/3047144): + Changed all [Glyphicon] icons to [Font Awesome] icons + in [Vartheme BS4] and clean up of old bootstrap icons +* Issue [#3041041](https://www.drupal.org/node/3041041): + Removed .justify-content-center from [Vartheme BS4] as + Justify content centre is in the Bootstrap base library + only keep the RTL one +* Issue [#3043888](https://www.drupal.org/node/3043888): + Have a better CSS utility classes for [Vartheme BS4] + on the [.hidden-anonymous] to Hide for anonymous users + and [.visible-logged-in, .visible-admin] to Show only + for admin users +* Issue [#3029389](https://www.drupal.org/node/3029389) + by Mithun S: Changed [Vartheme] to use short array as + per the coding standards + +### Updates since Varbase 8.6.6: +* Issue [#3044552](https://www.drupal.org/node/3044552): + Updated [Entity Browser] module from 8.2.0 to 8.2.1 +* Issue [#3044558](https://www.drupal.org/node/3044558): + Updated [Focal Point] module from 8.1.0-beta6 to stable 8.1.0 +* Issue [#3046874](https://www.drupal.org/node/3046874): + Updated [Blazy] module from (~1.0) to (~2.0) +* Issue [#3046885](https://www.drupal.org/node/3046885): + Updated [Slick Carousel] module from (~1.0) to (~2.0) +* Issue [#3046886](https://www.drupal.org/node/3046886): + Updated [Slick Views] module from (~1.0) to (~2.0) +* Issue [#3044086](https://www.drupal.org/node/3044086): + Updated [Paragraphs] module from 8.1.6 to 8.1.8 +* Issue [#3044122](https://www.drupal.org/node/3044122): + Updated [Search API] module from 8.1.11 to 8.1.12 (~1.0) +* Issue [#3044561](https://www.drupal.org/node/3044561): + Updated [Panels] module from 8.4.3 to 8.4.4 (~4.0) + +### Fixes since Varbase 8.x-6.6: +* Issue [#3046417](https://www.drupal.org/node/3046417) + by Firass Ziedan: Fixed Vartheme BS4 fatal error when using + paragraph two column uneven +* Issue [#3047330](https://www.drupal.org/node/3047330): + Fixed typo from .sass to .scss in comments and tips for which + variable files to work on. +* Issue [#3035473](https://www.drupal.org/node/3035473) + by stefan.korn: Fixed less file syntax for [Media Hero Slider] + + # 8.6.6 ### Highlighted important changes since Varbase 8.6.5: diff --git a/README.md b/README.md index c3775e91..58d12afe 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[](https://travis-ci.org/Vardot/varbase/builds/504091961) Varbase 8.6.6 +[](https://travis-ci.org/Vardot/varbase) Varbase 8.6.7 [](https://www.drupal.org/project/varbase) @@ -28,7 +28,7 @@ instructions. To install the most recent stable release of Varbase 8.6.x run this command: ``` -composer create-project Vardot/varbase-project:^8.6.6 PROJECT_DIR_NAME --no-dev --no-interaction +composer create-project Vardot/varbase-project:^8.6.7 PROJECT_DIR_NAME --no-dev --no-interaction ``` To install the dev version of Varbase 8.6.x run this command: diff --git a/composer.json b/composer.json index 14e9ee1c..ea029455 100644 --- a/composer.json +++ b/composer.json @@ -33,22 +33,22 @@ "drupal-composer/drupal-scaffold": "~2.0", "drupal/drupal-library-installer-plugin": "^0.3", "drupal/varbase_core": "6.x-dev", - "drupal/varbase_media": "6.x-dev", - "drupal/varbase_bootstrap_paragraphs": "6.x-dev", - "drupal/varbase_editor": "6.x-dev", - "drupal/varbase_landing": "6.x-dev", - "drupal/varbase_search": "6.x-dev", - "drupal/varbase_seo": "6.x-dev", - "drupal/varbase_heroslider_media": "6.x-dev", - "drupal/varbase_carousels": "6.x-dev", - "drupal/varbase_total_control": "6.x-dev", - "drupal/varbase_auth" : "6.x-dev", - "drupal/varbase_blog" : "6.x-dev", - "drupal/varbase_styleguide": "6.x-dev", - "drupal/varbase_email": "6.x-dev", - "drupal/vartheme": "6.x-dev", - "drupal/vartheme_bs4": "6.x-dev", - "drupal/vartheme_admin": "6.x-dev" + "drupal/varbase_media": "~6.0", + "drupal/varbase_bootstrap_paragraphs": "~6.0", + "drupal/varbase_editor": "~6.0", + "drupal/varbase_landing": "~6.0", + "drupal/varbase_search": "~6.0", + "drupal/varbase_seo": "~6.0", + "drupal/varbase_heroslider_media": "~6.0", + "drupal/varbase_carousels": "~6.0", + "drupal/varbase_total_control": "~6.0", + "drupal/varbase_auth" : "~6.0", + "drupal/varbase_blog" : "~6.0", + "drupal/varbase_styleguide": "~6.0", + "drupal/varbase_email": "~6.0", + "drupal/vartheme": "~6.0", + "drupal/vartheme_bs4": "~6.0", + "drupal/vartheme_admin": "~6.0" }, "require-dev": { "drupal/console": "~1.0", diff --git a/drupal-org-core.make b/drupal-org-core.make index 0cb9b692..249e6262 100644 --- a/drupal-org-core.make +++ b/drupal-org-core.make @@ -3,7 +3,7 @@ core = 8.x ; Drupal Core projects[drupal][type] = "core" -projects[drupal][version] = "8.6.10" +projects[drupal][version] = "8.6.14" ;; Issue #2869592: Disabled update module shouldn't produce a status report warning projects[drupal][patch][] = https://www.drupal.org/files/issues/2869592-remove-update-warning-7.patch ;; Issue #2885441: EntityReferenceAutocompleteWidget should define its size setting as an integer diff --git a/drupal-org.make b/drupal-org.make index d4cd3855..1f1cdb7a 100644 --- a/drupal-org.make +++ b/drupal-org.make @@ -33,14 +33,13 @@ projects[page_manager][patch][] = https://www.drupal.org/files/issues/2018-12-12 projects[page_manager][patch][] = https://www.drupal.org/files/issues/2019-02-23/3033057-13.patch projects[panels][type] = module -;; Issue #3031778: Change panels store -projects[panels][patch][] = https://www.drupal.org/files/issues/2019-02-21/panels_tempstore-updated-3031778-37.patch +projects[panels][version] = 4.4 projects[bootstrap_layouts][type] = module projects[bootstrap_layouts][version] = 5.1 projects[layout_builder_restrictions][type] = module -projects[layout_builder_restrictions][version] = 1.4 +projects[layout_builder_restrictions][version] = 1.5 projects[ds][type] = module projects[ds][version] = 3.3 @@ -83,13 +82,13 @@ projects[embed][type] = module projects[embed][version] = 1.0 projects[entity][type] = module -projects[entity][version] = 1.0-rc1 +projects[entity][version] = 1.0-rc2 projects[entity_clone][type] = module projects[entity_clone][version] = 1.0-beta3 projects[entity_browser][type] = module -projects[entity_browser][version] = 2.0 +projects[entity_browser][version] = 2.1 ;; Issue #2865928: The View widget should filter based on field settings. projects[entity_browser][patch][] = https://www.drupal.org/files/issues/entity-browser-view-context-2865928-14.patch ;; Issue #2877751: Inform users how many items they can add to a field that uses an entity browser. @@ -112,7 +111,7 @@ projects[media_entity_instagram][type] = module projects[media_entity_instagram][version] = 2.0-alpha2 projects[media_entity_twitter][type] = module -projects[media_entity_twitter][version] = 2.0-alpha2 +projects[media_entity_twitter][version] = 2.0-alpha3 projects[media_entity_googledocs][type] = module projects[media_entity_googledocs][version] = 4.0 @@ -121,9 +120,9 @@ projects[crop][type] = module projects[crop][version] = 2.0-rc1 projects[focal_point][type] = module -projects[focal_point][version] = 1.0-beta6 +projects[focal_point][version] = 1.0 ;; Issue #2916562: Broken image preview -projects[focal_point][patch][] = https://www.drupal.org/files/issues/2916562-16.patch +projects[focal_point][patch][] = https://www.drupal.org/files/issues/2019-03-30/2916562-39.patch projects[pathologic][type] = module projects[pathologic][version] = 1.0-alpha1 @@ -135,7 +134,7 @@ projects[ace_editor][type] = module projects[ace_editor][version] = 1.1 projects[entityqueue][type] = module -projects[entityqueue][version] = 1.0-alpha8 +projects[entityqueue][version] = 1.0-beta1 projects[entityqueue_form_widget][type] = module projects[entityqueue_form_widget][version] = 1.0-beta3 @@ -188,7 +187,7 @@ projects[revision_log_default][type] = module projects[revision_log_default][version] = 1.0 projects[webform][type] = module -projects[webform][version] = 5.1 +projects[webform][version] = 5.2 projects[webform_analysis][type] = module projects[webform_analysis][version] = 1.0-beta7 @@ -251,10 +250,10 @@ projects[autocomplete_deluxe][type] = module projects[autocomplete_deluxe][version] = 1.0-beta1 projects[link_attributes][type] = module -projects[link_attributes][version] = 1.5 +projects[link_attributes][version] = 1.6 projects[paragraphs[type] = module -projects[paragraphs][version] = 1.6 +projects[paragraphs][version] = 1.8 ;; Issue #2924774: Let Editors add/delete/clone paragraphs When [Editing a translation] projects[paragraphs][patch][] = https://www.drupal.org/files/issues/2018-06-03/2924774-29.patch @@ -285,13 +284,13 @@ projects[masonry][type] = module projects[masonry][version] = 1.0-rc2 projects[charts][type] = module -projects[charts][version] = 3.0-beta2 +projects[charts][version] = 3.0-beta3 projects[google_analytics_reports][type] = module projects[google_analytics_reports][version] = 3.0-beta2 projects[login_destination][type] = module -projects[login_destination][version] = 1.0-alpha1 +projects[login_destination][version] = 1.0-alpha2 projects[betterlogin][type] = module projects[betterlogin][version] = 1.2 @@ -300,7 +299,7 @@ projects[social_api][type] = module projects[social_api][version] = 2.0-beta5 projects[social_auth][type] = module -projects[social_auth][version] = 2.0-beta5 +projects[social_auth][version] = 2.0-beta6 projects[social_auth_google][type] = module projects[social_auth_google][version] = 2.0-beta4 @@ -325,7 +324,7 @@ projects[styleguide][type] = module projects[styleguide][version] = 1.0-alpha3 projects[pathauto][type] = module -projects[pathauto][version] = 1.3 +projects[pathauto][version] = 1.4 projects[redirect][type] = module projects[redirect][version] = 1.3 @@ -373,9 +372,7 @@ projects[recaptcha][type] = module projects[recaptcha][version] = 2.4 projects[search_api][type] = module -projects[search_api][version] = 1.11 -;; Issue #2931562: Fixed the Notice: Undefined index: total When we enable the module in the installation step. -projects[search_api][patch][] = https://www.drupal.org/files/issues/2931562-13--undefined_total_in_task_manager_batch_finish.patch +projects[search_api][version] = 1.12 projects[blazy][type] = module projects[blazy][version] = 1.0-rc4 @@ -413,7 +410,7 @@ projects[menu_admin_per_menu][type] = module projects[menu_admin_per_menu][version] = 1.0 projects[drd_agent][type] = module -projects[drd_agent][version] = 3.7 +projects[drd_agent][version] = 3.8 projects[libraries_ui][type] = module projects[libraries_ui][version] = 1.0 @@ -448,7 +445,7 @@ projects[anchor_link][type] = module projects[anchor_link][version] = 1.6 projects[entity_browser_enhanced][type] = module -projects[entity_browser_enhanced][version] = 1.0-rc3 +projects[entity_browser_enhanced][version] = 1.0-rc4 projects[vmi][type] = module projects[vmi][version] = 2.1 @@ -466,56 +463,56 @@ projects[varbase_core][type] = module projects[varbase_core][version] = 6.x-dev projects[varbase_media][type] = module -projects[varbase_media][version] = 6.x-dev +projects[varbase_media][version] = 6.5 projects[varbase_bootstrap_paragraphs][type] = module -projects[varbase_bootstrap_paragraphs][version] = 6.x-dev +projects[varbase_bootstrap_paragraphs][version] = 6.5 projects[varbase_editor][type] = module -projects[varbase_editor][version] = 6.x-dev +projects[varbase_editor][version] =6.3 projects[varbase_landing][type] = module -projects[varbase_landing][version] = 6.x-dev +projects[varbase_landing][version] = 6.1 projects[varbase_search][type] = module -projects[varbase_search][version] = 6.x-dev +projects[varbase_search][version] = 6.2 projects[varbase_seo][type] = module -projects[varbase_seo][version] = 6.x-dev +projects[varbase_seo][version] = 6.3 projects[varbase_heroslider_media][type] = module -projects[varbase_heroslider_media][version] = 6.x-dev +projects[varbase_heroslider_media][version] = 6.4 projects[varbase_carousels][type] = module -projects[varbase_carousels][version] = 6.x-dev +projects[varbase_carousels][version] = 6.2 projects[varbase_total_control][type] = module -projects[varbase_total_control][version] = 6.x-dev +projects[varbase_total_control][version] = 6.4 projects[varbase_auth][type] = module -projects[varbase_auth][version] = 6.x-dev +projects[varbase_auth][version] = 6.3 projects[varbase_blog][type] = module -projects[varbase_blog][version] = 6.x-dev +projects[varbase_blog][version] = 6.1 projects[varbase_styleguide][type] = module -projects[varbase_styleguide][version] = 6.x-dev +projects[varbase_styleguide][version] = 6.1 projects[varbase_email][type] = module -projects[varbase_email][version] = 6.x-dev +projects[varbase_email][version] = 6.0-alpha1 ;;;;;;;;;;;;;;;;;;;;; ;; Varbase public contributed themes. ;;;;;;;;;;;;;;;;;;;;; projects[vartheme][type] = theme -projects[vartheme][version] = 6.x-dev +projects[vartheme][version] = 6.5 projects[vartheme_bs4][type] = theme -projects[vartheme_bs4][version] = 6.x-dev +projects[vartheme_bs4][version] = 6.0-beta5 projects[vartheme_admin][type] = theme -projects[vartheme_admin][version] = 6.x-dev +projects[vartheme_admin][version] = 6.5 ;;;;;;;;;;;;;;;;;;;;; ;; Libraries diff --git a/varbase.info.yml b/varbase.info.yml index a3a1b3ff..76fd33fb 100755 --- a/varbase.info.yml +++ b/varbase.info.yml @@ -6,7 +6,7 @@ distribution: name: Varbase install: theme: vartheme_admin -version: 8.x-6.x-dev +version: 8.x-6.7 install: - system - action -- GitLab