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" ]; 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 @@ 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 . '/'; 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 @@