1
0
mirror of https://github.com/moodle/moodle.git synced 2025-05-12 19:25:35 +02:00

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

This commit is contained in:
Huong Nguyen 2023-07-20 10:54:57 +07:00
parent 974cbce6e8
commit 792530cfe6
No known key found for this signature in database
GPG Key ID: 40D88AB693A3E72A

@ -11,6 +11,7 @@ information provided here is intended especially for developers.
even if we define the settings in config.php.
* 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).
* count_words() and count_letters() have a new optional parameter called $format to format the text before doing the counting.
=== 4.1.4 ===
* Added a new parameter in address_in_subnet to give us the ability to check for 0.0.0.0 or not.