Skip to content

Commit

Permalink
V405.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gjb2048 committed Oct 24, 2024
1 parent d941758 commit 8395ac0
Show file tree
Hide file tree
Showing 33 changed files with 483 additions and 173 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ['8.1', '8.2']
moodle-branch: ['MOODLE_404_STABLE']
php: ['8.1', '8.3']
moodle-branch: ['MOODLE_405_STABLE']
database: [mariadb]

steps:
Expand Down
6 changes: 6 additions & 0 deletions Changes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Version Information
===================

Version 405.0.1 - 24/10/2024
----------------------------
1. First Moodle 4.5 version.
2. Impact of MDL-81920 and MDL-81960.
3. Fix 'Add section actions JS failing'.

Version 404.1.2 - 24/09/2024
----------------------------
1. Fix 'Single page shows is_section_visible()' error.
Expand Down
16 changes: 8 additions & 8 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,29 +3,29 @@
Topic based course format with an individual 'toggle' for each topic except 0.

This file contains general information about the format. If you're reading this as an educator then you can learn about the format
from the documentation on http://docs.moodle.org/403/en/Collapsed_Topics_course_format. If you get stuck and your Moodle support
from the documentation on http://docs.moodle.org/405/en/Collapsed_Topics_course_format. If you get stuck and your Moodle support
are unable to help / not sure what to do, then please go to https://moodle.org/mod/forum/view.php?id=47. If you like the format,
then please do spread the word to other educators. The main page for the format is https://moodle.org/plugins/format_topcoll.

Required version of Moodle
==========================
This version works with Moodle 4.4 version 2024042200.00 (Build: 20240422) and above within the MOODLE_404_STABLE branch until the
This version works with Moodle 4.5 version 2024100700.00 (Build: 20241007) and above within the MOODLE_405_STABLE branch until the
next release.

Please ensure that your hardware and software complies with 'Requirements' in '[Installing Moodle](https://docs.moodle.org/403/en/Installing_Moodle)'.
Please ensure that your hardware and software complies with 'Requirements' in '[Installing Moodle](https://docs.moodle.org/405/en/Installing_Moodle)'.

Downloads and documentation
===========================
The primary source for downloading this branch of the format is https://moodle.org/plugins/view.php?plugin=format_topcoll
with 'Select Moodle version:' set at 'Moodle 4.4'.
with 'Select Moodle version:' set at 'Moodle 4.5'.

The secondary source is a tagged version with the V404 prefix on https://github.com/gjb2048/moodle-format_topcoll/tags
The secondary source is a tagged version with the V405 prefix on https://github.com/gjbarnard/moodle-format_topcoll/tags

If you download from the development area - https://github.com/gjb2048/moodle-format_topcoll/ - consider that
If you download from the development area - https://github.com/gjbarnard/moodle-format_topcoll/ - consider that
the code is unstable and not for use in production environments. This is because I develop the next version in stages
and use GitHub as a means of backup. Therefore the code is not finished, subject to alteration and requires testing.

Documented on http://docs.moodle.org/403/en/Collapsed_Topics_course_format
Documented on http://docs.moodle.org/405/en/Collapsed_Topics_course_format

Free software
=============
Expand All @@ -39,7 +39,7 @@ FAQ - http://www.gnu.org/licenses/gpl-faq.html - is a good place to look.
If you reuse any of the code then I kindly ask that you make reference to the format.

If you make improvements or bug fixes then I would appreciate if you would send them back to me by forking from
https://github.com/gjb2048/moodle-format_topcoll and doing a 'Pull Request' so that the rest of the
https://github.com/gjbarnard/moodle-format_topcoll and doing a 'Pull Request' so that the rest of the
Moodle community benefits.

Support
Expand Down
12 changes: 6 additions & 6 deletions Support.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ enhanced over the years in addition to coping with the API changes.
If you'd like to sponsor, get support or fund improvements, then please do get in touch via:

- gjbarnard | Gmail dt com address.
- GitHub | Please outline your issue / improvement on '[GitHub](https://github.com/gjb2048/moodle-format_topcoll/issues)'.
- GitHub | Please outline your issue / improvement on '[GitHub](https://github.com/gjbarnard/moodle-format_topcoll/issues)'.
- @gjbarnard | '[X](https://twitter.com/gjbarnard)'.

Sponsors
Expand All @@ -36,23 +36,23 @@ to ask questions.
Collapsed Topics can be obtained from:

* [Moodle.org](https://moodle.org/plugins/view.php?plugin=format_topcoll).
* [GitHub](https://github.com/gjb2048/moodle-format_topcoll/releases).
* [GitHub](https://github.com/gjbarnard/moodle-format_topcoll/releases).

You have all the rights granted to you by the GPLv3 license. If you are unsure about anything, then the
FAQ - [GPL FAQ](https://www.gnu.org/licenses/gpl-faq.html) - is a good place to look.

If you reuse any of the code then I kindly ask that you make reference to the format.

If you make improvements or bug fixes then I would appreciate if you would send them back to me by forking from
[GitHub](https://github.com/gjb2048/moodle-format_topcoll) and doing a 'Pull Request' so that the rest of the Moodle community
[GitHub](https://github.com/gjbarnard/moodle-format_topcoll) and doing a 'Pull Request' so that the rest of the Moodle community
benefits.

Required version of Moodle
==========================
This version works with Moodle 4.4 version 2024042200.00 (Build: 20240422) and above within the MOODLE_404_STABLE branch until the
This version works with Moodle 4.5 version 2024100700.00 (Build: 20241007) and above within the MOODLE_405_STABLE branch until the
next release.

Please ensure that your hardware and software complies with 'Requirements' in '[Installing Moodle](https://docs.moodle.org/404/en/Installing_Moodle)'.
Please ensure that your hardware and software complies with 'Requirements' in '[Installing Moodle](https://docs.moodle.org/405/en/Installing_Moodle)'.

Reporting issues
================
Expand All @@ -61,7 +61,7 @@ is essential that you are operating the required version of Moodle as stated abo
that is out of its control.

If you think you've discovered a genuine bug with the format then please look at the Moodle Course and course formats forum first to see if it
has already been repoted. Secondly, look at [GitHub](https://github.com/gjb2048/moodle-format_topcoll/issues), and thirdly [Moodle Tracker](https://tracker.moodle.org/issues/?jql=project+%3D+CONTRIB+AND+component+%3D+%22Course+format%3A+Topcoll%22).
has already been repoted. Secondly, look at [GitHub](https://github.com/gjbarnard/moodle-format_topcoll/issues), and thirdly [Moodle Tracker](https://tracker.moodle.org/issues/?jql=project+%3D+CONTRIB+AND+component+%3D+%22Course+format%3A+Topcoll%22).

I operate a policy that I will fix all genuine issues in 'my' (not other developers of the format) code, when fully described and
replicatable.
Expand Down
4 changes: 2 additions & 2 deletions amd/build/local/content.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 8395ac0

Please sign in to comment.