You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: phpBB/docs/CHANGELOG.html
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -176,7 +176,7 @@ <h1>Changelog</h1>
176
176
<div class="inner">
177
177
178
178
<div class="content">
179
-
<a name="v33x"></a><h3>Changes since 3.3.15</h3>
179
+
<a name="v33x"></a><h3>Changes since 3.3.x</h3>
180
180
<h4>Bug</h4>
181
181
<ul>
182
182
<li>[<a href="https://tracker.phpbb.com/browse/PHPBB-11449">PHPBB-11449</a>] - Get rid of recursive calls in class phpbb_notification_manager</li>
@@ -326,6 +326,10 @@ <h4>Bug</h4>
326
326
<li>[<a href="https://tracker.phpbb.com/browse/PHPBB-17529">PHPBB-17529</a>] - Installer timeout if config.php doesn't exist</li>
327
327
<li>[<a href="https://tracker.phpbb.com/browse/PHPBB-17533">PHPBB-17533</a>] - Reverting migrations may cause restoring incorrect data and throw "module exists" exceptions</li>
328
328
<li>[<a href="https://tracker.phpbb.com/browse/PHPBB-17537">PHPBB-17537</a>] - Caching of extensions autoloader ConfigCache not working</li>
329
+
<li>[<a href="https://tracker.phpbb.com/browse/PHPBB-17546">PHPBB-17546</a>] - Schema generator CLI does not work</li>
330
+
<li>[<a href="https://tracker.phpbb.com/browse/PHPBB-17547">PHPBB-17547</a>] - Login fails after multiple failed attempts due to incorrect Captcha enum value passed to init()</li>
331
+
<li>[<a href="https://tracker.phpbb.com/browse/PHPBB-17548">PHPBB-17548</a>] - Updating to phpBB4 with files missing is giving a error</li>
332
+
<li>[<a href="https://tracker.phpbb.com/browse/PHPBB-17549">PHPBB-17549</a>] - British English language pack has wrong license definition in composer.json</li>
329
333
</ul>
330
334
<h4>Epic</h4>
331
335
<ul>
@@ -513,6 +517,7 @@ <h4>Improvement</h4>
513
517
<li>[<a href="https://tracker.phpbb.com/browse/PHPBB-17513">PHPBB-17513</a>] - Web push notifications on Safari stop after 3 pushes</li>
514
518
<li>[<a href="https://tracker.phpbb.com/browse/PHPBB-17530">PHPBB-17530</a>] - Use Doctrine driver middleware instead of 'platform' parameter</li>
515
519
<li>[<a href="https://tracker.phpbb.com/browse/PHPBB-17535">PHPBB-17535</a>] - Upgrade PHPUnit to version 10</li>
520
+
<li>[<a href="https://tracker.phpbb.com/browse/PHPBB-17538">PHPBB-17538</a>] - Terms and Policy wording improvements</li>
516
521
<li>[<a href="https://tracker.phpbb.com/browse/PHPBB-17540">PHPBB-17540</a>] - Update windows runners and limit amount of runners on GitHub Actions</li>
517
522
<li>[<a href="https://tracker.phpbb.com/browse/PHPBB-17542">PHPBB-17542</a>] - Test Framework can be exited unexpectedly</li>
518
523
</ul>
@@ -608,6 +613,7 @@ <h4>Task</h4>
608
613
<li>[<a href="https://tracker.phpbb.com/browse/PHPBB-17516">PHPBB-17516</a>] - Remove dependency on CHItA/TopologicalSort</li>
609
614
<li>[<a href="https://tracker.phpbb.com/browse/PHPBB-17517">PHPBB-17517</a>] - Make proper use of eslint</li>
610
615
<li>[<a href="https://tracker.phpbb.com/browse/PHPBB-17543">PHPBB-17543</a>] - Update composer and dependencies</li>
616
+
<li>[<a href="https://tracker.phpbb.com/browse/PHPBB-17544">PHPBB-17544</a>] - Support Codespaces on master</li>
611
617
</ul>
612
618
613
619
<a name="v3315rc1"></a><h3>Changes since 3.3.15-RC1</h3>
0 commit comments