-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Also: - Improve markdown - Fix coding style
- Loading branch information
Showing
7 changed files
with
53 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,42 +1,48 @@ | ||
# VERSIONS HISTORY # | ||
# VERSIONS HISTORY | ||
|
||
## Changes in version 0.1.7 (20250120) - I'm still alive | ||
|
||
- Add Moodle 4.4 and 4.5 support | ||
- Replace deprecated calls | ||
- Improve markdown and fix coding style | ||
|
||
## Changes in version 0.1.6 (20240111) - RIP master | ||
|
||
Changes in version 0.1.6 (20240111) - RIP master | ||
--------------------------------------------------- | ||
- Move from master to main (#51) | ||
- Bump GHA environments | ||
|
||
Changes in version 0.1.5 (20221129) - I'm now stable! | ||
--------------------------------------------------- | ||
## Changes in version 0.1.5 (20221129) - I'm now stable | ||
|
||
- Include author, if possible, when migrating to content bank (#46) | ||
- Fix SQL limit with Oracle (#34) | ||
|
||
Thanks to Jonathan Harker from Catalyst and all the contributors who have created issues, fixes and improvements. | ||
|
||
Changes in version 0.1.4 (20210204) - Let's make it better! | ||
--------------------------------------------------- | ||
## Changes in version 0.1.4 (20210204) - Let's make it better | ||
|
||
- Copy completion information related to grades too (#27) | ||
- Check if contentbank repository is enabled or not (#30) | ||
- Check required plugins are enabled (#32) | ||
- Create manually CB file when it is null (#25) | ||
- Other fixes and improvements: | ||
* Add GitHub action support (#22) | ||
- Add GitHub action support (#22) | ||
|
||
Thanks to Jordan, Ramon Ovelar, Adrian Perez and all the contributors who have created issues, fixes and improvements. | ||
|
||
Changes in version 0.1.3 (2020121100) - Hurray project week! | ||
--------------------------------------------------- | ||
## Changes in version 0.1.3 (2020121100) - Hurray project week | ||
|
||
- Let admins copy files to content bank too (#11) | ||
- Migrate depending on a subset of content-types (#19) | ||
- Allow async module deletes (#14) | ||
- Other fixes and improvements: | ||
* Set grade type to None when maxgrade is 0 (#7) | ||
* Rawscore and maxscore can not be null (#8) | ||
- Set grade type to None when maxgrade is 0 (#7) | ||
- Rawscore and maxscore can not be null (#8) | ||
|
||
Thanks to Eric Merrill, GaRaOne and Alexander Bias and all the contributors who have created issues, fixes and improvements. | ||
|
||
Changes in version 0.1.2 (2020062400) - Welcome Beta | ||
--------------------------------------------------- | ||
## Changes in version 0.1.2 (2020062400) - Welcome Beta | ||
|
||
- Some migration errors fixes: | ||
* Use "enable skipping" from the competency API to avoid migration failed error (#1) | ||
* Set contextid properly in event trigger (#3) | ||
* Replace wrong table name and hardcoded prefix | ||
- Use "enable skipping" from the competency API to avoid migration failed error (#1) | ||
- Set contextid properly in event trigger (#3) | ||
- Replace wrong table name and hardcoded prefix |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters