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 e2714af commit baae2cb
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' => 2023100910,
'local_o365' => 2023100910,
'repository_office365' => 2023100910,
'theme_boost_o365teams' => 2023100910,
'theme_boost_o365teams' => 2023100900,
];
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 = 2023100910;
$plugin->version = 2023100900;
$plugin->requires = 2023100900;
$plugin->release = '4.3.1';
$plugin->release = '4.3.0';
$plugin->component = 'theme_boost_o365teams';
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = [
'local_o365' => 2023100910,
'local_o365' => 2023100900,
];

0 comments on commit baae2cb

Please sign in to comment.