Skip to content

Commit

Permalink
[TASK] set 13.4 as new stable, 12.4 new oldstable
Browse files Browse the repository at this point in the history
  • Loading branch information
linawolf committed Oct 19, 2024
1 parent 2be3afc commit f9c67d5
Show file tree
Hide file tree
Showing 13 changed files with 219 additions and 218 deletions.
10 changes: 6 additions & 4 deletions packages/typo3-version-handling/src/Typo3VersionMapping.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ enum Typo3VersionMapping: string
case Dev = 'dev';
case Stable = 'stable';
case OldStable = 'oldstable';
case V14 = '14';
case V13 = '13';
case V12 = '12';
case V11 = '11';
Expand All @@ -20,9 +21,10 @@ public function getVersion(): string
{
return match ($this) {
Typo3VersionMapping::Dev => 'main',
Typo3VersionMapping::Stable => '12.4',
Typo3VersionMapping::OldStable => '11.5',
Typo3VersionMapping::V13 => 'main',
Typo3VersionMapping::Stable => '13.4',
Typo3VersionMapping::OldStable => '12.4',
Typo3VersionMapping::V14 => 'main',
Typo3VersionMapping::V13 => '13.4',
Typo3VersionMapping::V12 => '12.4',
Typo3VersionMapping::V11 => '11.5',
Typo3VersionMapping::V10 => '10.4',
Expand All @@ -48,6 +50,6 @@ public static function getAllVersions(): array

public static function getMajorVersionOfMain(): Typo3VersionMapping
{
return Typo3VersionMapping::V13;
return Typo3VersionMapping::V14;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
<li class="breadcrumb-item"><a href="Index.html">12.0 Changes</a></li>
<li aria-current="page" class="breadcrumb-item active">Breaking: #87616 - Removed hook for altering page links</li>
</ol>
<div class="breadcrumb-additions"> <a class="btn btn-sm btn-light" href="https://forge.typo3.org/projects/typo3cms-core/issues/new?issue[category_id]=1004&amp;issue[subject]=Problem+on+https%3A%2F%2Fdocs.typo3.org%2Fc%2Ftypo3%2Fcms-core%2Fmain%2Fen-us%2FChangelog%2F12.0%2FBreaking-87616-RemovedHookForAlteringPageLinks.html&amp;issue[custom_field_values][4]=13" id="btnReportIssue" rel="nofollow noopener" target="_blank">
<div class="breadcrumb-additions"> <a class="btn btn-sm btn-light" href="https://forge.typo3.org/projects/typo3cms-core/issues/new?issue[category_id]=1004&amp;issue[subject]=Problem+on+https%3A%2F%2Fdocs.typo3.org%2Fc%2Ftypo3%2Fcms-core%2Fmain%2Fen-us%2FChangelog%2F12.0%2FBreaking-87616-RemovedHookForAlteringPageLinks.html&amp;issue[custom_field_values][4]=14" id="btnReportIssue" rel="nofollow noopener" target="_blank">
<span class="btn-icon"><i class="fas fa-bug"></i></span>
<span class="btn-text">Report issue</span>
</a>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
<li class="breadcrumb-item"><a href="../../Changelog-12.html">ChangeLog v12</a></li>
<li aria-current="page" class="breadcrumb-item active">12.0 Changes</li>
</ol>
<div class="breadcrumb-additions"> <a class="btn btn-sm btn-light" href="https://forge.typo3.org/projects/typo3cms-core/issues/new?issue[category_id]=1004&amp;issue[subject]=Problem+on+https%3A%2F%2Fdocs.typo3.org%2Fc%2Ftypo3%2Fcms-core%2Fmain%2Fen-us%2FChangelog%2F12.0%2FIndex.html&amp;issue[custom_field_values][4]=13" id="btnReportIssue" rel="nofollow noopener" target="_blank">
<div class="breadcrumb-additions"> <a class="btn btn-sm btn-light" href="https://forge.typo3.org/projects/typo3cms-core/issues/new?issue[category_id]=1004&amp;issue[subject]=Problem+on+https%3A%2F%2Fdocs.typo3.org%2Fc%2Ftypo3%2Fcms-core%2Fmain%2Fen-us%2FChangelog%2F12.0%2FIndex.html&amp;issue[custom_field_values][4]=14" id="btnReportIssue" rel="nofollow noopener" target="_blank">
<span class="btn-icon"><i class="fas fa-bug"></i></span>
<span class="btn-text">Report issue</span>
</a>
Expand Down
2 changes: 1 addition & 1 deletion tests/Integration/tests-full/changelog/expected/Index.html
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
<ol class="breadcrumb">
<li aria-current="page" class="breadcrumb-item active">TYPO3 Core</li>
</ol>
<div class="breadcrumb-additions"> <a class="btn btn-sm btn-light" href="https://forge.typo3.org/projects/typo3cms-core/issues/new?issue[category_id]=1004&amp;issue[subject]=Problem+on+https%3A%2F%2Fdocs.typo3.org%2Fc%2Ftypo3%2Fcms-core%2Fmain%2Fen-us%2FIndex.html&amp;issue[custom_field_values][4]=13" id="btnReportIssue" rel="nofollow noopener" target="_blank">
<div class="breadcrumb-additions"> <a class="btn btn-sm btn-light" href="https://forge.typo3.org/projects/typo3cms-core/issues/new?issue[category_id]=1004&amp;issue[subject]=Problem+on+https%3A%2F%2Fdocs.typo3.org%2Fc%2Ftypo3%2Fcms-core%2Fmain%2Fen-us%2FIndex.html&amp;issue[custom_field_values][4]=14" id="btnReportIssue" rel="nofollow noopener" target="_blank">
<span class="btn-icon"><i class="fas fa-bug"></i></span>
<span class="btn-text">Report issue</span>
</a>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
<li class="breadcrumb-item"><a href="Index.html">TYPO3 Core</a></li>
<li aria-current="page" class="breadcrumb-item active">Sitemap</li>
</ol>
<div class="breadcrumb-additions"> <a class="btn btn-sm btn-light" href="https://forge.typo3.org/projects/typo3cms-core/issues/new?issue[category_id]=1004&amp;issue[subject]=Problem+on+https%3A%2F%2Fdocs.typo3.org%2Fc%2Ftypo3%2Fcms-core%2Fmain%2Fen-us%2FSitemap.html&amp;issue[custom_field_values][4]=13" id="btnReportIssue" rel="nofollow noopener" target="_blank">
<div class="breadcrumb-additions"> <a class="btn btn-sm btn-light" href="https://forge.typo3.org/projects/typo3cms-core/issues/new?issue[category_id]=1004&amp;issue[subject]=Problem+on+https%3A%2F%2Fdocs.typo3.org%2Fc%2Ftypo3%2Fcms-core%2Fmain%2Fen-us%2FSitemap.html&amp;issue[custom_field_values][4]=14" id="btnReportIssue" rel="nofollow noopener" target="_blank">
<span class="btn-icon"><i class="fas fa-bug"></i></span>
<span class="btn-text">Report issue</span>
</a>
Expand Down
26 changes: 13 additions & 13 deletions tests/Integration/tests-full/main-menu-json/expected/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<title>Some page documentation</title>


<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="phpdocumentor/guides" name="generator">
Expand All @@ -24,7 +24,7 @@
</head>
<body>
<div class="page">

<header>
<div class="page-topbar">
<div class="page-topbar-inner">
Expand Down Expand Up @@ -67,7 +67,7 @@
<nav>
<input class="toc-checkbox" id="toggleToc" type="checkbox">


<div class="toc-header">
<div class="toc-title">
<a class="toc-title-project" href="#"></a>
Expand All @@ -80,7 +80,7 @@
</div> <div class="toc-collapse">
<div aria-label="main navigation" class="toc" role="navigation">
<div aria-label="Main navigation" class="main_menu" role="navigation">

<ul class="menu-level-1">
<li class="">
<a href="mainMenu.json.html">
Expand All @@ -104,7 +104,7 @@
</div>
<div class="page-main-content">
<div class="rst-content"> <nav aria-label="breadcrumbs navigation" class="breadcrumb-bar" role="navigation">

<ol class="breadcrumb">
<li aria-current="page" class="breadcrumb-item active">Some page</li>
</ol>
Expand All @@ -117,19 +117,19 @@
<span class="btn-text">How to edit</span>
</a>
</div> </nav>

<article class="document" itemscope="itemscope" itemtype="http://schema.org/Article" role="main">
<div itemprop="articleBody">
<!-- content start -->
<section class="section" id="some-page" data-rst-anchor="references">
<a id="references"></a>
<a id="start"></a>
<h1>Some page<a class="headerlink" href="#some-page" data-bs-toggle="modal" data-bs-target="#linkReferenceModal" title="Reference this headline"><i class="fa-solid fa-paragraph"></i></a></h1>

<p>Lorem Ipsum Dolor.</p>




<ul>
<li>
Expand All @@ -139,7 +139,7 @@ <h1>Some page<a class="headerlink" href="#some-page" data-bs-toggle="modal" data
<ul>
<li><a href="https://docs.typo3.org/c/typo3/cms-core/main/en-us/Index.html">Changelog TYPO3 Core</a></li>
<li>
<p><a href="https://docs.typo3.org/m/typo3/reference-coreapi/12.4/en-us/Index.html#start">TYPO3 Explained</a></p>
<p><a href="https://docs.typo3.org/m/typo3/reference-coreapi/13.4/en-us/Index.html#start">TYPO3 Explained</a></p>


<ul>
Expand All @@ -155,7 +155,7 @@ <h1>Some page<a class="headerlink" href="#some-page" data-bs-toggle="modal" data

<ul>
<li>
<p><a href="https://docs.typo3.org/c/typo3/cms-adminpanel/12.4/en-us/Index.html">adminpanel</a></p>
<p><a href="https://docs.typo3.org/c/typo3/cms-adminpanel/13.4/en-us/Index.html">adminpanel</a></p>


<ul>
Expand All @@ -171,7 +171,7 @@ <h1>Some page<a class="headerlink" href="#some-page" data-bs-toggle="modal" data
<!-- content end -->
</div>
</article>

<nav aria-label="Page navigation">
<ul class="pagination justify-content-center"><li class="page-item">
<a class="page-link" href="mainMenu.json.html"
Expand Down Expand Up @@ -275,4 +275,4 @@ <h5 class="modal-title" id="generalModalLabel"></h5>
Locally rendered. No tracking embedded.
-->
</body>
</html>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
{
"name": "TYPO3 Explained",
"href": "https:\/\/docs.typo3.org\/m\/typo3\/reference-coreapi\/12.4\/en-us\/Index.html#start",
"href": "https:\/\/docs.typo3.org\/m\/typo3\/reference-coreapi\/13.4\/en-us\/Index.html#start",
"children": [
{
"name": "main",
Expand All @@ -29,7 +29,7 @@
"children": [
{
"name": "adminpanel",
"href": "https:\/\/docs.typo3.org\/c\/typo3\/cms-adminpanel\/12.4\/en-us\/Index.html",
"href": "https:\/\/docs.typo3.org\/c\/typo3\/cms-adminpanel\/13.4\/en-us\/Index.html",
"children": [
{
"name": "main",
Expand All @@ -43,4 +43,4 @@
}
]
}
]
]
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
<ol class="breadcrumb">
<li aria-current="page" class="breadcrumb-item active">Document Title</li>
</ol>
<div class="breadcrumb-additions"> <a class="btn btn-sm btn-light" href="https://forge.typo3.org/projects/typo3cms-core/issues/new?issue[category_id]=1004&amp;issue[subject]=Problem+on+https%3A%2F%2Fdocs.typo3.org%2Fc%2F%2F12.4%2Fen-us%2Findex.html&amp;issue[custom_field_values][4]=12" id="btnReportIssue" rel="nofollow noopener" target="_blank">
<div class="breadcrumb-additions"> <a class="btn btn-sm btn-light" href="https://forge.typo3.org/projects/typo3cms-core/issues/new?issue[category_id]=1004&amp;issue[subject]=Problem+on+https%3A%2F%2Fdocs.typo3.org%2Fc%2F%2F13.4%2Fen-us%2Findex.html&amp;issue[custom_field_values][4]=13" id="btnReportIssue" rel="nofollow noopener" target="_blank">
<span class="btn-icon"><i class="fas fa-bug"></i></span>
<span class="btn-text">Report issue</span>
</a>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ <h1>Document Title<a class="headerlink" href="#document-title" data-bs-toggle="m


<p>Missing knowledge can be acquired by working through the TYPO3
documentation, for example the <a href="https://docs.typo3.org/m/typo3/tutorial-getting-started/12.4/en-us/Index.html">Getting Started Tutorial</a>.</p>
documentation, for example the <a href="https://docs.typo3.org/m/typo3/tutorial-getting-started/13.4/en-us/Index.html">Getting Started Tutorial</a>.</p>

</section>
<!-- content end -->
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ <h1>Document Title<a class="headerlink" href="#document-title" data-bs-toggle="m


<p>Missing knowledge can be acquired by working through the TYPO3
documentation, for example the <a href="https://docs.typo3.org/m/typo3/tutorial-getting-started/12.4/en-us/Index.html">Getting Started Tutorial</a>.</p>
documentation, for example the <a href="https://docs.typo3.org/m/typo3/tutorial-getting-started/13.4/en-us/Index.html">Getting Started Tutorial</a>.</p>

</section>
<!-- content end -->
Loading

0 comments on commit f9c67d5

Please sign in to comment.