Commit 5d634e2b authored by Rajab Natshah's avatar Rajab Natshah
Browse files

Issue #3301866: Release Varbase 9.0.8

parent f2ef95e4
Loading
Loading
Loading
Loading
+85 −0
Original line number Diff line number Diff line
# 9.0.8

### Highlighted important changes since Varbase 9.0.7:

This is a patch (bugfix) release of Varbase 9 and is ready
for use on production sites. Learn more about Varbase 9.

* Issue [#3295950](https://www.drupal.org/i/3295950):
        Changed the default `drush/drush` version
        from `~10.0 || ~11.0` to `~11.0` in the `composer.json`
        file for Varbase Profile and the Varbase Project Template
* Issue [#3301451](https://www.drupal.org/i/3301451)
        by [vacho](https://www.drupal.org/u/vacho)
       : Have `drupal-scaffold` locations `web-root` for Varbase as `docroot`
        to fix composer `web-root` folder in projects
* Issue [#3302442](https://www.drupal.org/i/3302442):
        Dropped support for Composer `~1.0` in Varbase profile
        and only support Composer `~2.0` and later versions

### Added since Varbase 9.0.7:
* Issue [#3298632](https://www.drupal.org/i/3298632)
        by [Alaa Jwiehan](https://www.drupal.org/u/alaa-jwiehan)
       : Added Functional Automated Testing: Step Definition to validate if a checkbox input is checked or unchecked
* Issue [#3300946](https://www.drupal.org/i/3300946):
        Added max width `100%` to images in the Welcome
        to Varbase message homepage default content

### Changed since Varbase 9.0.7:
* Issue [#3301364](https://www.drupal.org/i/3301364):
        Changed `node_type` to `entity_bundle:node` for default
         pathauto pattern configs for the Blog Post content type
* Issue [#3301361](https://www.drupal.org/i/3301361):
        Changed `node_type` to `entity_bundle:node` for default
        pathauto pattern configs for the Basic Page content type
* Issue [#3301363](https://www.drupal.org/i/3301363):
        Changed `node_type` to `entity_bundle:node` for default
        pathauto pattern configs for the Landing Page (Layout Builder) content type

### Updates since Varbase 9.0.7:
* Issue [#3298831](https://www.drupal.org/i/3298831):
        Updated the Inline Entity Form module from `1.0-rc11` to `1.0-rc12`
* Issue [#3298826](https://www.drupal.org/i/3298826):
        Updated the Prevent Homepage Deletion module from `~1.0` to `~2.0`
* Issue [#3300859](https://www.drupal.org/i/3300859):
        Updated the Views Bootstrap module from `~4.0` to `~5.4.0`
        on the `9.0.x` branch
* Issue [#3298894](https://www.drupal.org/i/3298894):
        Updated the Paragraphs module from `1.13` to `1.14`
        and keep the not committed patches
* Issue [#3298883](https://www.drupal.org/i/3298883):
        Updated the Block Form Alter module from `~1.0` to `~2.0`
* Issue [#3298556](https://www.drupal.org/i/3298556):
        Updated Paragraphs Asymmetric Translation Widgets module
        from `1.0-beta4` to `~1.0` and removed committed patches
* Issue [#3303042](https://www.drupal.org/i/3303042):
        Updated the CTools module from `3.11-rc1` to `3.11` stable ( `~3.0` )
* Issue [#3290573](https://www.drupal.org/i/3290573)
        by [Project Update Bot](https://www.drupal.org/u/project-update-bot)
       : Automated Drupal 10 compatibility fixes for VMI on the 8.x-2.x-dev branch
* Issue [#3290336](https://www.drupal.org/i/3290336)
        by [Project Update Bot](https://www.drupal.org/u/project-update-bot)
       : Automated Drupal 10 compatibility fixes for Vartheme BS4
* Issue [#3290339](https://www.drupal.org/i/3290339)
        by [Project Update Bot](https://www.drupal.org/u/project-update-bot)
       : Automated Drupal 10 compatibility fixes for Vartheme Claro
        admin theme on the `3.0.x` branch

### Fixes since Varbase 9.0.7:
* TEMP quick fix for Issue [#3302839](https://www.drupal.org/i/3302839):
        Changed the CTools module from `~3.0 || ~4.0` to `3.11-rc1`
        in `composer.json` as a TEMP quick fix until `3.11` stable releases
* Issue [#3290804](https://www.drupal.org/i/3290804)
        by [Odai Atieh](https://www.drupal.org/u/odai-atieh)
       : Fixed pathauto's options of punctuation character for
        left and right double quotation
* Issue [#3253519](https://www.drupal.org/i/3253519)
        by [Qusai Taha](https://www.drupal.org/u/qusai-taha)
       : Fixed redirects from aliased paths aren't triggered
* Issue [#3243604](https://www.drupal.org/i/3243604)
        by [Odai Atieh](https://www.drupal.org/u/odai-atieh)
       : Fixed Path field is required validation issue on adding url redirect


-------------------------------------------------------------------------------

# 9.0.7

### Highlighted important changes since Varbase 9.0.5:
+2 −2
Original line number Diff line number Diff line
[![Vardot](https://circleci.com/gh/Vardot/varbase/tree/9.0.x.svg?style=shield)](https://app.circleci.com/pipelines/github/Vardot/varbase/544/workflows/23b126b3-107d-4426-a90f-79b4b60a7f8d) Varbase 9.0.7
[![Vardot](https://circleci.com/gh/Vardot/varbase/tree/9.0.x.svg?style=shield)](https://app.circleci.com/pipelines/github/Vardot/varbase/561/workflows/7545189f-ecec-4815-b8b3-7128546afa74) Varbase 9.0.8

[![](https://www.drupal.org/files/styles/grid-3/public/project-images/Medium-Logo%20Color%20with%20padding.png)](https://www.drupal.org/project/varbase)

@@ -29,7 +29,7 @@ instructions.

To install the most recent stable release of Varbase 9.0.x run this command:
```
composer create-project Vardot/varbase-project:~9.0.0 PROJECT_DIR_NAME --no-dev --no-interaction
composer create-project Vardot/varbase-project:~9.0 PROJECT_DIR_NAME --no-dev --no-interaction
```

To install the dev version of Varbase 9.0.x run this command:
+19 −19
Original line number Diff line number Diff line
@@ -32,25 +32,25 @@
    "cweagans/composer-patches": "~1.0",
    "drupal/core-composer-scaffold": "^9",
    "drupal/core": "~9.0 || ~10.0",
    "drupal/varbase_core": "9.0.x-dev",
    "drupal/varbase_api": "9.0.x-dev",
    "drupal/varbase_media": "9.0.x-dev",
    "drupal/varbase_editor": "9.0.x-dev",
    "drupal/varbase_landing": "9.0.x-dev",
    "drupal/varbase_layout_builder": "10.0.x-dev",
    "drupal/varbase_bootstrap_paragraphs": "9.0.x-dev",
    "drupal/varbase_heroslider_media": "9.0.x-dev",
    "drupal/varbase_carousels": "9.0.x-dev",
    "drupal/varbase_blog": "9.0.x-dev",
    "drupal/varbase_search": "9.0.x-dev",
    "drupal/varbase_seo": "9.0.x-dev",
    "drupal/varbase_auth": "9.0.x-dev",
    "drupal/varbase_total_control": "9.0.x-dev",
    "drupal/varbase_styleguide": "9.0.x-dev",
    "drupal/varbase_email": "9.0.x-dev",
    "drupal/varbase_workflow": "2.0.x-dev",
    "drupal/vartheme_bs4": "9.0.x-dev",
    "drupal/vartheme_claro": "3.0.x-dev",
    "drupal/varbase_core": "~9.0",
    "drupal/varbase_api": "~9.0",
    "drupal/varbase_media": "~9.0",
    "drupal/varbase_editor": "~9.0",
    "drupal/varbase_landing": "~9.0",
    "drupal/varbase_layout_builder": "~9.0 || ~10.0",
    "drupal/varbase_bootstrap_paragraphs": "~9.0",
    "drupal/varbase_heroslider_media": "~9.0",
    "drupal/varbase_carousels": "~9.0",
    "drupal/varbase_blog": "~9.0",
    "drupal/varbase_search": "~9.0",
    "drupal/varbase_seo": "~9.0",
    "drupal/varbase_auth": "~9.0",
    "drupal/varbase_total_control": "~9.0",
    "drupal/varbase_styleguide": "~9.0",
    "drupal/varbase_email": "~9.0",
    "drupal/varbase_workflow": "~2.0",
    "drupal/vartheme_bs4": "~9.0",
    "drupal/vartheme_claro": "~3.0",
    "vardot/entity-definition-update-manager": "~1.0",
    "vardot/module-installer-factory": "~1.0",
    "bower-asset/objectfitpolyfill": "~2.0",
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ distribution:
  name: Varbase
  install:
    theme: vartheme_claro
version: 9.0.x-dev
version: 9.0.8
install:
  - system
  - action