Skip to content

Commit

Permalink
Theme Trema release 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorfurtado committed Feb 28, 2019
1 parent 1783ac7 commit 27d272e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@

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

$plugin->version = 2019022600;
$plugin->release = 'v1.1';
$plugin->version = 2019022800;
$plugin->release = '3.6.0.0';
$plugin->maturity = MATURITY_STABLE;
$plugin->requires = 2018042500;
$plugin->requires = 2018120300; // 3.6 (Build: 20181203)
$plugin->component = 'theme_trema';
$plugin->dependencies = array(
'theme_boost' => 2017111300,
'theme_boost' => 2018051400,
);

0 comments on commit 27d272e

Please sign in to comment.