Skip to content

Commit

Permalink
Release 4.4.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-milette committed May 26, 2024
1 parent 943afdf commit 392b204
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion classes/output/core/course_renderer.php
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,6 @@ protected function coursecat_coursebox_content(coursecat_helper $chelper, $cours
$content .= html_writer::start_tag('div', ['class' => 'pull-right']);
$content .= html_writer::end_tag('div'); // End pull-right.


// Display course contacts. See core_course_list_element::get_course_contacts().
if ($showcardcontact && $course->has_course_contacts()) {
$content .= html_writer::start_tag('div', ['class' => 'teachers pt-2']);
Expand Down
4 changes: 2 additions & 2 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@

defined('MOODLE_INTERNAL') || die();

$plugin->version = 2024052300;
$plugin->release = '4.4.0.3';
$plugin->version = 2024052600;
$plugin->release = '4.4.0.4';
$plugin->maturity = MATURITY_STABLE;
$plugin->requires = 2022021800; // Moodle 4.0 - Build: 20220218.
$plugin->component = 'theme_trema';
Expand Down

0 comments on commit 392b204

Please sign in to comment.