Skip to content

Commit

Permalink
Issue #306: Done in PR #307
Browse files Browse the repository at this point in the history
  • Loading branch information
lexhouk authored Sep 19, 2024
2 parents ee5070d + cdd9ba0 commit c437f60
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/install-module.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: 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: ''
assignees: lexhouk

---

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/update-core.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Update core
about: Update core.
title: Update core from CURRENT to NEWER
labels: ['📢 update', 'core']
assignees: ''
assignees: lexhouk

---

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/update-module-classic.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Update classic module
about: Refresh an existing contrib module to a newer version where version names still use prefixes based on Drupal core.
title: Update "NAME" module from CURRENT to NEWER
labels: '📢 update'
assignees: ''
assignees: lexhouk

---

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/update-module-modern.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Update modern module
about: Refresh an existing contrib module to a newer version where a prefix based on Drupal core is absent in version names.
title: Update "NAME" module from CURRENT to NEWER
labels: '📢 update'
assignees: ''
assignees: lexhouk

---

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/update-module-upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Update module to modern
about: Upgrade an existing contrib module to a newer version where the version name of the current release still uses a prefix based on Drupal core but a newer version name without this prefix.
title: Update "NAME" module from CURRENT to NEWER
labels: '📢 update'
assignees: ''
assignees: lexhouk

---

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/update-theme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Update theme
about: Refresh an existing contrib theme to a newer version.
title: Update "NAME" theme from CURRENT to NEWER
labels: '📢 update'
assignees: ''
assignees: lexhouk

---

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"require": {
"composer/installers": "1.11.0",
"cweagans/composer-patches": "^1.0",
"drupal/admin_toolbar": "3.4.1",
"drupal/admin_toolbar": "3.5.0",
"drupal/autoban": "1.10",
"drupal/bootstrap": "3.32",
"drupal/captcha": "2.0.6",
Expand Down
3 changes: 1 addition & 2 deletions d8.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: The installation profile for CMS Drupal 10 based on the most common

type: profile
core_version_requirement: ^10.3
version: 0.20.0.183
version: 0.20.0.184

php: 8.3

Expand All @@ -25,7 +25,6 @@ dependencies:
- drupal:update

- admin_toolbar:admin_toolbar_search
- admin_toolbar:admin_toolbar_tools
- features:features_ui
- jquery_ui_draggable:jquery_ui_draggable
- jquery_ui_resizable:jquery_ui_resizable
Expand Down

0 comments on commit c437f60

Please sign in to comment.