Skip to content

Commit

Permalink
New release
Browse files Browse the repository at this point in the history
  • Loading branch information
davidherney committed May 9, 2024
1 parent e6758ef commit c78376a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@

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

$plugin->version = 2022081610.01; // The current plugin version (Date: YYYYMMDDXX).
$plugin->version = 2022081611; // The current plugin version (Date: YYYYMMDDXX).
$plugin->requires = 2022041902; // Requires this Moodle version.
$plugin->component = 'format_onetopic'; // Full name of the plugin (used for diagnostics).
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '4.1.10(PiedrasTeherán)';
$plugin->release = '4.1.11(PiedrasTeherán)';
$plugin->dependencies = ['format_topics' => 2022041900];

0 comments on commit c78376a

Please sign in to comment.