From 656e964c70cba0e5216473a1c5b77210a864116b Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Mon, 27 Apr 2026 19:41:46 +0200 Subject: [PATCH 1/4] Update downloads page for 3.3.16 & 4.0.0-a2 --- src/Controller/DefaultController.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Controller/DefaultController.php b/src/Controller/DefaultController.php index 83a0913..0af74bd 100644 --- a/src/Controller/DefaultController.php +++ b/src/Controller/DefaultController.php @@ -116,9 +116,9 @@ public function downloadsAction(): Response // Make this false when the most recent release is not an RC/Alpha/Beta $latestDevelopment = true; - $previousVersions = ['3.3.15', '3.2.10']; - $currentVersion = '4.0.0-a1'; - $mainPackageSha = 'c78fe91cae5684cd02532ad25df0b80cac5db5bc8deba7b92fd6100bdffea898'; + $previousVersions = ['3.3.16', '3.2.10']; + $currentVersion = '4.0.0-a2'; + $mainPackageSha = '0555531d70b578001bcb248a8cf8e25266d078a47456a49a89ced71afb4ec27c'; $currentBranch = '4.0/unstable'; $currentVersionFiles = 'https://download.phpbb.com/pub/release/' . $currentBranch . '/' . $currentVersion . '/'; From 2c32840904082f10b1fd3e69d30d42c997afb456 Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Mon, 27 Apr 2026 19:42:29 +0200 Subject: [PATCH 2/4] Update latest version to 3.3.16 --- bin/build_code_changes_33.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/build_code_changes_33.sh b/bin/build_code_changes_33.sh index 8691d21..dbc9dad 100755 --- a/bin/build_code_changes_33.sh +++ b/bin/build_code_changes_33.sh @@ -3,8 +3,8 @@ mode="side-by-side" basedir=`cd $(dirname "$BASH_SOURCE"); cd ..; pwd` outdir=`cd "$basedir"; cd ./web/code-changes/; pwd` datadir=`cd "$basedir"; cd ./data/code-changes/; pwd` -latest="3.3.15" -releases="3.3.0-b1 3.3.0-b2 3.3.0-RC1 3.3.0 3.3.1 3.3.2 3.3.3 3.3.4 3.3.5 3.3.6 3.3.7 3.3.8 3.3.9 3.3.10 3.3.11 3.3.12 3.3.13 3.3.14" +latest="3.3.16" +releases="3.3.0-b1 3.3.0-b2 3.3.0-RC1 3.3.0 3.3.1 3.3.2 3.3.3 3.3.4 3.3.5 3.3.6 3.3.7 3.3.8 3.3.9 3.3.10 3.3.11 3.3.12 3.3.13 3.3.14 3.3.15" # Set up the file structure if [ ! -d "$datadir/repo" ]; From c6bf3be40cb96a69c9f423e1cbac7704a008ae5b Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Mon, 27 Apr 2026 19:43:46 +0200 Subject: [PATCH 3/4] Update navigation links for version 3.3.16 --- data/code-changes/template/33_nav.html | 37 +++++++++++++------------- 1 file changed, 19 insertions(+), 18 deletions(-) diff --git a/data/code-changes/template/33_nav.html b/data/code-changes/template/33_nav.html index 8e4b4d7..4a809aa 100644 --- a/data/code-changes/template/33_nav.html +++ b/data/code-changes/template/33_nav.html @@ -1,21 +1,22 @@ From 82ecedfc93fc7969ca19d5e762474e23d9c63ee3 Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Mon, 27 Apr 2026 19:44:14 +0200 Subject: [PATCH 4/4] Update redirect location for 3.3.16 --- web/code-changes/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/code-changes/index.php b/web/code-changes/index.php index f35b584..ac1e76e 100644 --- a/web/code-changes/index.php +++ b/web/code-changes/index.php @@ -1,2 +1,2 @@