Skip to content

Commit

Permalink
6.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
NickImpact committed May 13, 2021
1 parent 92e6f19 commit febb648
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
12 changes: 11 additions & 1 deletion changelogs/6.1.6.md
Original file line number Diff line number Diff line change
@@ -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
# Extensions
* Reforged: 8.2 support
* Generations: Add contextual placeholders

0 comments on commit febb648

Please sign in to comment.