diff options
author | Andrey Andreev <narf@devilix.net> | 2016-01-30 21:43:41 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2016-01-30 21:43:41 +0100 |
commit | 391d339b921623ce921bdb5520fb93f9cf62fac5 (patch) | |
tree | 978fa5b92448b56eb6ddfb0012131d7fb04b4063 /user_guide_src | |
parent | 9aab22e0a1aa876b98dcfa58781b0ffde71f97a1 (diff) |
Fix #4415 and add unit tests for https://bugs.php.net/bug.php?id=51192
Diffstat (limited to 'user_guide_src')
-rw-r--r-- | user_guide_src/source/changelog.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst index a3fed6af3..a8cb3f5c3 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -17,6 +17,7 @@ Bug fixes for 3.0.5 - Fixed a bug (#4401) - :doc:`Query Builder <database/query_builder>` breaks ``WHERE`` and ``HAVING`` conditions that use ``IN()`` with strings containing a closing parenthesis. - Fixed a regression in :doc:`Form Helper <helpers/form_helper>` functions :php:func:`set_checkbox()`, :php:func:`set_radio()` where "checked" inputs aren't recognized after a form submit. - Fixed a bug (#4407) - :doc:`Text Helper <helpers/text_helper>` function :php:func:`word_censor()` doesn't work under PHP 7 if there's no custom replacement provided. +- Fixed a bug (#4415) - :doc:`Form Validation Library <libraries/form_validation>` rule **valid_url** didn't accept URLs with IPv6 addresses enclosed in square brackets under PHP 5 (upstream bug). Version 3.0.4 ============= |