- 🇬🇧United Kingdom andrew robinson
Updating patch to include Drupal 10 in the
core_version_requirement
line of the .info.yml file.To upgrade from Drupal 9 you can:
- Install composer-drupal-lenient (
composer require mglaman/composer-drupal-lenient
) - Add this patch to composer.json
- Create a drupal-lenient stanza in composer.json (as a sibling of the patches stanza) add this module to the drupal-lenient section.
eg.
"drupal-lenient": { "allowed-list": [ "drupal/countup" ] }
- Install composer-drupal-lenient (
- 🇬🇧United Kingdom andrew robinson
Updated patch to include fix for jQuery.once call in countup.js
- 🇬🇧United Kingdom andrew robinson
A note for anyone upgrading from D9 to D10:
The patch in this thread will enable any existing countup embeds that are in the website to continue working.
However, you should be aware that the countup button that can be added to the CKEditor toolbar will not work with CKEditor5 (at the time of writing).
When upgrading from CKEditor 4 to 5 the following message is displayed:
The CKEditor 4 button countup does not have a known upgrade path. If it allowed editing markup, then you can do so now through the Source Editing functionality.There is an open ticket for making countup compatible with CKEditor 5 here: https://www.drupal.org/project/countup/issues/3331244 💬 Compatibily with ckeditor 5 Active
- 🇺🇸United States hockey2112
Will the D10 version be officially released soon?
- 🇵🇱Poland rafal.sereda
rafal.sereda → made their first commit to this issue’s fork.
- @rafalsereda opened merge request.
- 🇵🇱Poland pawel.demichowicz
pawel.demichowicz → made their first commit to this issue’s fork.
- Status changed to Fixed
12 months ago 7:47am 5 December 2023 - 🇱🇺Luxembourg B-Prod
Committed in the 3.x branch:
https://git.drupalcode.org/project/countup/-/commit/17bd1f3d10a6b9f8b8b3... Automatically closed - issue fixed for 2 weeks with no activity.