Skip to content

Commit

Permalink
Merge pull request #57 from NHSLeadership/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
AndyMCole authored Mar 4, 2024
2 parents f58cab3 + c2e9f82 commit 0450549
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nhsla/moodle-nhse",
"type": "moodle-theme",
"version": "2023110201",
"version": "2024022001",
"require": {
"composer/installers": "~1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion config.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@

$THEME->doctype = 'html5';
$THEME->name = 'nhse';
$THEME->version = '2023110201';
$THEME->version = '2024022001';
$THEME->parents = ['boost'];
$THEME->regions = [];
$THEME->sheets = [];
Expand Down
4 changes: 4 additions & 0 deletions scss/nhse/courseindex.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,8 @@
padding: 0.25rem 0.5rem;
line-height: 1.5rem;
}
.text-truncate {
white-space: wrap;
font-size: 0.9375rem;
}
}
4 changes: 2 additions & 2 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
defined('MOODLE_INTERNAL') || die();

// This is the version of the plugin.
$plugin->version = 2023110201;
$plugin->release = '401.0.2';
$plugin->version = 2024022001;
$plugin->release = '401.0.3';
$plugin->maturity = MATURITY_BETA;

// This is the version of Moodle this plugin requires.
Expand Down

0 comments on commit 0450549

Please sign in to comment.