Skip to content

Commit 9b33338

Browse files
committed
release 3.4.1
1 parent 61f3bd8 commit 9b33338

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
### 3.4.1
2+
3+
* Add support for URI containing hyphen or underscore character
4+
* Replacing deprecated `array_key_exists` use
5+
16
### 3.4.0
27

38
* Fix privacy provider `get_reason` declaration. This leads to drop PHP5 (Moodle 3.3 and prior) support

version.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
defined('MOODLE_INTERNAL') || die();
2828

2929
$plugin->component = 'filter_codepen'; // Full name of the plugin (used for diagnostics)
30-
$plugin->version = 2018050300; // The current plugin version (Date: YYYYMMDDXX)
30+
$plugin->version = 2022112100; // The current plugin version (Date: YYYYMMDDXX)
3131
$plugin->requires = 2017111300; // Requires this Moodle version
32-
$plugin->release = '3.4.0'; // Human-friendly version name http://docs.moodle.org/dev/Releases
32+
$plugin->release = '3.4.1'; // Human-friendly version name http://docs.moodle.org/dev/Releases
3333
$plugin->maturity = MATURITY_STABLE; // This version's maturity level.

0 commit comments

Comments
 (0)