diff options
author | Andreas Fischer <bantu@phpbb.com> | 2009-07-25 14:48:25 +0000 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2009-07-25 14:48:25 +0000 |
commit | 268fc1bc561a780fdea69b5e6c2747e0936bb279 (patch) | |
tree | 186cfac936129f7bf910d1c0c5b917bb4cbac7a8 /phpBB/docs | |
parent | aec3a9964fdd5ad07b6f4c98aca115e0c299c64c (diff) | |
download | forums-268fc1bc561a780fdea69b5e6c2747e0936bb279.tar forums-268fc1bc561a780fdea69b5e6c2747e0936bb279.tar.gz forums-268fc1bc561a780fdea69b5e6c2747e0936bb279.tar.bz2 forums-268fc1bc561a780fdea69b5e6c2747e0936bb279.tar.xz forums-268fc1bc561a780fdea69b5e6c2747e0936bb279.zip |
r9849, r9851 - Do it right ... hopefully
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9852 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/docs')
-rw-r--r-- | phpBB/docs/CHANGELOG.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 56975135f9..b0a2937dcf 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -199,13 +199,14 @@ <li>[Change] Add pagination for icons and smilies in the ACP and smilies in the smiley popup</li> <li>[Change] Cache get_username_string() function calls on viewtopic.</li> <li>[Feature] Add language selection on the registration terms page (Bug #15085 - Patch by leviatan21)</li> - <li>[Feature] Backported 3.2 captcha plugins.</li> + <li>[Feature] Backported 3.2 captcha plugins. <ul> <li>Classic and GD CAPTCHA</li> <li>reCaptcha (based on API from recaptcha.net by Mike Crawford and Ben Maurer)</li> <li>Q&A CAPTCHA</li> - <li>3D Wave (by Robert "Xore" Hetzler)/li> + <li>3D Wave (by Robert "Xore" Hetzler)</li> </ul> + </li> <li>[Feature] Introduced new ACM plugins: <ul> <li>null</li> |