Problem/Motivation

I ran Drupal Upgrade Status and it flagged that the value of core_version_requirement: ^8 || ^9 is not compatible with the next major version of Drupal core for both captcha_questions.info.yml and captcha_questions_dblog.info.yml.

Proposed resolution

Update core_version_requirement: ^8 || ^9 to core_version_requirement: ^8 || ^9 || ^10 for both captcha_questions.info.yml and captcha_questions_dblog.info.yml.

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

dmurphy1 created an issue. See original summary.

dmurphy1’s picture

Issue summary: View changes
dmurphy1’s picture

Issue summary: View changes
dmurphy1’s picture

This patch updates core_version_requirement: ^8 || ^9 to core_version_requirement: ^8 || ^9 || ^10 for both captcha_questions.info.yml and captcha_questions_dblog.info.yml.

chetan 11 made their first commit to this issue’s fork.

chetan 11’s picture

Status: Active » Needs work

Hi
#4 patch is applied successfully, but i'm getting error in recent log messages,
TypeError: htmlspecialchars(): Argument #1 ($string) must be of type string, Drupal\Core\Link given in htmlspecialchars() (line 436 of /var/www/web/core/lib/Drupal/Component/Utility/Html.php).

keshavv’s picture

Status: Needs work » Needs review
StatusFileSize
new1016 bytes

Not able to reproduce the error, But rerolled the patch with one more fix.

yogeshmpawar’s picture

Assigned: dmurphy1 » yogeshmpawar
yogeshmpawar’s picture

Assigned: yogeshmpawar » Unassigned
Status: Needs review » Fixed

Thanks for working on this. D10 release - https://www.drupal.org/project/captcha_questions/releases/2.0.0

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.