Skip to content

Commit 2021f17

Browse files
committed
Release 7.5.9
Signed-off-by: Alexander Brandes <[email protected]>
1 parent 5376615 commit 2021f17

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Core/src/main/java/com/plotsquared/core/player/PlotPlayer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ public int getClusterCount() {
370370
* The contextual position can be affected when using a command with
371371
* an explicit plot override, e.g., `/plot &ltid&gt info`.
372372
*
373-
* @since TODO
373+
* @since 7.5.9
374374
*/
375375
public @Nullable PlotArea getContextualPlotArea() {
376376
Plot current = getCurrentPlot();

Core/src/main/java/com/plotsquared/core/util/placeholders/PlaceholderRegistry.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ public void createPlaceholder(
265265
* @param key Placeholder key
266266
* @param placeholderFunction Placeholder generator. Cannot return null
267267
* @param requireAbsolute If the plot given to the placeholder should be the absolute (not base) plot
268-
* @since TODO
268+
* @since 7.5.9
269269
*/
270270
public void createPlaceholder(
271271
final @NonNull String key,

Core/src/main/java/com/plotsquared/core/util/placeholders/PlotSpecificPlaceholder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public PlotSpecificPlaceholder(final @NonNull String key) {
3838
*
3939
* @param key Placeholder key
4040
* @param requireAbsolute If the plot given to the placeholder should be the absolute (not base) plot
41-
* @since TODO
41+
* @since 7.5.9
4242
*/
4343
public PlotSpecificPlaceholder(final @NonNull String key, final boolean requireAbsolute) {
4444
super(key);

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ plugins {
2020
}
2121

2222
group = "com.intellectualsites.plotsquared"
23-
version = "7.5.9-SNAPSHOT"
23+
version = "7.5.9"
2424

2525
if (!File("$rootDir/.git").exists()) {
2626
logger.lifecycle("""

0 commit comments

Comments
 (0)