diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index ea2459b653..20f3f849d5 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -193,7 +193,6 @@
  • [Fix] Allow updater to work correctly with PHP filename extensions other than ".php". (Bugs #15809, #49215)
  • [Fix] Update search index if only post subject changed. (Bug #49435)
  • [Fix] Fix who is online displaying incorrect data. (Bug #49485, thanks Brainy)
  • -
  • [Change] Introduce new parametwer to page_header for forum specific who is online listings.
  • [Change] submit_post() now accepts force_approved_state key passed to $data to indicate new posts being approved (true) or unapproved (false).
  • [Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.
  • [Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)
  • @@ -219,6 +218,7 @@
  • [Change] Cache version check.
  • [Change] When creating a new forum without copying permissions, ask again.
  • [Change] Parse multiline url title for [url] BBCode tag. (Bug #1309)
  • +
  • [Change] Introduce new parameter to page_header() for forum specific who is online listings.
  • [Feature] Add language selection on the registration terms page (Bug #15085 - Patch by leviatan21)
  • [Feature] Backported 3.2 captcha plugins.