forked from TuxCoding/FastLogin
Added changelog update
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
######0.5
|
||||||
|
|
||||||
|
* Added isRegistered API method
|
||||||
|
* Added forceRegister API method
|
||||||
|
* Fixed CrazyLogin player data restore -> Fixes memory leaks with this plugin
|
||||||
|
|
||||||
######0.4
|
######0.4
|
||||||
|
|
||||||
* Added forward premium skin
|
* Added forward premium skin
|
||||||
|
@@ -5,7 +5,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>com.github.games647</groupId>
|
<groupId>com.github.games647</groupId>
|
||||||
<artifactId>fastlogin-parent</artifactId>
|
<artifactId>fastlogin-parent</artifactId>
|
||||||
<version>0.4</version>
|
<version>0.5</version>
|
||||||
<relativePath>../pom.xml</relativePath>
|
<relativePath>../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
2
pom.xml
2
pom.xml
@@ -8,7 +8,7 @@
|
|||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
|
||||||
<name>FastLogin</name>
|
<name>FastLogin</name>
|
||||||
<version>0.4</version>
|
<version>0.5</version>
|
||||||
<inceptionYear>2015</inceptionYear>
|
<inceptionYear>2015</inceptionYear>
|
||||||
<url>https://www.spigotmc.org/resources/fastlogin.14153/</url>
|
<url>https://www.spigotmc.org/resources/fastlogin.14153/</url>
|
||||||
<description>
|
<description>
|
||||||
|
@@ -5,7 +5,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>com.github.games647</groupId>
|
<groupId>com.github.games647</groupId>
|
||||||
<artifactId>fastlogin-parent</artifactId>
|
<artifactId>fastlogin-parent</artifactId>
|
||||||
<version>0.4</version>
|
<version>0.5</version>
|
||||||
<relativePath>../pom.xml</relativePath>
|
<relativePath>../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user