summaryrefslogtreecommitdiffstats
path: root/EssentialsGroupManager/src/Changelog.txt
diff options
context:
space:
mode:
authorsnowleo <schneeleo@gmail.com>2012-01-13 01:38:54 +0100
committersnowleo <schneeleo@gmail.com>2012-01-13 01:38:54 +0100
commit4884bed11777cb3fe3e6dfb7c9f328e7cfeb23d4 (patch)
tree65f9f62d317b2eeee3a6ee5533f7fbcdbc52fa86 /EssentialsGroupManager/src/Changelog.txt
parent3fdde2f7641e681ba9d53f9f161a22214a64ea11 (diff)
parent58057a771d4e8e971d8531e1ad208eb6bbb0df54 (diff)
downloadEssentials-4884bed11777cb3fe3e6dfb7c9f328e7cfeb23d4.tar
Essentials-4884bed11777cb3fe3e6dfb7c9f328e7cfeb23d4.tar.gz
Essentials-4884bed11777cb3fe3e6dfb7c9f328e7cfeb23d4.tar.lz
Essentials-4884bed11777cb3fe3e6dfb7c9f328e7cfeb23d4.tar.xz
Essentials-4884bed11777cb3fe3e6dfb7c9f328e7cfeb23d4.zip
Merge branch 'refs/heads/groupmanager'
Diffstat (limited to 'EssentialsGroupManager/src/Changelog.txt')
-rw-r--r--EssentialsGroupManager/src/Changelog.txt14
1 files changed, 13 insertions, 1 deletions
diff --git a/EssentialsGroupManager/src/Changelog.txt b/EssentialsGroupManager/src/Changelog.txt
index 47a0f6b79..6ac58e8ff 100644
--- a/EssentialsGroupManager/src/Changelog.txt
+++ b/EssentialsGroupManager/src/Changelog.txt
@@ -85,4 +85,16 @@ v 1.7:
- Offline player checks now support partial name matches.
- Added custom events so plugins can now be notified of changes within GroupManager.
- GM now registers with Bukkits ServicesManager.
- - deleting the contents of GlobalGroups.yml will no longer thrown a NullPointerException. \ No newline at end of file
+ - deleting the contents of GlobalGroups.yml will no longer thrown a NullPointerException.
+ - Removed op permissions from admins in the default GloblaGroups.yml.
+v 1.8:
+ - Changed ServicesManager registration to lowest from normal.
+ - Fixed 'manucheckp' returning a null for the searched node when it's a group/subgroup.
+ - manpromote and mandemote now correctly send the notification to the console if the command was issued there.
+ - Expanded GlobalGroups.yml and Groups.yml to include Towny permissions.
+ - Delayed GroupManager events so Superperms will be fully updated before plugins receive the events.
+ - Changed the way events are raised to prevent variable corruption.
+ - Reload GlobalGroups when you perform a world load.
+ - Changed GlobalGroups to save/load before local groups in the scheduled data saving/loading
+ - Fix 'manucheckp' to correctly report if a permission is available from GroupManager or Bukkit.
+ - Changed over to a reflection method for populating superperms as Bukkit lags when you handle permissions one at a time. \ No newline at end of file