Skip to content

Commit

Permalink
Release 1.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Thies committed Aug 8, 2024
1 parent eb0c4e0 commit cd5215d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/moodle-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push, pull_request]

jobs:
test:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04

services:
postgres:
Expand Down
9 changes: 4 additions & 5 deletions classes/plugininfo/videotimeplugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,16 +52,15 @@ public function available_updates() {
case 'pro':
$info = [
'maturity' => MATURITY_STABLE,
'release' => '1.8',
'release' => '1.8.1',
'version' => 2024050601,
'release' => '1.8.2',
'version' => 2024050603,
];
break;
case 'repository':
$info = [
'maturity' => MATURITY_STABLE,
'release' => '1.8',
'version' => 2024050600,
'release' => '1.8.2',
'version' => 2024050602,
];
break;
}
Expand Down
6 changes: 3 additions & 3 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
defined('MOODLE_INTERNAL') || die();

$plugin->component = 'mod_videotime';
$plugin->release = '1.8.1';
$plugin->version = 2024050602;
$plugin->requires = 2015111610;
$plugin->release = '1.8.2';
$plugin->version = 2024050603;
$plugin->requires = 2023042400;
$plugin->maturity = MATURITY_STABLE;

0 comments on commit cd5215d

Please sign in to comment.