Commit 425c4262 authored by Rajab Natshah's avatar Rajab Natshah
Browse files

Issue #3258977: Release Vardoc 4.0.3

parent baae17dd
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
# 4.0.3

### Highlighted important changes since Vardoc 4.0.1:

* Issue [#3258410](http://drupal.org/i/3258410):
                 Updated Varbase profile from ~8.8.0 to ~9.0.0 on
                 the Vardoc 4.0.x branch to work with Drupal ~9
* Issue [#3258797](http://drupal.org/i/3258797):
                 Updated the patch to Allow profiles to
                 define a base/parent profile to
                 1356276-667-subprofile-support-9.3.x.patch
                 to work with Drupal 9.3.x

# 4.0.2

### Highlighted important changes since Vardoc 4.0.1:
+2 −2
Original line number Diff line number Diff line
[![Vardot](https://circleci.com/gh/Vardot/vardoc/tree/4.0.x.svg?style=shield)](https://app.circleci.com/pipelines/github/Vardot/vardoc/37/workflows/ad4f2a48-f01a-486f-9fb3-a4cf9251451c) Vardoc 4.0.2
[![Vardot](https://circleci.com/gh/Vardot/vardoc/tree/4.0.x.svg?style=shield)](https://app.circleci.com/pipelines/github/Vardot/vardoc/69/workflows/fac6fd27-3f60-4e7f-b768-2c7e0526f28c) Vardoc 4.0.3
# Vardoc: Knowledge Base System and Documentation Site

[![](https://www.drupal.org/files/styles/grid-3/public/project-images/Vardoc%20-%20No%20Padding.png)](https://www.drupal.org/project/vardoc)
@@ -51,7 +51,7 @@ Our goal is to bring ease to you when writing and creating a documentation

To install the most recent stable release of Vardoc run this command:
```
composer create-project Vardot/vardoc-project PROJECT_DIR_NAME --no-dev --no-interaction
composer create-project Vardot/vardoc-project:~4 PROJECT_DIR_NAME --no-dev --no-interaction
```

To install the dev version of Vardoc 4.0.x run this command:
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@ name: 'Vardoc Demo Content'
description: 'Demo content feature for Vardoc.'
type: module
core_version_requirement: ^9
version: 4.0.x-dev
version: 4.0.3
package: Vardoc
dependencies:
  - drupal:hal
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@ name: 'Vardoc Book'
description: 'Provides Book managment and default configs for Vardoc.'
type: module
core_version_requirement: ^9
version: 4.0.x-dev
version: 4.0.3
package: Vardoc
dependencies:
  - drupal:block
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@ name: 'Vardoc Homepage'
description: 'Homepage feature for Vardoc.'
type: module
core_version_requirement: ^9
version: 4.0.x-dev
version: 4.0.3
package: Vardoc
dependencies:
  - varbase_core:varbase_core
Loading