diff options
author | KHobbits <rob@khobbits.co.uk> | 2012-01-14 13:16:33 +0000 |
---|---|---|
committer | KHobbits <rob@khobbits.co.uk> | 2012-01-14 13:16:33 +0000 |
commit | d16fef9f7f6ac2fff63a80c43d9fb962127889ec (patch) | |
tree | 1886537f5d05fa20fdca617a9b0507fa67b4fe8d /EssentialsGroupManager/src/Changelog.txt | |
parent | 4425d536640d5deebc95e72a0f3f9f6c760563e1 (diff) | |
parent | 43f1c0f89d62cf3b273045d2d3b42b53a950bc56 (diff) | |
download | Essentials-d16fef9f7f6ac2fff63a80c43d9fb962127889ec.tar Essentials-d16fef9f7f6ac2fff63a80c43d9fb962127889ec.tar.gz Essentials-d16fef9f7f6ac2fff63a80c43d9fb962127889ec.tar.lz Essentials-d16fef9f7f6ac2fff63a80c43d9fb962127889ec.tar.xz Essentials-d16fef9f7f6ac2fff63a80c43d9fb962127889ec.zip |
Merge branch 'master' into release
~ GM needs testing before release ~
Diffstat (limited to 'EssentialsGroupManager/src/Changelog.txt')
-rw-r--r-- | EssentialsGroupManager/src/Changelog.txt | 14 |
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 |