From febb648a3d3e9bc92933dbfff536b2c3eeb7f607 Mon Sep 17 00:00:00 2001 From: Nick DeGruccio Date: Thu, 13 May 2021 00:20:40 -0700 Subject: [PATCH] 6.1.6 --- build.gradle | 2 +- changelogs/6.1.6.md | 12 +++++++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index ba7ebb83..26ffe983 100644 --- a/build.gradle +++ b/build.gradle @@ -32,7 +32,7 @@ plugins { allprojects { group = 'net.impactdev.gts' - version = "6.1.6-SNAPSHOT" + version = "6.1.6" } sourceCompatibility = targetCompatibility = "1.8" // Need this here so eclipse task generates correctly. diff --git a/changelogs/6.1.6.md b/changelogs/6.1.6.md index b14e9dea..17d13073 100644 --- a/changelogs/6.1.6.md +++ b/changelogs/6.1.6.md @@ -1,3 +1,13 @@ +# API +* Added a DataTranslator, in which you can apply runtime changes to entries in the event of unexpected/unnecessary +data changes across updates + # Fixes: +* Prevent a race condition which could lead to a duplication during purchase +* Language files not provided will now be created for you, rather than forcing the plugin into safe mode +* Info Generator: Fixed an issue with some OS's in regards to file names +* Fixed prefix formatting yet again -# Extensions \ No newline at end of file +# Extensions +* Reforged: 8.2 support +* Generations: Add contextual placeholders \ No newline at end of file