diff options
author | Chris Smith <toonarmy@phpbb.com> | 2010-01-17 17:25:14 +0000 |
---|---|---|
committer | Chris Smith <toonarmy@phpbb.com> | 2010-01-17 17:25:14 +0000 |
commit | af6c5dd41d167a9402b7cc010caafcdee167bd10 (patch) | |
tree | 28c2c209439fd45d3e683dc606552bea7e3e5d12 /phpBB/docs | |
parent | 2fd7cd661b35bf52f1433b4682f37d0641593859 (diff) | |
download | forums-af6c5dd41d167a9402b7cc010caafcdee167bd10.tar forums-af6c5dd41d167a9402b7cc010caafcdee167bd10.tar.gz forums-af6c5dd41d167a9402b7cc010caafcdee167bd10.tar.bz2 forums-af6c5dd41d167a9402b7cc010caafcdee167bd10.tar.xz forums-af6c5dd41d167a9402b7cc010caafcdee167bd10.zip |
Load reCAPTCHA over https when using a secure connection to the board. #55755
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10420 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/docs')
-rw-r--r-- | phpBB/docs/CHANGELOG.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 4df893e1dc..f90e1e84f3 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -134,6 +134,7 @@ <li>[Fix] Correctly determine permissions to show quick reply button. (Bug #56555)</li> <li>[Fix] Do not unsubscribe users from topics replying with quickreply. (Bug #56235)</li> <li>[Fix] Don't submit when pressing enter on preview button. (Bug #54395)</li> + <li>[Fix] Load reCAPTCHA over https when using a secure connection to the board. (Bug #55755)</li> <li>[Change] Move redirect into a hidden field to avoid issues with mod_security. (Bug #54145)</li> <li>[Change] Log activation through inactive users ACP. (Bug #30145)</li> <li>[Change] Send time of last item instead of current time in ATOM Feeds. (Bug #53305)</li> |