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

Issue #3293687: Release Vardoc 5.0.0-alpha5

parent 473aae38
Loading
Loading
Loading
Loading
+20 −0
Original line number Diff line number Diff line
# 5.0.0-alpha5

### Highlighted important changes since 5.0.0-alpha4:

* Issue [#3290900](https://www.drupal.org/i/3290900):
        Update the Allow profiles to define a base/parent profile
        patch to work with Drupal 9.4.2
* Issue [#3270492](https://www.drupal.org/i/3270492):
        Have a default template for merge requests and issues for
        the Vardoc profile project in Gitlab
* Issue [#3256885](https://www.drupal.org/i/3256885):
        Switched Vardoc default Automated Functional Testing users creation
        to use drush user:create and drush user:role:add and use
        the default manual testing user names and emails
* Issue [#3256732](https://www.drupal.org/i/3256732):
        Added composer allow-plugins to composer.json for Vardoc
        and Vardoc Project template

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

# 5.0.0-alpha4

### Highlighted important changes since 5.0.0-alpha3:
+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/11/workflows/508ef46f-5576-496f-b8ef-3988ba2f9aee) Vardoc 5.0.0-alpha4
[![Vardot](https://circleci.com/gh/Vardot/vardoc/tree/5.0.x.svg?style=shield)](https://app.circleci.com/pipelines/github/Vardot/vardoc/101/workflows/804c9501-7b30-4c76-a71d-6053f47bc239) Vardoc 5.0.0-alpha5
# 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-alpha4 PROJECT_DIR_NAME --no-dev --no-interaction
composer create-project Vardot/vardoc-project:5.0.0-alpha5 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
@@ -38,7 +38,7 @@
    "webflo/drupal-finder": "^1",
    "drupal/core": "~9.0",
    "vardot/entity-definition-update-manager": "~1.0",
    "vardot/varbase": "~9.0.0",
    "vardot/varbase": "~9.0",
    "drupal/varbase_faqs": "~9.0",
    "drupal/fontawesome": "~2.0",
    "drupal/better_normalizers": "~1.0",
+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: 5.0.x-dev
version: 5.0.0-alpha5
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: 5.0.x-dev
version: 5.0.0-alpha5
package: Vardoc
dependencies:
  - drupal:block
Loading