Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ module.exports = {
currentVersion: '1.0',
versions: [
{
title: '1.11',
title: '1.12',
name: '1.0',
status: 'stable',
children: [
Expand All @@ -156,7 +156,7 @@ module.exports = {
currentVersion: '1.0',
versions: [
{
title: '1.11',
title: '1.12',
name: '1.0',
status: 'stable',
children: [
Expand Down
1 change: 1 addition & 0 deletions guides/php_upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ table below to check what version you need for your version of Pterodactyl.
| 1.11.0 - 1.11.3 | 8.0, 8.1 |
| 1.11.4+ | 8.1, 8.2, 8.3 |
| 1.11.10+ | 8.2, 8.3 |
| 1.12.0+ | 8.2, **8.3** |

## Install PHP

Expand Down
3 changes: 2 additions & 1 deletion panel/1.0/updating.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ most cases your base Wings version should match that of your Panel.
| 1.8.x | 1.6.x | | 7.4, 8.0, 8.1 |
| 1.9.x | 1.6.x | | 7.4, 8.0, 8.1 |
| 1.10.x | 1.7.x | | 7.4, 8.0, 8.1 |
| **1.11.x** | **1.11.x** | ✅ | ~~8.1~~, 8.2, **8.3** |
| **1.11.x** | **1.11.x** | | ~~8.1~~, 8.2, **8.3** |
| **1.12.x** | **1.12.x** | ✅ | 8.2, **8.3** |


::: tip Wings releases
Expand Down
3 changes: 2 additions & 1 deletion wings/1.0/upgrading.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ most cases your base Wings version should match that of your Panel.
| 1.8.x | 1.6.x | |
| 1.9.x | 1.6.x | |
| 1.10.x | 1.7.x | |
| **1.11.x** | **1.11.x** | ✅ |
| **1.11.x** | **1.11.x** | |
| **1.12.x** | **1.12.x** | ✅ |

*NOTE: There are no 1.8.x, 1.9.x, or 1.10.x releases of Wings.*

Expand Down