diff --git a/Core/src/main/java/com/plotsquared/core/player/PlotPlayer.java b/Core/src/main/java/com/plotsquared/core/player/PlotPlayer.java index e2c9dd854..cb0681e3b 100644 --- a/Core/src/main/java/com/plotsquared/core/player/PlotPlayer.java +++ b/Core/src/main/java/com/plotsquared/core/player/PlotPlayer.java @@ -370,7 +370,7 @@ public abstract class PlotPlayer
implements CommandCaller, OfflinePlotPlayer, * The contextual position can be affected when using a command with * an explicit plot override, e.g., `/plot <id> info`. * - * @since TODO + * @since 7.5.9 */ public @Nullable PlotArea getContextualPlotArea() { Plot current = getCurrentPlot(); diff --git a/Core/src/main/java/com/plotsquared/core/util/placeholders/PlaceholderRegistry.java b/Core/src/main/java/com/plotsquared/core/util/placeholders/PlaceholderRegistry.java index e21b4cf63..01cdb93b7 100644 --- a/Core/src/main/java/com/plotsquared/core/util/placeholders/PlaceholderRegistry.java +++ b/Core/src/main/java/com/plotsquared/core/util/placeholders/PlaceholderRegistry.java @@ -265,7 +265,7 @@ public final class PlaceholderRegistry { * @param key Placeholder key * @param placeholderFunction Placeholder generator. Cannot return null * @param requireAbsolute If the plot given to the placeholder should be the absolute (not base) plot - * @since TODO + * @since 7.5.9 */ public void createPlaceholder( final @NonNull String key, diff --git a/Core/src/main/java/com/plotsquared/core/util/placeholders/PlotSpecificPlaceholder.java b/Core/src/main/java/com/plotsquared/core/util/placeholders/PlotSpecificPlaceholder.java index 1a8e4b8a5..55bf4853f 100644 --- a/Core/src/main/java/com/plotsquared/core/util/placeholders/PlotSpecificPlaceholder.java +++ b/Core/src/main/java/com/plotsquared/core/util/placeholders/PlotSpecificPlaceholder.java @@ -38,7 +38,7 @@ public abstract class PlotSpecificPlaceholder extends Placeholder { * * @param key Placeholder key * @param requireAbsolute If the plot given to the placeholder should be the absolute (not base) plot - * @since TODO + * @since 7.5.9 */ public PlotSpecificPlaceholder(final @NonNull String key, final boolean requireAbsolute) { super(key); diff --git a/build.gradle.kts b/build.gradle.kts index 635939758..a8ad4f8e9 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -20,7 +20,7 @@ plugins { } group = "com.intellectualsites.plotsquared" -version = "7.5.9-SNAPSHOT" +version = "7.5.9" if (!File("$rootDir/.git").exists()) { logger.lifecycle("""