Skip to content

Commit e674152

Browse files
Merge pull request emmarichardson#7 from andil-elearning/fix_2.4_readme
move changelogs to dedicated file
2 parents 4180ec9 + 6419c46 commit e674152

File tree

2 files changed

+28
-21
lines changed

2 files changed

+28
-21
lines changed

CHANGES.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
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

README.md

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -10,27 +10,6 @@ and so will occur within page loads.
1010
The system can also monitor manual group setting changes and
1111
moderate 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

3615
Install the plugin, like any other plugin.

0 commit comments

Comments
 (0)