File tree Expand file tree Collapse file tree 2 files changed +28
-21
lines changed
Expand file tree Collapse file tree 2 files changed +28
-21
lines changed Original file line number Diff line number Diff line change 1+ ## v2.4
2+ * Fixed unnecessary processing on profile update. Thanks to Luuk Verhoeven for this addition.
3+
4+ ## v2.3
5+ * Added support for custom profile fields. Thanks to Arnaud Trouvé for this addition.
6+
7+ ## v2.2
8+ * Performance enhancement: Event listeners now check to see whether triggered by AutoGroup
9+
10+ ## v2.1
11+ * Switched to individual toggles for event listeners
12+ * Minor change to settings structure for improved usability
13+ * Fixed compatibility with Moodle 3.1 and onwards
14+
15+ ## v2.0
16+ * Added support for defining multiple grouping sets on one course
17+ * Sort modules are now fully modular
18+ * Added new sort module for Totara positional assignments
19+
20+ ## v1.1
21+ * Fixed a bug which would have resulted in roles being removed from all groupsets across a site
22+ * Changed default permissions for plugin files
23+
24+ ## v1.01
25+ * Added event handler for course_restored and related setting
26+
27+ ## v1.0
28+ * Stable release. Tested for compatibility with Moodle 2.7 and 2.8
Original file line number Diff line number Diff line change @@ -10,27 +10,6 @@ and so will occur within page loads.
1010The system can also monitor manual group setting changes and
1111moderate them to ensure that groups are kept neat and tidy.
1212
13- ## Changelog
14- * v2.3
15- * Added support for custom profile fields. Thanks to Arnaud Trouvé for this addition.
16- * v2.2
17- * Performance enhancement: Event listeners now check to see whether triggered by AutoGroup
18- * v2.1
19- * Switched to individual toggles for event listeners
20- * Minor change to settings structure for improved usability
21- * Fixed compatibility with Moodle 3.1 and onwards
22- * v2.0
23- * Added support for defining multiple grouping sets on one course
24- * Sort modules are now fully modular
25- * Added new sort module for Totara positional assignments
26- * v1.1
27- * Fixed a bug which would have resulted in roles being removed from all groupsets across a site
28- * Changed default permissions for plugin files
29- * v1.01
30- * Added event handler for course_restored and related setting
31- * v1.0
32- * Stable release. Tested for compatibility with Moodle 2.7 and 2.8
33-
3413## Install
3514
3615Install the plugin, like any other plugin.
You can’t perform that action at this time.
0 commit comments