Skip to content

Commit

Permalink
Revert unnecessary version change in theme_boost_o365teams plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
weilai-irl committed Mar 11, 2024
1 parent 719ef99 commit c002327
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion local/office365/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@
'block_microsoft' => 2023042420,
'local_o365' => 2023042420,
'repository_office365' => 2023042420,
'theme_boost_o365teams' => 2023042420,
'theme_boost_o365teams' => 2023042405,
];
6 changes: 3 additions & 3 deletions theme/boost_o365teams/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@

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

$plugin->version = 2023042420;
$plugin->version = 2023042405;
$plugin->requires = 2023042400;
$plugin->release = '4.2.3';
$plugin->release = '4.2.1';
$plugin->component = 'theme_boost_o365teams';
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = [
'local_o365' => 2023042420,
'local_o365' => 2023042405,
];

0 comments on commit c002327

Please sign in to comment.