Skip to content

Commit

Permalink
Issue #333: Done in PR #334
Browse files Browse the repository at this point in the history
  • Loading branch information
lexhouk authored Dec 21, 2024
2 parents 8d40902 + a9c14e6 commit 97da840
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/update-core.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
name: Update core
about: Switch to a newer version of the Drupal core to get improvements and new features.
title: Update core from CURRENT to NEWER
title: Drupal CURRENT to NEWER
labels: ['📢 update', 'core']
assignees: lexhouk

---

Update [core](https://www.drupal.org/project/drupal) from **CURRENT** to **NEWER**. Compare versions [here](https://git.drupalcode.org/project/drupal/-/compare/10.CURRENT...10.NEWER).
Update [core](https://www.drupal.org/project/drupal) from **CURRENT** to **NEWER**. Compare versions [here](https://git.drupalcode.org/project/drupal/-/compare/CURRENT...NEWER).
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/update-module-classic.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,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
title: NAME CURRENT to NEWER
labels: '📢 update'
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
@@ -1,7 +1,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
title: NAME CURRENT to NEWER
labels: '📢 update'
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
@@ -1,7 +1,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
title: NAME CURRENT to NEWER
labels: '📢 update'
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
@@ -1,7 +1,7 @@
---
name: Update theme
about: Refresh an existing contrib theme to a newer version.
title: Update "NAME" theme from CURRENT to NEWER
title: NAME CURRENT to NEWER
labels: '📢 update'
assignees: lexhouk

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"drupal/recaptcha_preloader": "2.0.1",
"drupal/service": "2.0.1",
"drupal/seven": "1.0.0",
"drupal/standwithukraine": "2.0.2",
"drupal/standwithukraine": "2.0.3",
"drupal/symfony_mailer": "1.5.0",
"php": "^8.3"
},
Expand Down
2 changes: 1 addition & 1 deletion 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.187
version: 0.20.0.188

php: 8.3

Expand Down

0 comments on commit 97da840

Please sign in to comment.