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

This commit is contained in:
Huong Nguyen 2023-07-20 10:53:56 +07:00
parent b222d8927b
commit d3e42f9a8b
No known key found for this signature in database
GPG key ID: 40D88AB693A3E72A

View file

@ -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.2.1 ===
* Added a new parameter in address_in_subnet to give us the ability to check for 0.0.0.0 or not.