Commit 0d2a0c73 authored by Rajab Natshah's avatar Rajab Natshah
Browse files

Issue #3293686: Release Vardoc 4.0.5

parent b3beed95
Loading
Loading
Loading
Loading
+27 −1
Original line number Diff line number Diff line
# 4.0.5

### Highlighted important changes since Vardoc 4.0.4:
* Issue [#3290900](http://drupal.org/i/3290900):
                 Update the Allow profiles to define a base/parent
                 profile patch to work with Drupal 9.4.*
* Issue [#3256885](http://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 [#3270492](http://drupal.org/i/3270492):
                 Have a default template for merge requests and
                 issues for the Vardoc profile project in Gitlab

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

# 4.0.4

### Highlighted important changes since Vardoc 4.0.3:
* Issue [#3268512](http://drupal.org/i/3268512):
                 Updated Varbase profile to 9.0.5 and Drupal to 9.3.7

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

# 4.0.3

### Highlighted important changes since Vardoc 4.0.1:
### Highlighted important changes since Vardoc 4.0.2:

* Issue [#3258410](http://drupal.org/i/3258410):
                 Updated Varbase profile from ~8.8.0 to ~9.0.0 on
@@ -11,6 +35,8 @@
                 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:
+1 −1
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@
    "drupal/core-composer-scaffold": "^9",
    "webflo/drupal-finder": "~1.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: 4.0.x-dev
version: 4.0.5
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.5
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.5
package: Vardoc
dependencies:
  - varbase_core:varbase_core
Loading