Commit 46345466 authored by Rajab Natshah's avatar Rajab Natshah
Browse files

Issue #3303769: Release Vardoc 5.0.0-alpha7

parent 2377e9db
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
# 5.0.0-alpha7

### Highlighted important changes since 5.0.0-alpha6:
* Issue [#3303762](http://drupal.org/i/3303762):
                Fixed moving the hook update for `node_type` to `entity_bundle:node`
                for Pathauto's patterns in the active configs to cover each
                 content type's module in addition to the Vardoc profile


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

# 5.0.0-alpha6

### Highlighted important changes since 5.0.0-alpha5:
+2 −2
Original line number Diff line number Diff line
[![Vardot](https://circleci.com/gh/Vardot/vardoc/tree/5.0.x.svg?style=shield)](https://app.circleci.com/pipelines/github/Vardot/vardoc/125/workflows/36f42a8a-1bf8-4da6-9a1d-703652fc6242) Vardoc 5.0.0-alpha6
[![Vardot](https://circleci.com/gh/Vardot/vardoc/tree/5.0.x.svg?style=shield)](https://app.circleci.com/pipelines/github/Vardot/vardoc/129/workflows/dd0850df-075e-4940-be61-ceb4d44d15da) Vardoc 5.0.0-alpha7
# 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 5.0.x run this command:
```
composer create-project Vardot/vardoc-project:5.0.0-alpha6 PROJECT_DIR_NAME --no-dev --no-interaction
composer create-project Vardot/vardoc-project:5.0.0-alpha7 PROJECT_DIR_NAME --no-dev --no-interaction
```

To install the dev version of Vardoc 5.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 || ^10
version: 5.0.x-dev
version: 5.0.0-alpha7
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 || ^10
version: 5.0.x-dev
version: 5.0.0-alpha7
package: Vardoc
dependencies:
  - drupal:block
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@ name: 'Vardoc Content Collections'
description: 'Provides Groups managment with default configs for Vardoc.'
type: module
core_version_requirement: ^9 || ^10
version: 5.0.x-dev
version: 5.0.0-alpha7
package: Vardoc
dependencies:
  - group:group
Loading