Skip to content

Commit

Permalink
Release 3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
marinaglancy committed Oct 27, 2017
1 parent 2af2a03 commit d8b44d0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
moodle-format_flexsections
==========================

Version 3.2.2
-------------

- Release for Moodle 3.4, 3.3 and 3.2
- Improved whitespaces

Version 3.2.1
-------------

Expand Down
4 changes: 2 additions & 2 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@

defined('MOODLE_INTERNAL') || die;

$plugin->version = 2017050500; // The current plugin version (Date: YYYYMMDDXX).
$plugin->version = 2017102700; // The current plugin version (Date: YYYYMMDDXX).
$plugin->requires = 2016120500; // Requires this Moodle version
$plugin->release = "3.2.1";
$plugin->release = "3.2.2";
$plugin->maturity = MATURITY_STABLE;
$plugin->component = 'format_flexsections'; // Full name of the plugin (used for diagnostics).

0 comments on commit d8b44d0

Please sign in to comment.