Skip to content

Commit

Permalink
release 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ak4t0sh committed Mar 1, 2019
1 parent c7284a0 commit 859d5a5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### 3.4.0

* Fix privacy provider `get_reason` declaration. This leads to drop PHP5 (Moodle 3.3 and prior) support
* Switch versioning policy to use Semantic Versioning starting from 3.4.0

### v3.3-r1.0

* Add privacy implementation / GDPR compliance.
Expand All @@ -14,4 +19,4 @@
* Add setting to select which tabs must be displayed by default
* Add a theme selector setting with CodePen default themes
* Add settings to override theme
* Add a preview panel
* Add a preview panel
2 changes: 1 addition & 1 deletion version.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@
$plugin->component = 'filter_codepen'; // Full name of the plugin (used for diagnostics)
$plugin->version = 2018050300; // The current plugin version (Date: YYYYMMDDXX)
$plugin->requires = 2017111300; // Requires this Moodle version
$plugin->release = 'v3.3-r1.0'; // Human-friendly version name http://docs.moodle.org/dev/Releases
$plugin->release = '3.4.0'; // Human-friendly version name http://docs.moodle.org/dev/Releases
$plugin->maturity = MATURITY_STABLE; // This version's maturity level.

0 comments on commit 859d5a5

Please sign in to comment.