Skip to content

Commit

Permalink
Issue #3413365: Release Varbase 9.0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
Natshah committed Jan 21, 2024
1 parent 07592bc commit 0110ce4
Show file tree
Hide file tree
Showing 8 changed files with 320 additions and 250 deletions.
58 changes: 58 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,61 @@
# 9.0.18

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

### Highlighted important changes since Varbase 9.0.17:

* Issue [#3404221](https://www.drupal.org/i/3404221): Changed default **PHP** version to **PHP `8.2`** for **Varbase development** and **automated testing**

### Added since Varbase 9.0.17:
* All new features are in **Varbase `~10`**

### Changed since Varbase 9.0.17:
* Issue [#3408369](https://www.drupal.org/i/3408369):
Opened requirements for **Blazy**, **Slick**, **Slick Views** to `~2`
* Issue [#3415842](https://www.drupal.org/i/3415842):
Disabled Layout Builder Block Sanitizer module and uninstalled
it, as it is no longer supported

### Updates since Varbase 9.0.17:
* Issue [#3413115](https://www.drupal.org/i/3413115):
Updated **Inline Entity Form** from `1.0-rc15` to `1.0-rc17` and keep needed patches
* Issue [#3413143](https://www.drupal.org/i/3413143):
Updated **Display Suite** from `3.15.0` to `3.16.0` and keep needed patches
* Issue [#3415867](https://www.drupal.org/i/3415867):
Updated **Paragraphs Features** from `~1` to default supported `~2`
* Issue [#3415851](https://www.drupal.org/i/3415851):
Updated **Paragraphs** module `1.16.0` to `1.17.0` and kept needed patches
* Issue [#3415825](https://www.drupal.org/i/3415825):
Updated **Configuration Update Manager** from `~1` to default supported `~2`

### Fixes since Varbase 9.0.17:
* Issue [#3408371](https://www.drupal.org/i/3408371):
Fixed **PHP `8.2`** Ultimate Cron deprecation issue with CronRule-class
* Issue [#3408505](https://www.drupal.org/i/3408505):
Fixed **PHP `8.2`** Real-time SEO issue of Deprecated function: Creation of dynamic property
* Issue [#3408378](https://www.drupal.org/i/3408378):
Fixed **PHP `8.2`** Display Suite Deprecated function: Creation of dynamic property
* Issue [#3408876](https://www.drupal.org/i/3408876):
Fixed **PHP `8.2`** Deprecated function: Creation of dynamic property $renderer
* Issue [#3411198](https://www.drupal.org/i/3411198)
by [Ahmad Khader](https://www.drupal.org/u/ahmad-khader)
: Fixed Deprecated function: Creation of dynamic property
in VarbaseMediaHeaderBlock under **PHP `8.2+`**
* Issue [#3413168](https://www.drupal.org/i/3413168):
Fixed PHP Fatal error: Cannot redeclare varbase_media_requirements()
previously declared when installed with **Drush `~12`** and **PHP `8.3`**
* Issue [#3412378](https://www.drupal.org/i/3412378):
Fixed vertical tabs and media library styling issues within Dialog
and **Media Library Modal** by **Claro** after the **Drupal `10.2.0`** Release
* Issue [#3412276](https://www.drupal.org/i/3412276):
Fixed OpenAPI with **PHP `8.2+`** of Deprecated function:
Creation of dynamic property
* Issue [#3408486](https://www.drupal.org/i/3408486):
Fixed **PHP `8.2`** **CKEditor Media Embed Plugin** issue
of Deprecated function: Creation of dynamic property

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

# 9.0.17

This is a patch (bugfix) release of **Varbase 9** and is ready for use on production sites.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Vardot](https://circleci.com/gh/Vardot/varbase/tree/9.0.x.svg?style=shield)](https://app.circleci.com/pipelines/github/Vardot/varbase/807/workflows/97595ba6-aff9-4e92-8d99-b0d866794f86) Varbase 9.0.17
[![Vardot](https://circleci.com/gh/Vardot/varbase/tree/9.0.x.svg?style=shield)](https://app.circleci.com/pipelines/github/Vardot/varbase/807/workflows/97595ba6-aff9-4e92-8d99-b0d866794f86) Varbase 9.0.18

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

Expand Down
38 changes: 19 additions & 19 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,25 +32,25 @@
"cweagans/composer-patches": "~1",
"drupal/core-composer-scaffold": "~9",
"drupal/core": "~9",
"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.0",
"drupal/varbase_api": "~9.0.0",
"drupal/varbase_media": "~9.0.0",
"drupal/varbase_editor": "~9.0.0",
"drupal/varbase_landing": "~9.0.0",
"drupal/varbase_layout_builder": "~9.0.0 || ~10.0.0",
"drupal/varbase_bootstrap_paragraphs": "~9.0.0",
"drupal/varbase_heroslider_media": "~9.0.0",
"drupal/varbase_carousels": "~9.0.0",
"drupal/varbase_blog": "~9.0.0",
"drupal/varbase_search": "~9.0.0",
"drupal/varbase_seo": "~9.0.0",
"drupal/varbase_auth": "~9.0.0",
"drupal/varbase_total_control": "~9.0.0",
"drupal/varbase_styleguide": "~9.0.0",
"drupal/varbase_email": "~9.0.0",
"drupal/varbase_workflow": "~2.0.0",
"drupal/vartheme_bs4": "~9.0.0",
"drupal/vartheme_claro": "~3.0.0",
"vardot/entity-definition-update-manager": "~1",
"vardot/module-installer-factory": "~1",
"bower-asset/objectfitpolyfill": "~2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ So that the Landing page (Paragraphs) will show up having paragrpahs of differen
And I fill in "Test Landing page description Drupal Block" for "Page description"
And I wait for AJAX to finish
And I wait for 1 second
And I press "+ Add"
And I press "Add Component"
And I wait for AJAX to finish
And I wait for 1 second
And I select the "bp_block" paragraph component
Expand All @@ -63,7 +63,7 @@ So that the Landing page (Paragraphs) will show up having paragrpahs of differen
And I fill in "Test Landing page description Columns (Equal)" for "Page description"
And I wait for AJAX to finish
And I wait for 1 second
And I press "+ Add"
And I press "Add Component"
And I wait for AJAX to finish
And I wait for 1 second
And I select the "bp_columns" paragraph component
Expand All @@ -82,7 +82,7 @@ So that the Landing page (Paragraphs) will show up having paragrpahs of differen
And I fill in "Test Landing page description Columns (Two Uneven)" for "Page description"
And I wait for AJAX to finish
And I wait for 1 second
And I press "+ Add"
And I press "Add Component"
And I wait for AJAX to finish
And I wait for 1 second
And I select the "bp_columns_two_uneven" paragraph component
Expand All @@ -101,7 +101,7 @@ So that the Landing page (Paragraphs) will show up having paragrpahs of differen
And I fill in "Test Landing page description Rich Text" for "Page description"
And I wait for AJAX to finish
And I wait for 1 second
And I press "+ Add"
And I press "Add Component"
And I wait for AJAX to finish
And I wait for 1 second
And I select the "bp_simple" paragraph component
Expand All @@ -123,7 +123,7 @@ So that the Landing page (Paragraphs) will show up having paragrpahs of differen
And I fill in "Test Landing page description WebForm" for "Page description"
And I wait for AJAX to finish
And I wait for 1 second
And I press "+ Add"
And I press "Add Component"
And I wait for AJAX to finish
And I wait for 1 second
And I select the "bp_webform" paragraph component
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ So that the "Landing page (Paragraphs)" will have text and images in right and l
And I wait
And I fill in "Test landing page title for text and image paragraphs" for "Title"
And I fill in "Test landing page body description." for "Page description"
When I press "+ Add"
When I press "Add Component"
And I wait for AJAX to finish
And I wait for 1 second
And I select the "text_and_image" paragraph component
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ I want to be able to clone an entity.
And I fill in "Test landing page description text" for "Page description"
And I wait for AJAX to finish
And I wait for 1 second
And I press "+ Add"
And I press "Add Component"
And I wait for AJAX to finish
And I wait for 1 second
And I select the "bp_block" paragraph component
Expand Down
2 changes: 1 addition & 1 deletion varbase.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ distribution:
name: Varbase
install:
theme: vartheme_claro
version: 9.0.x-dev
version: 9.0.18
install:
- system
- action
Expand Down
Loading

0 comments on commit 0110ce4

Please sign in to comment.