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

View File

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