summaryrefslogtreecommitdiffstats
path: root/EssentialsGroupManager/src/Changelog.txt
diff options
context:
space:
mode:
authorsnowleo <schneeleo@gmail.com>2011-09-17 13:19:47 +0200
committersnowleo <schneeleo@gmail.com>2011-09-17 13:19:47 +0200
commit1df79bc9f4e5dd378bbc3d18877a05d02f0d0ce9 (patch)
treedc9b043d5ea26854a23387ed0ef6a9f4d82e7a52 /EssentialsGroupManager/src/Changelog.txt
parentab590af9272b4381e55a3061d07a83e917613401 (diff)
parent73b5fe971f1dc77c008373652c49efa53b86990e (diff)
downloadEssentials-1df79bc9f4e5dd378bbc3d18877a05d02f0d0ce9.tar
Essentials-1df79bc9f4e5dd378bbc3d18877a05d02f0d0ce9.tar.gz
Essentials-1df79bc9f4e5dd378bbc3d18877a05d02f0d0ce9.tar.lz
Essentials-1df79bc9f4e5dd378bbc3d18877a05d02f0d0ce9.tar.xz
Essentials-1df79bc9f4e5dd378bbc3d18877a05d02f0d0ce9.zip
GroupManager 1.1
Merge branch 'groupmanager' Conflicts: EssentialsGroupManager/src/plugin.yml EssentialsGroupManager/src/users.yml
Diffstat (limited to 'EssentialsGroupManager/src/Changelog.txt')
-rw-r--r--EssentialsGroupManager/src/Changelog.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/EssentialsGroupManager/src/Changelog.txt b/EssentialsGroupManager/src/Changelog.txt
new file mode 100644
index 000000000..56f52a998
--- /dev/null
+++ b/EssentialsGroupManager/src/Changelog.txt
@@ -0,0 +1,13 @@
+Changelog
+
+v 1.1:
+ - Fixed users being able to use 'manuadd' to add users to higher groups than their own.
+ - Added SuperPerms support so GM will update and provide the permissions to plugins which only support Bukkit Perms.
+ - Added more helpful output to errors on argument lengths.
+ - GroupManager will now attempt to select the default world when using commands instead of failing and telling you to use '/manselect <world>'.
+ - Invalid groups assigned to players in users.yml will no longer cause a crash. GM will now set them to the default group instead.
+ - Fix for Users.yml containing only 'users:' causing a crash.
+ - GroupManager will now generate a fresh Users and Groups yml if either file is empty.
+ - Fix for an infinite loop bug with the new Bukkit Perms during a new user creation.
+v 1.2:
+ - Fixed BukkitPerms population. Wasn't correctly setting superperms. \ No newline at end of file