Skip to content

Commit 07f15c3

Browse files
Merge pull request #722 from etoile2feu/master
Update version number from 1.11 to 1.12
2 parents 8aaca2d + 5e74629 commit 07f15c3

4 files changed

Lines changed: 7 additions & 4 deletions

File tree

.vuepress/config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ module.exports = {
139139
currentVersion: '1.0',
140140
versions: [
141141
{
142-
title: '1.11',
142+
title: '1.12',
143143
name: '1.0',
144144
status: 'stable',
145145
children: [
@@ -160,7 +160,7 @@ module.exports = {
160160
currentVersion: '1.0',
161161
versions: [
162162
{
163-
title: '1.11',
163+
title: '1.12',
164164
name: '1.0',
165165
status: 'stable',
166166
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)