Skip to content

Commit

Permalink
Disable unstable downloads page for 3.3.13 release
Browse files Browse the repository at this point in the history
  • Loading branch information
marc1706 authored Aug 29, 2024
1 parent 291cf68 commit 682b82f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Controller/DefaultController.php
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ public function docsRedirectAction($path): RedirectResponse
public function downloadsAction(): Response
{
// Make this false when the most recent release is not an RC/Alpha/Beta
$latestDevelopment = true;
$latestDevelopment = false;

$previousVersions = ['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'];
$currentVersion = '3.3.13-RC1';
Expand Down

0 comments on commit 682b82f

Please sign in to comment.