Back to active development

This commit is contained in:
nossr50 2012-02-14 15:32:17 -08:00
parent 8da49ba796
commit e94473b21b
2 changed files with 5 additions and 3 deletions

View File

@ -1,6 +1,8 @@
Changelog:
#Versions without changelogs probably had very small misc fixes, like tweaks to the source code
Version 2.0-dev
- Fixed /mcability not respecting permissions
Version 1.2.12
- Fixed issue that caused terrible MySQL performance and negative XP on levelup (Issue #134)
- Fixed addxp command taking xprate and skill modifiers into account
@ -11,7 +13,7 @@ Version 1.2.12
- Fixed error with Skull Splitter / Serrated Strikes that caused server instability and log spam
- Fixed config.yml not having values for End Stone & other new mining blocks
- Fixed Green Thumb/Green Terra not correctly planting wheat (Issue #133)
- Fixed /mcability not respecting permissions
Version 1.2.11
- Removed legacy Permission & PEX dependency. (PEX still works fine with mcMMO)

View File

@ -121,5 +121,5 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<version>1.2.12</version>
<version>2.0.00-dev</version>
</project>