Skip to content
Snippets Groups Projects
Commit 0d2fd393 authored by Rajab Natshah's avatar Rajab Natshah
Browse files

Issue #3052690: Varbase 8.6.9: Update [CHANGELOG.md, README.md,...

Issue #3052690: Varbase 8.6.9: Update [CHANGELOG.md, README.md, drupal-org.make] files and filter the code for Drupal 8 Coding Standard
parent 30de145e
No related branches found
No related tags found
No related merge requests found
# 8.6.9
### Highlighted important changes since Varbase 8.6.8:
* Issue [#3052218](https://www.drupal.org/node/3052218):
Updated [Drupal core] from ~8.6.0 to ~8.7.0
* Issue [#3051422](https://www.drupal.org/node/3051422):
Have Vartheme BS4 as the default theme for Varbase and
disable Vartheme
* Issue [#3052293](https://www.drupal.org/node/3052293):
Changed and shifted Varbase Media responsive image styles
to work with the mapping of Bootstrap 3 breakpoints into
Bootstrap 4 breakpoints.
This update works for any theme, whether you are using Bootstrap 3,
Bootstrap 4, or any theme. It adds new breakpoints provided from Varbase
Media module (based on Bootstrap 4 media queries) to unify the way responsive
images are displayed.
Varbase Media Mapping Bootstrap 3 into Bootstrap 4:
* Switched BS3 XS max ( < 768px) to BS4 SM max ( <767.98px)
* Switched BS3 SM min ( >=768px) to BS4 MD min ( >=768px)
* Switched BS3 MD min ( >=992px) to BS4 LG min ( >=992px)
* Switched BS3 LG min ( >=1200px) to BS4 XL min ( >=1200px)
### Added since Varbase 8.6.8:
* Issue [#3051878](https://www.drupal.org/node/3051878):
Added project: varbase to varbase.info.yml
* Issue [#3051417](https://www.drupal.org/node/3051417):
Added default Vartheme optional blocks in Vartheme BS4
and VARTHEM_BS4_SUBTHEME
* Updated the create new vartheme BS4 sub-theme generator to
rename new block config files
* Issue [#3051709](https://www.drupal.org/node/3051709):
Added logo.png and logo-print.png files for default logo
and default print logo
* Issue [#3051285](https://www.drupal.org/node/3051285):
Added Max length (300) for the slide text in
[Varbase Media Hero Slider]
* Issue [#3051265](https://www.drupal.org/node/3051265)
by
[abu-zakham](https://www.drupal.org/u/abu-zakham)
: Added the 3032549-18.patch for [Password Policy] module to
fix the saving constraint issue
* Issue [#3052248](https://www.drupal.org/node/3052248)
by
[devkinetic](https://www.drupal.org/u/devkinetic)
: Added private flag to package.json for Vartheme BS4
### Changed since Varbase 8.6.8:
* Issue [#3051884](https://www.drupal.org/node/3051884):
Switched to use [Varbase Entity Definition Update Manager]
and remove deprecated
\Drupal::entityDefinitionUpdateManager()->applyUpdates()
* Issue [#3051483](https://www.drupal.org/node/3051483):
Changed the default Hero Slider instant block at the
home page to work with Vartheme BS4 theme as the
default theme
* Issue [#3051468](https://www.drupal.org/node/3051468):
Changed the default content and Varbase Welcome Message
to work with Vartheme BS4
* Issue [#3052733](https://www.drupal.org/node/3052733):
Generated config updates for Varbase 8.6.9 in the update
helper checklist and optimized the config updates
* Issue [#3053039](https://www.drupal.org/node/3053039):
Marked all updates by the update helper checklist as
successful on install
* Issue [#3051248](https://www.drupal.org/node/3051248)
by
[Firass Ziedan](https://www.drupal.org/u/firass-ziedan)
: Removed the language code from base_url in
[Varbase Media Hero Slider] oembed base_path
### Updates since Varbase 8.6.8:
* Issue [#3052578](https://www.drupal.org/node/3052578):
Updated [Default Content] module
from 8.1.0-alpha7 to 8.1.0-alpha8
* Issue [#3052694](https://www.drupal.org/node/3052694):
Updated [Entity Embed] module from 8.1.0-beta2 to 8.1.0-beta3
* Issue [#3052708](https://www.drupal.org/node/3052708):
Updated JavaScript/CSS libraries for Popper and Bootstrap
Barrio theme for new toast and alert library
### Fixes since Varbase 8.x-6.8:
* Issue [#3052032](https://www.drupal.org/node/3052032)
by
[devkinetic](https://www.drupal.org/u/devkinetic)
: Fixed Main menu template dropdown settings applied
to all links
* Issue [#3051462](https://www.drupal.org/node/3051462)
by
[m.alhawwari](https://www.drupal.org/u/malhawwari)
: Fixed to return header media from default when no
translation is available
--------------------------------------------------------------------------------
# 8.6.8 # 8.6.8
### Highlighted important changes since Varbase 8.6.7: ### Highlighted important changes since Varbase 8.6.7:
......
[![Build Status](https://travis-ci.org/Vardot/varbase.svg?branch=8.x-6.8)](https://travis-ci.org/Vardot/varbase/builds/524709056) Varbase 8.6.8 [![Build Status](https://travis-ci.org/Vardot/varbase.svg?branch=8.x-6.9)](https://travis-ci.org/Vardot/varbase) Varbase 8.6.9
[![](https://www.drupal.org/files/styles/grid-3/public/project-images/Medium-Logo%20Color%20with%20padding.png)](https://www.drupal.org/project/varbase) [![](https://www.drupal.org/files/styles/grid-3/public/project-images/Medium-Logo%20Color%20with%20padding.png)](https://www.drupal.org/project/varbase)
...@@ -28,7 +28,7 @@ instructions. ...@@ -28,7 +28,7 @@ instructions.
To install the most recent stable release of Varbase 8.6.x run this command: To install the most recent stable release of Varbase 8.6.x run this command:
``` ```
composer create-project Vardot/varbase-project:^8.6.8 PROJECT_DIR_NAME --no-dev --no-interaction composer create-project Vardot/varbase-project:^8.6.9 PROJECT_DIR_NAME --no-dev --no-interaction
``` ```
To install the dev version of Varbase 8.6.x run this command: To install the dev version of Varbase 8.6.x run this command:
......
...@@ -33,22 +33,22 @@ ...@@ -33,22 +33,22 @@
"drupal-composer/drupal-scaffold": "~2.0", "drupal-composer/drupal-scaffold": "~2.0",
"drupal/drupal-library-installer-plugin": "^0.3", "drupal/drupal-library-installer-plugin": "^0.3",
"drupal/varbase_core": "6.x-dev", "drupal/varbase_core": "6.x-dev",
"drupal/varbase_media": "6.x-dev", "drupal/varbase_media": "~6.0",
"drupal/varbase_bootstrap_paragraphs": "6.x-dev", "drupal/varbase_bootstrap_paragraphs": "~6.0",
"drupal/varbase_editor": "6.x-dev", "drupal/varbase_editor": "~6.0",
"drupal/varbase_landing": "6.x-dev", "drupal/varbase_landing": "~6.0",
"drupal/varbase_search": "6.x-dev", "drupal/varbase_search": "~6.0",
"drupal/varbase_seo": "6.x-dev", "drupal/varbase_seo": "~6.0",
"drupal/varbase_heroslider_media": "6.x-dev", "drupal/varbase_heroslider_media": "~6.0",
"drupal/varbase_carousels": "6.x-dev", "drupal/varbase_carousels": "~6.0",
"drupal/varbase_total_control": "6.x-dev", "drupal/varbase_total_control": "~6.0",
"drupal/varbase_auth" : "6.x-dev", "drupal/varbase_auth" : "~6.0",
"drupal/varbase_blog" : "6.x-dev", "drupal/varbase_blog" : "~6.0",
"drupal/varbase_styleguide": "6.x-dev", "drupal/varbase_styleguide": "~6.0",
"drupal/varbase_email": "6.x-dev", "drupal/varbase_email": "~6.0",
"drupal/vartheme": "6.x-dev", "drupal/vartheme": "~6.0",
"drupal/vartheme_bs4": "6.x-dev", "drupal/vartheme_bs4": "~6.0",
"drupal/vartheme_admin": "6.x-dev" "drupal/vartheme_admin": "~6.0"
}, },
"require-dev": { "require-dev": {
"drupal/console": "~1.0", "drupal/console": "~1.0",
......
...@@ -3,7 +3,7 @@ core = 8.x ...@@ -3,7 +3,7 @@ core = 8.x
; Drupal Core ; Drupal Core
projects[drupal][type] = "core" projects[drupal][type] = "core"
projects[drupal][version] = "8.6.15" projects[drupal][version] = "8.7.0"
;; Issue #2869592: Disabled update module shouldn't produce a status report warning ;; 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 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 ;; Issue #2885441: EntityReferenceAutocompleteWidget should define its size setting as an integer
...@@ -11,16 +11,10 @@ projects[drupal][patch][] = https://www.drupal.org/files/issues/2885441-2.patch ...@@ -11,16 +11,10 @@ projects[drupal][patch][] = https://www.drupal.org/files/issues/2885441-2.patch
;; Issue #2815221: Add quickedit to the latest-revision route ;; Issue #2815221: Add quickedit to the latest-revision route
projects[drupal][patch][] = https://www.drupal.org/files/issues/2019-03-05/2815221-116.patch projects[drupal][patch][] = https://www.drupal.org/files/issues/2019-03-05/2815221-116.patch
;; Issue #1356276: Allow profiles to define a base/parent profile and load them in the correct order ;; Issue #1356276: Allow profiles to define a base/parent profile and load them in the correct order
projects[drupal][patch][] = https://www.drupal.org/files/issues/2018-10-23/1356276-549-8.6.x.patch projects[drupal][patch][] = https://www.drupal.org/files/issues/2018-12-10/1356276-572.patch
;; Issue #2914389: Allow profiles to exclude dependencies of their parent ;; Issue #2914389: Allow profiles to exclude dependencies of their parent
projects[drupal][patch][] = https://www.drupal.org/files/issues/2018-11-07/2914389-11-do-not-test.patch projects[drupal][patch][] = https://www.drupal.org/files/issues/2018-11-07/2914389-11-do-not-test.patch
;; Issue #2720101 Label (Title) not set for Views block (exposed filters in Block)
projects[drupal][patch][] = https://www.drupal.org/files/issues/2720101-53.patch
;; Issue #2853988: Add option to rewrite robots.txt on staging environments ;; Issue #2853988: Add option to rewrite robots.txt on staging environments
projects[drupal][patch][] = https://www.drupal.org/files/issues/drupal_8-allow_stg_robots-2853988-2.patch
;; Issue #2599228: Programmatically created translatable content type returns SQL error on content creation
projects[drupal][patch][] = https://www.drupal.org/files/issues/2018-10-06/2599228-74.patch projects[drupal][patch][] = https://www.drupal.org/files/issues/2018-10-06/2599228-74.patch
;; Issue #2893892: Fixed Warning Invalid argument supplied for foreach() in Drupal ;; Issue #2893892: Fixed Warning Invalid argument supplied for foreach() in Drupal
projects[drupal][patch][] = https://www.drupal.org/files/issues/patch_empty_fix.patch projects[drupal][patch][] = https://www.drupal.org/files/issues/patch_empty_fix.patch
;; Issue #3023452: Views placeholder texts are not translatable
projects[drupal][patch][] = https://www.drupal.org/files/issues/2019-01-14/3023452-5.patch
...@@ -98,7 +98,7 @@ projects[dropzonejs][type] = module ...@@ -98,7 +98,7 @@ projects[dropzonejs][type] = module
projects[dropzonejs][version] = 2.0-alpha4 projects[dropzonejs][version] = 2.0-alpha4
projects[entity_embed][type] = module projects[entity_embed][type] = module
projects[entity_embed][version] = 1.0-beta2 projects[entity_embed][version] = 1.0-beta3
;; Issue #2832504 - Send the CKEditor instance ID to the embed.preview route. ;; Issue #2832504 - Send the CKEditor instance ID to the embed.preview route.
projects[entity_embed][patch][] = https://www.drupal.org/files/issues/2832504-2.patch projects[entity_embed][patch][] = https://www.drupal.org/files/issues/2832504-2.patch
;; Issue #2511404: Image entities/fields embedded using Entity Embed cannot be linked in CKEditor. ;; Issue #2511404: Image entities/fields embedded using Entity Embed cannot be linked in CKEditor.
...@@ -196,7 +196,7 @@ projects[webform_views][type] = module ...@@ -196,7 +196,7 @@ projects[webform_views][type] = module
projects[webform_views][version] = 5.0-alpha6 projects[webform_views][version] = 5.0-alpha6
projects[default_content][type] = module projects[default_content][type] = module
projects[default_content][version] = 1.0-alpha7 projects[default_content][version] = 1.0-alpha8
;; Issue #2900089: Invalid translation language error when selected installation language does not match demo content language ;; Issue #2900089: Invalid translation language error when selected installation language does not match demo content language
projects[default_content][patch][] = https://www.drupal.org/files/issues/2900089-14.patch projects[default_content][patch][] = https://www.drupal.org/files/issues/2900089-14.patch
;; Issue #2886350: Allow export of all site content. ;; Issue #2886350: Allow export of all site content.
...@@ -212,7 +212,7 @@ projects[node_edit_protection][type] = module ...@@ -212,7 +212,7 @@ projects[node_edit_protection][type] = module
projects[node_edit_protection][version] = 1.0-alpha1 projects[node_edit_protection][version] = 1.0-alpha1
projects[rabbit_hole][type] = module projects[rabbit_hole][type] = module
projects[rabbit_hole][version] = 1.0-beta5 projects[rabbit_hole][version] = 1.0-beta6
projects[fast_404][type] = module projects[fast_404][type] = module
projects[fast_404][version] = 1.0-alpha4 projects[fast_404][version] = 1.0-alpha4
...@@ -226,6 +226,11 @@ projects[swiftmailer][version] = 1.0-beta2 ...@@ -226,6 +226,11 @@ projects[swiftmailer][version] = 1.0-beta2
projects[smtp][type] = module projects[smtp][type] = module
projects[smtp][version] = 1.0-beta4 projects[smtp][version] = 1.0-beta4
projects[length_indicator][type] = module
projects[length_indicator][version] = 1.0-rc3
;; Issue #3048286: Add cursor position direction support for RTL)
projects[length_indicator][patch][] = https://www.drupal.org/files/issues/2019-04-15/3048286-3.patch
projects[maxlength][type] = module projects[maxlength][type] = module
projects[maxlength][version] = 1.0-beta2 projects[maxlength][version] = 1.0-beta2
...@@ -352,6 +357,8 @@ projects[username_enumeration_prevention][version] = 1.0-beta2 ...@@ -352,6 +357,8 @@ projects[username_enumeration_prevention][version] = 1.0-beta2
projects[password_policy][type] = module projects[password_policy][type] = module
projects[password_policy][version] = 3.0-alpha4 projects[password_policy][version] = 3.0-alpha4
;; Issue #3032549: Fix Password policy module issue with saving constraint
projects[password_policy][patch][] = https://www.drupal.org/files/issues/2019-04-28/3032549-18.patch
projects[seckit][type] = module projects[seckit][type] = module
projects[seckit][version] = 1.1 projects[seckit][version] = 1.1
...@@ -463,56 +470,56 @@ projects[varbase_core][type] = module ...@@ -463,56 +470,56 @@ projects[varbase_core][type] = module
projects[varbase_core][version] = 6.x-dev projects[varbase_core][version] = 6.x-dev
projects[varbase_media][type] = module projects[varbase_media][type] = module
projects[varbase_media][version] = 6.x-dev projects[varbase_media][version] = 6.10
projects[varbase_bootstrap_paragraphs][type] = module projects[varbase_bootstrap_paragraphs][type] = module
projects[varbase_bootstrap_paragraphs][version] = 6.x-dev projects[varbase_bootstrap_paragraphs][version] = 6.6
projects[varbase_editor][type] = module 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][type] = module
projects[varbase_landing][version] = 6.x-dev projects[varbase_landing][version] = 6.2
projects[varbase_search][type] = module 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][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][type] = module
projects[varbase_heroslider_media][version] = 6.x-dev projects[varbase_heroslider_media][version] = 6.7
projects[varbase_carousels][type] = module 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][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][type] = module
projects[varbase_auth][version] = 6.x-dev projects[varbase_auth][version] = 6.3
projects[varbase_blog][type] = module projects[varbase_blog][type] = module
projects[varbase_blog][version] = 6.x-dev projects[varbase_blog][version] = 6.2
projects[varbase_styleguide][type] = module 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][type] = module
projects[varbase_email][version] = 6.x-dev projects[varbase_email][version] = 6.0-alpha1
;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;
;; Varbase public contributed themes. ;; Varbase public contributed themes.
;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;
projects[vartheme][type] = theme projects[vartheme][type] = theme
projects[vartheme][version] = 6.x-dev projects[vartheme][version] = 6.6
projects[vartheme_bs4][type] = theme projects[vartheme_bs4][type] = theme
projects[vartheme_bs4][version] = 6.x-dev projects[vartheme_bs4][version] = 6.0-rc1
projects[vartheme_admin][type] = theme projects[vartheme_admin][type] = theme
projects[vartheme_admin][version] = 6.x-dev projects[vartheme_admin][version] = 6.6
;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;
;; Libraries ;; Libraries
......
...@@ -7,7 +7,7 @@ distribution: ...@@ -7,7 +7,7 @@ distribution:
name: Varbase name: Varbase
install: install:
theme: vartheme_admin theme: vartheme_admin
version: 8.x-6.x-dev version: 8.x-6.9
install: install:
- system - system
- action - action
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment