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 38a2316b2b..37409f6e71 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -133,6 +133,8 @@ <li>[Change] Allow setting birth year to current year.</li> <li>[Change] Do not use the topics posted table when performing an egosearch.</li> <li>[Change] Log the forum name that topics are moved into.</li> + <li>[Change] Automatically add users/groups to the PM recipient list, if entered or selected.</li> + <li>[Change] Reply to PM now includes all previous recipients and not only the original sender.</li> <li>[Feature] Allow limited inheritance for template sets.</li> <li>[Feature] Allow hard disabling of the template editor.</li> @@ -140,6 +142,8 @@ <li>[Feature] Ability to define nullar/singular/plural language entries</li> <li>[Feature] Ability to mimic sprintf() calls with $user->lang() with the ability to correctly assign nullar/singular/plural language entries.</li> <li>[Feature] Added the possibility to force user posts put in queue if post count is lower than an admin defined value. Guest posting is not affected by this setting.</li> + <li>[Feature] Added 'max_recipients' setting for private messages. This setting allows admins to define the maximum number of recipients per private message with a board-wide setting and a group-specific setting.</li> + <li>[Feature] Added new permission setting for sending private messages to groups. Now there are two permissions to define sending private messages to multiple recipients and private messages to groups.</li> </ul> <a name="v301"></a><h3>1.ii. Changes since 3.0.1</h3> |