Skip to content

Commit 5e74629

Browse files
authored
Update version number from 1.11 to 1.12
1 parent 5f3dbd6 commit 5e74629

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

.vuepress/config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ module.exports = {
135135
currentVersion: '1.0',
136136
versions: [
137137
{
138-
title: '1.11',
138+
title: '1.12',
139139
name: '1.0',
140140
status: 'stable',
141141
children: [
@@ -156,7 +156,7 @@ module.exports = {
156156
currentVersion: '1.0',
157157
versions: [
158158
{
159-
title: '1.11',
159+
title: '1.12',
160160
name: '1.0',
161161
status: 'stable',
162162
children: [

guides/php_upgrade.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ table below to check what version you need for your version of Pterodactyl.
1111
| 1.11.0 - 1.11.3 | 8.0, 8.1 |
1212
| 1.11.4+ | 8.1, 8.2, 8.3 |
1313
| 1.11.10+ | 8.2, 8.3 |
14+
| 1.12.0+ | 8.2, **8.3** |
1415

1516
## Install PHP
1617

panel/1.0/updating.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ most cases your base Wings version should match that of your Panel.
2222
| 1.8.x | 1.6.x | | 7.4, 8.0, 8.1 |
2323
| 1.9.x | 1.6.x | | 7.4, 8.0, 8.1 |
2424
| 1.10.x | 1.7.x | | 7.4, 8.0, 8.1 |
25-
| **1.11.x** | **1.11.x** || ~~8.1~~, 8.2, **8.3** |
25+
| **1.11.x** | **1.11.x** | | ~~8.1~~, 8.2, **8.3** |
26+
| **1.12.x** | **1.12.x** || 8.2, **8.3** |
2627

2728

2829
::: tip Wings releases

wings/1.0/upgrading.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ most cases your base Wings version should match that of your Panel.
2121
| 1.8.x | 1.6.x | |
2222
| 1.9.x | 1.6.x | |
2323
| 1.10.x | 1.7.x | |
24-
| **1.11.x** | **1.11.x** ||
24+
| **1.11.x** | **1.11.x** | |
25+
| **1.12.x** | **1.12.x** ||
2526

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

0 commit comments

Comments
 (0)