Skip to content

Commit

Permalink
Merge pull request #8 from Lesterhuis-Training-en-Consultancy/86by49j…
Browse files Browse the repository at this point in the history
…wt-upgrade-moodle45

86by49jwt upgrade moodle45
  • Loading branch information
luukverhoeven authored Oct 22, 2024
2 parents e676751 + 96ca888 commit 1834911
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ Types of changes
* **Fixed** for any bug fixes.
* **Security** in case of vulnerabilities.

## Version (4.5.0) - 2024-09-10
- Tested for Moodle 4.5 and PHP 8.1

## Version (4.4.1) - 2024-07-18
- Solves Accessibility issue https://github.com/Lesterhuis-Training-en-Consultancy/moodle-block_quickcourselist/issues/1

Expand Down
4 changes: 3 additions & 1 deletion styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ body.jsenabled .block_quickcourselist .submitbutton {

.block_quickcourselist .quickcourseprogress {
visibility: hidden;
width: 16px;
height: 16px;
}

.block_quickcourselist ul {
Expand All @@ -18,4 +20,4 @@ body.jsenabled .block_quickcourselist .submitbutton {
border-bottom-style: solid;
border-bottom-width: 1px;
border-bottom-color: #d3d3d3;
}
}
6 changes: 3 additions & 3 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@

defined('MOODLE_INTERNAL') || die;

$plugin->version = 2024071800;
$plugin->version = 2024091000;
$plugin->requires = 2014051200;
$plugin->component = 'block_quickcourselist';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '4.4.1';
$plugin->supported = [401, 404];
$plugin->release = '4.5.0';
$plugin->supported = [401, 405];

0 comments on commit 1834911

Please sign in to comment.