From bc4a787470767d76ece7baba9892f0256436068c Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Mon, 6 Jun 2022 14:40:59 +0200 Subject: [PATCH] [prep-release-3.3.8] Update changelog for 3.3.8-RC1 --- phpBB/docs/CHANGELOG.html | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 08fa1cd0f5..1100679afa 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -50,6 +50,7 @@
  1. Changelog
      +
    • Changes since 3.3.7
    • Changes since 3.3.6
    • Changes since 3.3.6-RC1
    • Changes since 3.3.5
    • @@ -161,6 +162,33 @@
      +

      Changes since 3.3.7

      +

      Bug

      +
        +
      • [PHPBB3-13821] - Always show "Display this post" for foes
      • +
      • [PHPBB3-16871] - S_FORUM_ID and S_TOPIC_ID variables set by page_header may cause fatal errors in feeds
      • +
      • [PHPBB3-16891] - Controller Helper Routing in ACP can break Extension Installation
      • +
      • [PHPBB3-16960] - Migrations table not populated at the end of installation
      • +
      • [PHPBB3-16962] - Possible bug related with format date
      • +
      • [PHPBB3-16966] - "Insecure redirect" error while permanently deleting posts
      • +
      • [PHPBB3-16976] - phpBB Native Search returns 1 match and one page of results
      • +
      • [PHPBB3-16977] - Cron-job "img" tag at bottom breaks some styles and is inaccessible
      • +
      • [PHPBB3-16978] - </ul> Tag Missing From posting_pm_header.html Template
      • +
      • [PHPBB3-16981] - HTML-encoded emojis `&#128396;️ &#128208;` in email subject line
      • +
      • [PHPBB3-16990] - Wrong style template code in the post editor prevents deleting a post with certain permission combination
      • +
      +

      Improvement

      +
        +
      • [PHPBB3-13859] - Youtube profilefield needs an upgrade
      • +
      • [PHPBB3-15947] - "X out of 0 messages stored" in UCP
      • +
      • [PHPBB3-16800] - Language string NO_POSTS should be changed
      • +
      • [PHPBB3-16959] - Remove redundant URL parameters from notification mails
      • +
      • [PHPBB3-16967] - Deprecate use of PHP and INCLUDEPHP in templates
      • +
      • [PHPBB3-16969] - Flash status displays when posting when posts settings don't allow [FLASH] - BBCode
      • +
      • [PHPBB3-16988] - Ignore appended branch info when preparing commit message
      • +
      • [PHPBB3-16991] - Add events for bookmarks and subscribed topics in UCP
      • +
      +

      Changes since 3.3.6

      Bug