MDL-78525 core: Update upgrade.txt for count_words and count_letters

This commit is contained in:
Huong Nguyen 2023-07-20 10:52:36 +07:00 committed by Ilya Tregubov
parent 2e53b399b3
commit 14998e157d
No known key found for this signature in database
GPG Key ID: 0F58186F748E55C1

View File

@ -52,6 +52,7 @@ information provided here is intended especially for developers.
* New \core\output\activity_header::get_heading_level() method to get the heading level for a given heading level depending whether
the page displays a heading for the activity (usually a h2 heading containing the activity name).
* New method moodleform::filter_shown_headers() is created to show some expanded headers only and hide the rest.
* count_words() and count_letters() have a new optional parameter called $format to format the text before doing the counting.
=== 4.2 ===