Skip to content

Commit 30d0137

Browse files
authored
Merge pull request #123 from phpbb/release/3.3.15-RC1
Enable unstable downloads page for 3.3.15-RC1
2 parents 8b9cc43 + f60aca9 commit 30d0137

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/Controller/DefaultController.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,11 +114,11 @@ public function docsRedirectAction($path): RedirectResponse
114114
public function downloadsAction(): Response
115115
{
116116
// Make this false when the most recent release is not an RC/Alpha/Beta
117-
$latestDevelopment = false;
117+
$latestDevelopment = true;
118118

119-
$previousVersions = ['3.3.13', '3.3.12', '3.3.11', '3.3.10', '3.3.9', '3.3.8', '3.3.7', '3.3.6', '3.3.5', '3.3.4', '3.3.3', '3.3.2', '3.3.1', '3.3.0', '3.2.10', '3.2.9', '3.2.8', '3.2.7', '3.2.6', '3.2.5', '3.2.4', '3.2.3', '3.2.2', '3.2.1', '3.2.0', '3.1.12', '3.1.11', '3.1.10', '3.1.9', '3.1.8', '3.1.7-pl1', '3.1.6', '3.1.5', '3.1.4', '3.1.3', '3.1.2', '3.1.1', '3.1.0'];
120-
$currentVersion = '3.3.14-RC1';
121-
$mainPackageSha = 'b69716053bd9e6637980313f683a81f518808c922758cc672d5314fc8e2e7364';
119+
$previousVersions = ['3.3.14', '3.3.13', '3.3.12', '3.3.11', '3.3.10', '3.3.9', '3.3.8', '3.3.7', '3.3.6', '3.3.5', '3.3.4', '3.3.3', '3.3.2', '3.3.1', '3.3.0', '3.2.10', '3.2.9', '3.2.8', '3.2.7', '3.2.6', '3.2.5', '3.2.4', '3.2.3', '3.2.2', '3.2.1', '3.2.0', '3.1.12', '3.1.11', '3.1.10', '3.1.9', '3.1.8', '3.1.7-pl1', '3.1.6', '3.1.5', '3.1.4', '3.1.3', '3.1.2', '3.1.1', '3.1.0'];
120+
$currentVersion = '3.3.15-RC1';
121+
$mainPackageSha = 'c92312e28db0000fffa5d25acb73ff1fca967997aea2ca3754d515497cd25a82';
122122
$currentBranch = '3.3/unstable';
123123
$currentVersionFiles = 'https://download.phpbb.com/pub/release/' . $currentBranch
124124
. '/' . $currentVersion . '/';

0 commit comments

Comments
 (0)