Please update the twig_tweak.info.yml file to core_version_requirement: ^10.3 || ^11.0
This will show on the 'admin/reports/updates/update' page as Not compatible for all Drupal installs less than 10.3.
Can we get this released in dev OR 2.0.7? This is cause me not to be able to update sites using this module.
Version 2.0 will not apply to sites running core 10.2.1 or higher (I'm running 10.2.8) as composer fails. Composer returns
drupal/autocomplete_deluxe 2.0.6 requires drupal/core <=10.2 -> found drupal/core[8.0.0-beta6, ..., 8.9.x-dev, 9.0.0-alpha1, ..., 9.5.x-dev, 10.0.0-alpha1, ..., 10.2.0] but the package is fixed to 10.2.8 (lock file version) by a partial update and that version does not match.
I think the core lock need to be <10.3 to allow any version less than 10.3, ie 10.2.8, but I am not composer expert.
I set it back to needs work, as in current form it will not install.
I can confirm this issue 'as described'. Have tested on over a dozen site, same issue.
If you would like to make a patch for the custom hook, I will review it.
Good catch Andriy. I can confirm (again) this is RTBC as patch install cleanly against code line.
I re-re-rolled the patch as it was not applying. I believe the issue is these patches remove the dependencies of image, but leave the dependencies:
line in the info file, with nothing below it, causing it to fail.
Updated patch replace metatag_generate_entity_metatags() with metatag_generate_entity_all_tags()
metatag_generate_entity_metatags() is a deprecated function and was removed in 2.0.0. Need to switch to metatag_generate_entity_all_tags()