Skip to content

Commit

Permalink
Bump version number for releasing a new version
Browse files Browse the repository at this point in the history
  • Loading branch information
sarjona committed Jun 3, 2019
1 parent 7e3ff26 commit 2bc0db7
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
18 changes: 17 additions & 1 deletion README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,24 @@ By Tim Hunt

VERSIONS HISTORY

3.7.0 (2019060300) for Moodle 3.0, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6, 3.7
Release date: Monday, 3 Jun 2019
----------------------------------------------------------------------
- Add a new calculation type: percentage
- Allow userfields to be used more than once in the permissions
- Other fixes and improvements:
* Fix error when using templates
* Fix error when using the Start/End filter
* Fix legacy_polyfill error when running unit tests
* Display custom title for the block


Thanks David (davidpesce), Dimitrii (dmitriim) and all the contributors who have sent several fixes and improvements.
And special thanks also to Sander, Moodle HQ and Juan for letting Sara work on this again during the project week.


3.6.0 (2019021500) for Moodle 3.0, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6
Release date: Friday, 15 Feb 2017
Release date: Friday, 15 Feb 2019
----------------------------------------------------------------------
- Implement Privacy API
- Replace deprecated methods:
Expand Down
4 changes: 2 additions & 2 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@

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

$plugin->version = 2019021500; // Plugin version.
$plugin->version = 2019060300; // Plugin version.
$plugin->requires = 2015111600; // require Moodle version (3.0).
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '3.6.0';
$plugin->release = '3.7.0';
$plugin->component = 'block_configurable_reports'; // Full name of the plugin (used for diagnostics)
$plugin->cron = 86400; // = Once in 24h, Set min time between cron executions.
// Should probably be at night to off load CPU load.

0 comments on commit 2bc0db7

Please sign in to comment.