Skip to content

Commit f968506

Browse files
authored
Update versions (#986)
* Update versions (#3) * Spelling mistake * Removed duplicate * Removed header tile
1 parent c54138d commit f968506

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

source/plugin/api-versions.rst

+9-3
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,21 @@ This page explains which API versions exist, and to which Minecraft version thei
1010
| *11.0.0* | TBA | TBA | * SpongeForge (1.20.1 - expected) |
1111
| | | | * SpongeVanilla (1.20.1 - expected) |
1212
+-------------+--------------+----------------+-------------------------------------------+
13-
| *10.0.0* | TBA | TBA | * SpongeForge (1.19.4 - expected) |
13+
| 10.0.0 | Sep 3 2023 | TBA | * SpongeForge (1.19.4) |
1414
| | | | * SpongeVanilla (1.19.4) |
1515
+-------------+--------------+----------------+-------------------------------------------+
1616
| 9.0.0 | May 19 2022 | April 1, 2023 | * SpongeVanilla (1.18.2) |
1717
+-------------+--------------+----------------+-------------------------------------------+
18-
| 8.0.0 | Jan 8, 2022 | TBA | * SpongeForge (1.16.5) |
18+
| 8.2.0 | Sep 3, 2023 | TBA | * SpongeForge (1.16.5) |
1919
| | | | * SpongeVanilla (1.16.5) |
2020
+-------------+--------------+----------------+-------------------------------------------+
21-
| 7.4.0 | Nov 28, 2020 | TBA | * SpongeForge (1.12.2) |
21+
| 8.1.0 | Jan 8, 2022 | Sep 3rd, 2023 | * SpongeForge (1.16.5) |
22+
| | | | * SpongeVanilla (1.16.5) |
23+
+-------------+--------------+----------------+-------------------------------------------+
24+
| 8.0.0 | May 19, 2022 | Jan 8, 2022 | * SpongeForge (1.16.5) |
25+
| | | | * SpongeVanilla (1.16.5) |
26+
+-------------+--------------+----------------+-------------------------------------------+
27+
| 7.4.0 | Nov 28, 2020 | Dec 28, 2021 | * SpongeForge (1.12.2) |
2228
| | | | * SpongeVanilla (1.12.2) |
2329
+-------------+--------------+----------------+-------------------------------------------+
2430
| 7.3.0 | Aug 30, 2020 | Nov 28, 2020 | * SpongeForge (1.12.2) |

source/plugin/commands/commandmanager.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ the actual ``sender`` who is the object that sent the command.
2323

2424
.. warning::
2525

26-
When executing a command programticly, you need to specifiy the permissions
26+
When executing a command programmatically, you need to specifiy the permissions
2727
subject and the audience but not the sender as by default the sender will be
2828
the permissions manager.
2929

0 commit comments

Comments
 (0)