diff options
Diffstat (limited to 'phpBB/docs/CHANGELOG.html')
-rw-r--r-- | phpBB/docs/CHANGELOG.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 38189bc446..37d548f3ec 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -216,6 +216,10 @@ p a { <li>[Fix] Correctly hide post/reply buttons if permissions are not given (related to Bug #12809)</li> <li>[Fix] Remove orphan/wrong permission entries for non-existent forums - self-repairing permissions if conversions went "crazy"</li> <li>[Feature] Allow "older" updates applied with the automatic updater. This allows people using it for updating, say, from 3.0.0 to 3.0.1 (with the correct package of course) and then from 3.0.1 to 3.0.2 if the latest version at this time is 3.0.2. These changes take effect beginning with RC4 or people replacing install/install_update.php manually prior doing the updates.</li> + <li>[Fix] Present correct error message if user tries to edit already read private message (Bug #13271)</li> + <li>[Fix] Also display board disabled notice for admins/mods if board got disabled due to exceeding the load limit (Bug #13267)</li> + <li>[Fix] Correctly deliver avatar if readfile function has been disabled (Bug #13309)</li> + <li>[Fix] Display php information page with the correct direction (Bug #12557)</li> </ul> |