- Issue created by @lmoeni
- 🇩🇪Germany lmoeni
The .module file is only affected in 1.5.x and the other two are in 1.4.x and also 1.5.x. That's why I seperated them in two merge requests.
- 🇮🇳India vinodhini.e chennai
Hello @Imoeni, I encountered the same issue while working with the CKEditor 5 Premium Features module.
Below are the steps I followed and the results:1. Installed the CKEditor 5 Premium Features module version 1.4.0 on a Drupal 11.2.x site.
2. Ran the Upgrade Status module to scan for deprecated functions.
3. Encountered the following error during the scan:
Call to deprecated function editor_load(). Deprecated in drupal:11.2.0 and is removed from drupal:12.0.0.
4. Applied the patch provided in MR !32.
5. Re-ran the Upgrade Status scan after applying the patch.The patch successfully removes the two deprecation errors in Drupal 11.2.x.