- First commit to issue fork.
- @earthday47 opened merge request.
- 🇺🇸United States earthday47 New YorkCreated fork with the automated fixes, added core_version_requirement. 
- 🇦🇺Australia marc.grothThanks @earthday47. I was able to use your PR to create a patch which I applied to the module... Which makes it D10 compatible. I have attached the patch in case it is useful for somebody. 
- 🇦🇺Australia marc.grothI just noticed that a line break is added to the .info.yml file as part of this patch which actually breaks when Drupal metadata is added to the file (because the line break should not be there according to the original file). I have attached an updated patch that takes this into account. The original .info.yml file will need to updated to include the line break if needed (which is suggested to keep it consistent with Drupal coding standards). 
- 🇫🇷France devil2005Hi, Is there any release of a stable version for D10 please ? thanks 
- 🇺🇸United States amanireThe patch in #7 applied to 8.x-2.0 for me. Thank you! 
- Status changed to RTBCalmost 2 years ago 3:45pm 7 November 2023
- 🇺🇦Ukraine vlad.dancer KyivHey @devil2005 you can require d10 compatible module version in the next way: composer remove drupal/ckeditor_uploadimageThen edit composer.json: { "type": "package", "package": { "name": "drupal/ckeditor_uploadimage", "type": "drupal-module", "version": "dev-2.x", "source": { "type": "git", "url": "https://git.drupalcode.org/issue/ckeditor_uploadimage-3296782.git", "reference": "f87155bc4d671a6763b93c49bd0bececcd37d763" } } },And place the above right before: { "type": "composer", "url": "https://packages.drupal.org/8" }, { "type": "composer", "url": "https://asset-packagist.org" },Then run composer require drupal/ckeditor_uploadimage:dev-2.x
 The last step you might need to run two times.
- 🇧🇪Belgium p-neyensAfter upgrading a D9 to D10 site i get the following warning Undefined array key "max_size" when using the format " 
 "I created a new ticket 🐛 Undefined array key "max_size" when using the format "flexible_html" Active for that