Skip to content

Commit

Permalink
Issue #290: Done in PR #291
Browse files Browse the repository at this point in the history
  • Loading branch information
lexhouk authored Jun 27, 2024
2 parents 78f02fc + 269bf98 commit 503c337
Show file tree
Hide file tree
Showing 64 changed files with 308 additions and 372 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/install-module.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Install module
about: Install module.
about: Add new contrib modules and create a wrapper module with configuration and integrating code for them.
title: Install "NAME" module
labels: ''
assignees: ''
Expand Down
6 changes: 2 additions & 4 deletions .github/ISSUE_TEMPLATE/update-module.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
---
name: Update module
about: Update module.
about: Refresh an existing contrib module to a newer version.
title: Update "NAME" module from CURRENT to NEWER
labels: update
assignees: ''

---

Update [NAME](https://www.drupal.org/project/KEY) module from **CURRENT** to
**NEWER**. Compare versions
[here](https://git.drupalcode.org/project/KEY/-/compare/8.x-CURRENT...8.x-NEWER).
Update [NAME](https://www.drupal.org/project/KEY) module from **CURRENT** to **NEWER**. Compare versions [here](https://git.drupalcode.org/project/KEY/-/compare/8.x-CURRENT...8.x-NEWER).
6 changes: 2 additions & 4 deletions .github/ISSUE_TEMPLATE/update-theme.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
---
name: Update theme
about: Update theme.
about: Refresh an existing contrib theme to a newer version.
title: Update "NAME" theme from CURRENT to NEWER
labels: update
assignees: ''

---

Update [NAME](https://www.drupal.org/project/KEY) theme from **CURRENT** to
**NEWER**. Compare versions
[here](https://git.drupalcode.org/project/KEY/-/compare/8.x-CURRENT...8.x-NEWER).
Update [NAME](https://www.drupal.org/project/KEY) theme from **CURRENT** to **NEWER**. Compare versions [here](https://git.drupalcode.org/project/KEY/-/compare/8.x-CURRENT...8.x-NEWER).
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# D8+

Installation profile for Drupal 10.
The installation profile for CMS Drupal 10 based on the most common modules and
themes that form the basis for creating a stable site.

[![Made in Ukraine](https://img.shields.io/badge/made_in-ukraine-ffd500.svg?labelColor=005bbb)](https://supportukrainenow.org)
[![Version](http://poser.pugx.org/lexhouk/d8/version)](https://packagist.org/packages/lexhouk/d8)
Expand All @@ -25,7 +26,9 @@ This installation profile requires the following modules:
- [Configuration Update Manager](https://www.drupal.org/project/config_update)
- [Drupal Symfony Mailer](https://www.drupal.org/project/symfony_mailer)
- [Error & Exception Mailer](https://www.drupal.org/project/exception_mailer)
- [External Links](https://www.drupal.org/project/extlink)
- [Features](https://www.drupal.org/project/features)
- [Font Awesome Icons](https://www.drupal.org/project/fontawesome)
- [Module Filter](https://www.drupal.org/project/module_filter)
- [reCAPTCHA](https://www.drupal.org/project/recaptcha)
- [reCAPTCHA Preloader](https://www.drupal.org/project/recaptcha_preloader)
Expand Down
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lexhouk/d8",
"description": "Installation profile for Drupal 10.",
"description": "The installation profile for CMS Drupal 10 based on the most common modules and themes that form the basis for creating a stable site.",
"type": "drupal-profile",
"license": "GPL-2.0-or-later",
"require": {
Expand All @@ -14,7 +14,9 @@
"drupal/core": "10.2.3",
"drupal/core-composer-scaffold": "10.2.3",
"drupal/exception_mailer": "4.0.0",
"drupal/extlink": "1.7",
"drupal/features": "3.14",
"drupal/fontawesome": "2.26",
"drupal/module_filter": "4.1.1",
"drupal/recaptcha": "3.2",
"drupal/recaptcha_preloader": "2.0.0",
Expand Down
5 changes: 3 additions & 2 deletions d8.info.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: D8+
description: Provides installation profile for Drupal 10.
description: The installation profile for CMS Drupal 10 based on the most common modules and themes that form the basis for creating a stable site.

type: profile
core_version_requirement: ^10.2
version: 0.18.2.168
version: 0.19.0.169

distribution:
name: D8+
Expand All @@ -19,6 +19,7 @@ dependencies:
- drupal:field_ui
- drupal:node
- drupal:shortcut
- drupal:update

- admin_toolbar:admin_toolbar_search
- admin_toolbar:admin_toolbar_tools
Expand Down
Loading

0 comments on commit 503c337

Please sign in to comment.