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?
Issue fork civicrm_afform_block-3395062
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
Comment #4
chetan 11 commentedHi,
I have made this module compatible with drupal 10.
Thanks
Comment #5
petednz commentedMarvellous - thank you for your quick response.
Comment #6
petednz commentedAny 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
Comment #7
elisseck commentedThanks @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!
Comment #8
elisseck commented