diff options
Diffstat (limited to 'phpBB/docs/CHANGELOG.html')
-rw-r--r-- | phpBB/docs/CHANGELOG.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 77c6e500e8..e7cdbe9a8b 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -85,6 +85,13 @@ <li>[Fix] Fixed MSSQL related bug in the update system</li> <li>[Fix] Display "Return to" links on unwritable forums (Bug #14824)</li> <li>[Fix] Mitigating different realpath() handling between PHP versions (fixing confirm box redirects)</li> + <li>[Fix] Fix signature editing - ability to remove signature (Bug #14820)</li> + <li>[Fix] Send correct activation key by forcing reactivation for inactive user (Bug #14819)</li> + <li>[Fix] Adding correct IP for private messages sent by issuing warnings (Bug #14781)</li> + <li>[Fix] Open private message notification (Bug #14773)</li> + <li>[Fix] Fixing false new private message indicator (Bug #14627)</li> + <li>[Fix] Let newly activated passwords work if users were converted (Bug #14787)</li> + <li>[Fix] Quote bbcode fixes. Letting parse quote="[" and re-allowing whitelisted bbcodes within username portion (Bug #14770)</li> </ul> <a name="v30rc6"></a><h3>1.ii. Changes since 3.0.RC6</h3> |