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
commit9006183de4aa7ac69f77ad3bbd88995f7307b89d (patch)
treec16d07fb30be099d4df0414589ebb6e2f9aa8954 /EssentialsGroupManager/src/Changelog.txt
parentd09343a6030bcd10a3929b1f2d843b72ef3b0c9c (diff)
parent49a19a771757da2bd0b73ed91ec8549f16810c9c (diff)
downloadEssentials-9006183de4aa7ac69f77ad3bbd88995f7307b89d.tar
Essentials-9006183de4aa7ac69f77ad3bbd88995f7307b89d.tar.gz
Essentials-9006183de4aa7ac69f77ad3bbd88995f7307b89d.tar.lz
Essentials-9006183de4aa7ac69f77ad3bbd88995f7307b89d.tar.xz
Essentials-9006183de4aa7ac69f77ad3bbd88995f7307b89d.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