Skip to content

Commit 5d17f25

Browse files
committed
Issue #3471803: Release Varbase 9.1.5
1 parent 3cf2319 commit 5d17f25

File tree

5 files changed

+418
-402
lines changed

5 files changed

+418
-402
lines changed

CHANGELOG.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,48 @@
1+
# 9.1.5
2+
3+
### Highlighted important changes since Varbase 9.1.3:
4+
5+
This is a **patch (bugfix)** release of **Varbase 9** and is ready for use on production sites.
6+
7+
### Added since Varbase 9.1.4:
8+
* All new features are in **Varbase ~10**
9+
10+
### Changed since Varbase 9.1.4:
11+
* Issue [#3471788](https://www.drupal.org/i/3471788)
12+
by [ammar_jeetawi](https://www.drupal.org/u/ammar_jeetawi)
13+
: Replaced the **twbs/bootstrap** package not to
14+
bring a **Bootstrap Cross-Site Scripting (XSS) vulnerability**
15+
when building with composer
16+
* Issue [#3471627](https://www.drupal.org/i/3471627):
17+
Moved command helper for optional update hooks to **Varbase Core Commands Drush**
18+
service for **Drupal `10.3`** support
19+
20+
### Updates since Varbase 9.1.4:
21+
* Issue [#3467867](https://www.drupal.org/i/3467867):
22+
Updated **Webform Views Integration** module from `~5.2.0` to `~5.3.0` ( `~5` )
23+
* Issue [#3465162](https://www.drupal.org/i/3465162):
24+
Updated **Stage File Proxy** module from `~2` to `~3.1.0`
25+
* Issue [#3467613](https://www.drupal.org/i/3467613):
26+
Updated **External Links** module from `~1` to `~2` in **Varbase Editor**
27+
* Issue [#3467612](https://www.drupal.org/i/3467612):
28+
Updated **External Links** module from `~1` to `~2` in **Varbase Core**
29+
* Issue [#3467591](https://www.drupal.org/i/3467591):
30+
Updated **Block Class** module from `~2` to `~3`
31+
* Issue [#3469400](https://www.drupal.org/i/3469400):
32+
Updated **Honeypot** module from `~2` to `~2.1.0` as a **TEMP** step for smoother update process
33+
* Issue [#3467669](https://www.drupal.org/i/3467669):
34+
Updated **Devel** module from `~5.2.0` to `~5.3.0` ( `~5` )
35+
36+
### Fixes since Varbase 9.1.4:
37+
* Issue [#3463761](https://www.drupal.org/i/3463761)
38+
by [mohammad faqeh](https://www.drupal.org/u/mohammad-faqeh)
39+
: Fixed missing admin styling options for components in Bootstrap paragraphs
40+
* Issue [#3471573](https://www.drupal.org/i/3471573)
41+
by [ammar_jeetawi](https://www.drupal.org/u/ammar_jeetawi)
42+
: Fixed Error Call to undefined function module_load_install() in **Varbase Update Helper**
43+
44+
-------------------------------------------------------------------------------
45+
146
# 9.1.4
247

348
Highlighted important changes since Varbase 9.1.3:

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![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
1+
[![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
22

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

@@ -41,28 +41,29 @@ composer create-project vardot/varbase-project:9.1.x-dev PROJECT_DIR_NAME --stab
4141

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

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

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

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

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

52-
## [CHANGELOG for Varbase](https://github.com/Vardot/varbase/blob/9.1.x/CHANGELOG.md)
53-
5452
## [General instructions on how to update Varbase](https://github.com/Vardot/varbase/blob/9.1.x/UPDATE.md)
5553

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

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

6159
## Debugging using Lando
6260

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

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

6768
Join Our Slack Team for Feedback and Support
6869
http://slack.varbase.vardot.com/

composer.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -31,25 +31,25 @@
3131
"twbs/bootstrap": "*"
3232
},
3333
"require": {
34-
"drupal/varbase_core": "9.1.x-dev",
35-
"drupal/varbase_api": "9.1.x-dev",
36-
"drupal/varbase_media": "9.1.x-dev",
37-
"drupal/varbase_editor": "9.2.x-dev",
38-
"drupal/varbase_landing": "9.1.x-dev",
39-
"drupal/varbase_layout_builder": "10.0.x-dev",
40-
"drupal/varbase_bootstrap_paragraphs": "9.1.x-dev",
41-
"drupal/varbase_heroslider_media": "9.1.x-dev",
42-
"drupal/varbase_carousels": "9.1.x-dev",
43-
"drupal/varbase_blog": "9.1.x-dev",
44-
"drupal/varbase_search": "9.1.x-dev",
45-
"drupal/varbase_seo": "9.1.x-dev",
46-
"drupal/varbase_auth": "9.1.x-dev",
47-
"drupal/varbase_total_control": "9.1.x-dev",
48-
"drupal/varbase_styleguide": "9.1.x-dev",
49-
"drupal/varbase_email": "9.1.x-dev",
50-
"drupal/varbase_workflow": "2.1.x-dev",
51-
"drupal/vartheme_bs4": "9.0.x-dev",
52-
"drupal/vartheme_claro": "3.0.x-dev",
34+
"drupal/varbase_core": "~9.1.0",
35+
"drupal/varbase_api": "~9.1.0",
36+
"drupal/varbase_media": "~9.1.0",
37+
"drupal/varbase_editor": "~9.1.0 || ~9.2.0",
38+
"drupal/varbase_landing": "~9.1.0",
39+
"drupal/varbase_layout_builder": "~9 || ~10",
40+
"drupal/varbase_bootstrap_paragraphs": "~9.1.0",
41+
"drupal/varbase_heroslider_media": "~9.1.0",
42+
"drupal/varbase_carousels": "~9.1.0",
43+
"drupal/varbase_blog": "~9.1.0",
44+
"drupal/varbase_search": "~9.1.0",
45+
"drupal/varbase_seo": "~9.1.0",
46+
"drupal/varbase_auth": "~9.1.0",
47+
"drupal/varbase_total_control": "~9.1.0",
48+
"drupal/varbase_styleguide": "~9.1.0",
49+
"drupal/varbase_email": "~9.1.0",
50+
"drupal/varbase_workflow": "~2.1.0",
51+
"drupal/vartheme_bs4": "~9",
52+
"drupal/vartheme_claro": "~3",
5353
"bower-asset/objectfitpolyfill": "~2",
5454
"bower-asset/chartjs": "~4",
5555
"bower-asset/c3": "0.7.*",

varbase.info.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ distribution:
77
name: Varbase
88
install:
99
theme: vartheme_claro
10-
version: 9.1.x-dev
10+
version: 9.1.5
1111
install:
1212
- system
1313
- action

0 commit comments

Comments
 (0)