Skip to content

Commit

Permalink
Issue #3471803: Release Varbase 9.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Natshah committed Sep 3, 2024
1 parent 3cf2319 commit 5d17f25
Show file tree
Hide file tree
Showing 5 changed files with 418 additions and 402 deletions.
45 changes: 45 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,48 @@
# 9.1.5

### Highlighted important changes since Varbase 9.1.3:

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

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

### Changed since Varbase 9.1.4:
* Issue [#3471788](https://www.drupal.org/i/3471788)
by [ammar_jeetawi](https://www.drupal.org/u/ammar_jeetawi)
: Replaced the **twbs/bootstrap** package not to
bring a **Bootstrap Cross-Site Scripting (XSS) vulnerability**
when building with composer
* Issue [#3471627](https://www.drupal.org/i/3471627):
Moved command helper for optional update hooks to **Varbase Core Commands Drush**
service for **Drupal `10.3`** support

### Updates since Varbase 9.1.4:
* Issue [#3467867](https://www.drupal.org/i/3467867):
Updated **Webform Views Integration** module from `~5.2.0` to `~5.3.0` ( `~5` )
* Issue [#3465162](https://www.drupal.org/i/3465162):
Updated **Stage File Proxy** module from `~2` to `~3.1.0`
* Issue [#3467613](https://www.drupal.org/i/3467613):
Updated **External Links** module from `~1` to `~2` in **Varbase Editor**
* Issue [#3467612](https://www.drupal.org/i/3467612):
Updated **External Links** module from `~1` to `~2` in **Varbase Core**
* Issue [#3467591](https://www.drupal.org/i/3467591):
Updated **Block Class** module from `~2` to `~3`
* Issue [#3469400](https://www.drupal.org/i/3469400):
Updated **Honeypot** module from `~2` to `~2.1.0` as a **TEMP** step for smoother update process
* Issue [#3467669](https://www.drupal.org/i/3467669):
Updated **Devel** module from `~5.2.0` to `~5.3.0` ( `~5` )

### Fixes since Varbase 9.1.4:
* Issue [#3463761](https://www.drupal.org/i/3463761)
by [mohammad faqeh](https://www.drupal.org/u/mohammad-faqeh)
: Fixed missing admin styling options for components in Bootstrap paragraphs
* Issue [#3471573](https://www.drupal.org/i/3471573)
by [ammar_jeetawi](https://www.drupal.org/u/ammar_jeetawi)
: Fixed Error Call to undefined function module_load_install() in **Varbase Update Helper**

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

# 9.1.4

Highlighted important changes since Varbase 9.1.3:
Expand Down
15 changes: 8 additions & 7 deletions 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.1.x.svg?style=shield)](https://app.circleci.com/pipelines/github/Vardot/varbase/952/workflows/001cb8f0-cb77-4481-8853-45ea23eeb012) Varbase 9.1.4
[![Vardot](https://circleci.com/gh/Vardot/varbase/tree/9.1.x.svg?style=shield)](https://app.circleci.com/pipelines/github/Vardot/varbase/965/workflows/b48be7d7-02ee-4fd8-b06b-90524886081c) Varbase 9.1.5

[![](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 Expand Up @@ -41,28 +41,29 @@ composer create-project vardot/varbase-project:9.1.x-dev PROJECT_DIR_NAME --stab

## [Automated Functional Testing](https://github.com/Vardot/varbase/blob/9.1.x/tests/README.md)

## [Varbase Developer Guide](https://docs.varbase.vardot.com)
## [Varbase 9.1.x Developer Guide](https://docs.varbase.vardot.com)

## [CHANGELOG for Varbase](https://github.com/Vardot/varbase/blob/9.1.x/CHANGELOG.md)

## [Varbase Gherkin features](https://github.com/Vardot/varbase/blob/9.1.x/tests/features/varbase/README.md)

## [Varbase Developer Guide](https://docs.varbase.vardot.com)

## [CHANGELOG for Varbase](https://github.com/Vardot/varbase/blob/9.1.x/CHANGELOG.md)

## [General instructions on how to update Varbase](https://github.com/Vardot/varbase/blob/9.1.x/UPDATE.md)

## Local development with Lando
## [Local development with Lando](https://docs.varbase.vardot.com/developers/installing-varbase/installing-varbase-with-lando)

1. Install Lando locally, steps for installing can be found [here](https://docs.lando.dev/basics/installation.html).
2. Run Lando start.
2. Run `lando start`.

## Debugging using Lando

- xDebug is enabled on Lando by default for PHP debugging.
- The debugger is set to listen for the port 9003 but can be changed in .lando/.php.ini
- The debugger is set to listen for the port 9003 but can be changed in `.lando/.php.ini`

## [Local development with DDEV](https://docs.varbase.vardot.com/developers/installing-varbase/installing-varbase-with-ddev)
1. Install DDEV locally, steps for installing can be found [here](https://ddev.readthedocs.io/en/stable/).
2. Run `ddev start`.

Join Our Slack Team for Feedback and Support
http://slack.varbase.vardot.com/
Expand Down
38 changes: 19 additions & 19 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,25 +31,25 @@
"twbs/bootstrap": "*"
},
"require": {
"drupal/varbase_core": "9.1.x-dev",
"drupal/varbase_api": "9.1.x-dev",
"drupal/varbase_media": "9.1.x-dev",
"drupal/varbase_editor": "9.2.x-dev",
"drupal/varbase_landing": "9.1.x-dev",
"drupal/varbase_layout_builder": "10.0.x-dev",
"drupal/varbase_bootstrap_paragraphs": "9.1.x-dev",
"drupal/varbase_heroslider_media": "9.1.x-dev",
"drupal/varbase_carousels": "9.1.x-dev",
"drupal/varbase_blog": "9.1.x-dev",
"drupal/varbase_search": "9.1.x-dev",
"drupal/varbase_seo": "9.1.x-dev",
"drupal/varbase_auth": "9.1.x-dev",
"drupal/varbase_total_control": "9.1.x-dev",
"drupal/varbase_styleguide": "9.1.x-dev",
"drupal/varbase_email": "9.1.x-dev",
"drupal/varbase_workflow": "2.1.x-dev",
"drupal/vartheme_bs4": "9.0.x-dev",
"drupal/vartheme_claro": "3.0.x-dev",
"drupal/varbase_core": "~9.1.0",
"drupal/varbase_api": "~9.1.0",
"drupal/varbase_media": "~9.1.0",
"drupal/varbase_editor": "~9.1.0 || ~9.2.0",
"drupal/varbase_landing": "~9.1.0",
"drupal/varbase_layout_builder": "~9 || ~10",
"drupal/varbase_bootstrap_paragraphs": "~9.1.0",
"drupal/varbase_heroslider_media": "~9.1.0",
"drupal/varbase_carousels": "~9.1.0",
"drupal/varbase_blog": "~9.1.0",
"drupal/varbase_search": "~9.1.0",
"drupal/varbase_seo": "~9.1.0",
"drupal/varbase_auth": "~9.1.0",
"drupal/varbase_total_control": "~9.1.0",
"drupal/varbase_styleguide": "~9.1.0",
"drupal/varbase_email": "~9.1.0",
"drupal/varbase_workflow": "~2.1.0",
"drupal/vartheme_bs4": "~9",
"drupal/vartheme_claro": "~3",
"bower-asset/objectfitpolyfill": "~2",
"bower-asset/chartjs": "~4",
"bower-asset/c3": "0.7.*",
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.1.x-dev
version: 9.1.5
install:
- system
- action
Expand Down
Loading

0 comments on commit 5d17f25

Please sign in to comment.