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

Issue #3301874: Release Vardoc 5.0.0-alpha6

parent 263702de
Loading
Loading
Loading
Loading
+19 −0
Original line number Diff line number Diff line
# 5.0.0-alpha6

### Highlighted important changes since 5.0.0-alpha5:
* Issue [#3301892](https://www.drupal.org/i/3301892):
        Changed `node_type` to `entity_bundle:node` for default pathauto
        pattern configs for all Vardoc content types
* Issue [#3301908](https://www.drupal.org/i/3301908):
        Fixed Drupal coding standards and Practices
        in `yml`, `PHP`, and `CSS` code
* Issue [#3301450](https://www.drupal.org/i/3301450)
        by [vacho](https://www.drupal.org/u/vacho)
       : Have `drupal-scaffold` locations `web-root` as docroot to fix
        composer `web-root` folder in projects
* Issue [#3302440](https://www.drupal.org/i/3302440):
        Dropped support for Composer `~1.0` in the Vardoc profile and only
        support Composer `~2.0` and later versions

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

# 5.0.0-alpha5

### Highlighted important changes since 5.0.0-alpha4:
+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/107/workflows/faed6526-6112-4435-bc77-276adc117f11) Vardoc 5.0.0-alpha5
[![Vardot](https://circleci.com/gh/Vardot/vardoc/tree/5.0.x.svg?style=shield)](https://app.circleci.com/pipelines/github/Vardot/vardoc/118/workflows/1a93d485-6b55-418a-8ced-6ba3ca5568c3) Vardoc 5.0.0-alpha6
# 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-alpha5 PROJECT_DIR_NAME --no-dev --no-interaction
composer create-project Vardot/vardoc-project:5.0.0-alpha6 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-alpha6
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-alpha6
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-alpha6
package: Vardoc
dependencies:
  - group:group
Loading