File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
development/development/changes Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,17 @@ custom PHP or Extension code for phpBB 4.0:
2929
3030You can find more upgrade guides in the `Symfony Repository <https://github.com/symfony/symfony/tree/6.4 >`_ on GitHub.
3131
32+ Major changes
33+ =============
34+
35+ Ban system
36+ ----------
37+ The ban system has been greatly refactored for phpBB 4.0. As part of this, the following changes were introduced:
38+
39+ - Added support for banning `CIDR blocks <https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing#CIDR_blocks >`_
40+ - Added support for IPv6 banning
41+ - Removed "exclude" functionality which resulted in ambiguous settings
42+
3243Class and function changes
3344==========================
3445The following table lists class and function changes that might affect custom PHP or Extension code.
@@ -48,6 +59,11 @@ Also have a look at the `phpBB API documentation <https://area51.phpbb.com/docs/
4859 - Removed
4960 - ``4.0.0-a1 ``
5061 - Use alternative avatar like gravatar or upload avatar.
62+ * - ``\phpbb\ban\* ``
63+ - ``phpbb/ban/* ``
64+ - Added
65+ - ``4.0.0-a1 ``
66+ - Added new refactored banning system. See the API docs for `\\ phpbb\\ ban <https://area51.phpbb.com/docs/code/master/phpbb/ban.html >`_ namespace.
5167 * - ``\phpbb\captcha\plugins\incomplete ``
5268 - ``phpbb/captcha/plugins/incomplete.php ``
5369 - Added
You can’t perform that action at this time.
0 commit comments