Skip to content

Commit

Permalink
Merge pull request #116 from phpbb/release/3.3.13
Browse files Browse the repository at this point in the history
Prepare Area51 for 3.3.13 release
  • Loading branch information
marc1706 authored Aug 29, 2024
2 parents 291cf68 + b7c1dbe commit b2acc0c
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 19 deletions.
4 changes: 2 additions & 2 deletions bin/build_code_changes_33.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.12"
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"
latest="3.3.13"
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"

# Set up the file structure
if [ ! -d "$datadir/repo" ];
Expand Down
31 changes: 16 additions & 15 deletions data/code-changes/template/33_nav.html
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
<ul>
<li class="header">Previous Versions</li>
<li><a href="/code-changes/3.3.11/"><span>3.3.11 to 3.3.12</span></a></li>
<li><a href="/code-changes/3.3.10/"><span>3.3.10 to 3.3.12</span></a></li>
<li><a href="/code-changes/3.3.9/"><span>3.3.9 to 3.3.12</span></a></li>
<li><a href="/code-changes/3.3.8/"><span>3.3.8 to 3.3.12</span></a></li>
<li><a href="/code-changes/3.3.7/"><span>3.3.7 to 3.3.12</span></a></li>
<li><a href="/code-changes/3.3.6/"><span>3.3.6 to 3.3.12</span></a></li>
<li><a href="/code-changes/3.3.5/"><span>3.3.5 to 3.3.12</span></a></li>
<li><a href="/code-changes/3.3.4/"><span>3.3.4 to 3.3.12</span></a></li>
<li><a href="/code-changes/3.3.3/"><span>3.3.3 to 3.3.12</span></a></li>
<li><a href="/code-changes/3.3.2/"><span>3.3.2 to 3.3.12</span></a></li>
<li><a href="/code-changes/3.3.1/"><span>3.3.1 to 3.3.12</span></a></li>
<li><a href="/code-changes/3.3.0/"><span>3.3.0 to 3.3.12</span></a></li>
<li><a href="/code-changes/3.3.0-RC1/"><span>3.3.0-RC1 to 3.3.12</span></a></li>
<li><a href="/code-changes/3.3.0-b2/"><span>3.3.0-b2 to 3.3.12</span></a></li>
<li><a href="/code-changes/3.3.0-b1/"><span>3.3.0-b1 to 3.3.12</span></a></li>
<li><a href="/code-changes/3.3.12/"><span>3.3.12 to 3.3.13</span></a></li>
<li><a href="/code-changes/3.3.11/"><span>3.3.11 to 3.3.13</span></a></li>
<li><a href="/code-changes/3.3.10/"><span>3.3.10 to 3.3.13</span></a></li>
<li><a href="/code-changes/3.3.9/"><span>3.3.9 to 3.3.13</span></a></li>
<li><a href="/code-changes/3.3.8/"><span>3.3.8 to 3.3.13</span></a></li>
<li><a href="/code-changes/3.3.7/"><span>3.3.7 to 3.3.13</span></a></li>
<li><a href="/code-changes/3.3.6/"><span>3.3.6 to 3.3.13</span></a></li>
<li><a href="/code-changes/3.3.5/"><span>3.3.5 to 3.3.13</span></a></li>
<li><a href="/code-changes/3.3.4/"><span>3.3.4 to 3.3.13</span></a></li>
<li><a href="/code-changes/3.3.3/"><span>3.3.3 to 3.3.13</span></a></li>
<li><a href="/code-changes/3.3.2/"><span>3.3.2 to 3.3.13</span></a></li>
<li><a href="/code-changes/3.3.1/"><span>3.3.1 to 3.3.13</span></a></li>
<li><a href="/code-changes/3.3.0/"><span>3.3.0 to 3.3.13</span></a></li>
<li><a href="/code-changes/3.3.0-RC1/"><span>3.3.0-RC1 to 3.3.13</span></a></li>
<li><a href="/code-changes/3.3.0-b2/"><span>3.3.0-b2 to 3.3.13</span></a></li>
<li><a href="/code-changes/3.3.0-b1/"><span>3.3.0-b1 to 3.3.13</span></a></li>
</ul>
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
2 changes: 1 addition & 1 deletion web/code-changes/index.php
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
<?php
header('Location: /code-changes/3.3.11/');
header('Location: /code-changes/3.3.12/');

0 comments on commit b2acc0c

Please sign in to comment.