You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: user_guide_src/source/changelog.rst
+11-9Lines changed: 11 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,19 +44,21 @@ Release Date: Not Released
44
44
45
45
- Helpers
46
46
47
-
- create_captcha() accepts additional colors parameter, allowing for color customization
48
-
- url_title() will now trim extra dashes from beginning and end.
47
+
- ``create_captcha()`` accepts additional colors parameter, allowing for color customization.
48
+
- ``url_title()`` will now trim extra dashes from beginning and end.
49
49
- Added XHTML Basic 1.1 doctype to :doc:`HTML Helper <helpers/html_helper>`.
50
-
- Changed humanize() to include a second param for the separator.
50
+
- Changed ``humanize()`` to include a second param for the separator.
51
51
- Refactored ``plural()`` and ``singular()`` to avoid double pluralization and support more words.
52
52
- Added an optional third parameter to ``force_download()`` that enables/disables sending the actual file MIME type in the Content-Type header (disabled by default).
53
53
- Added an optional third parameter to ``timespan()`` that constrains the number of time units displayed.
54
-
- Added a work-around in force_download() for a bug Android <= 2.1, where the filename extension needs to be in uppercase.
55
-
- form_dropdown() will now also take an array for unity with other form helpers.
56
-
- set_realpath() can now also handle file paths as opposed to just directories.
57
-
- do_hash() now uses PHP's native hash() function, supporting more algorithms.
58
-
- Added an optional paramater to ``delete_files()`` to enable it to skip deleting files such as .htaccess and index.html.
59
-
- Removed deprecated helper function ``js_insert_smiley()`` from smiley helper.
54
+
- Added a work-around in ``force_download()`` for a bug Android <= 2.1, where the filename extension needs to be in uppercase.
55
+
- ``form_dropdown()`` will now also take an array for unity with other form helpers.
56
+
- ``do_hash()`` now uses PHP's native ``hash()`` function (supporting more algorithms) and is deprecated.
57
+
- Removed previously deprecated helper function ``js_insert_smiley()`` from smiley helper.
0 commit comments