Not really much more to add than the title - just wondering if this is likely to be your list in the near future or not?

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

petednz created an issue. See original summary.

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

chetan 11’s picture

Status: Active » Needs review

Hi,
I have made this module compatible with drupal 10.
Thanks

petednz’s picture

Marvellous - thank you for your quick response.

petednz’s picture

Any chance this gets a release - does it just need the info.yml updating so

> core_version_requirement: ^8 || ^9

is

core_version_requirement: ^8 || ^9 || 10

> drupal/civicrm_afform_block[1.0.0, ..., 1.0.1] require drupal/core ^8 || ^9 -> found drupal/core[8.0.0, ..., 8.9.20, 9.0.0, ..., 9.5.11] but the package is fixed to 10.1.5 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.

may mean there is a workaround I should be doing, but not something i have done before

elisseck’s picture

Assigned: Unassigned » elisseck
Status: Needs review » Fixed

Thanks @chetan-11 @petednz and sorry for the wait! I am not sure why but I don't think this sent me an email notification...

Pretty easy merge. You should now get 1.0.2 with composer require 'drupal/civicrm_afform_block:^1.0' or equivalent.

Let me know if you have any trouble!

elisseck’s picture

Status: Fixed » Closed (fixed)