Skip to content

Commit

Permalink
release 3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ak4t0sh committed Oct 7, 2024
1 parent 7dfd471 commit dc29114
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 3.5.0

* Class refactoring to ensure moodle 4.5+ compatibility (see : MDL-82427)

### 3.4.2

* Add missing array declaration causing issue in PHP 8 environment
Expand Down
4 changes: 2 additions & 2 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
defined('MOODLE_INTERNAL') || die();

$plugin->component = 'filter_codepen'; // Full name of the plugin (used for diagnostics)
$plugin->version = 2023050500; // The current plugin version (Date: YYYYMMDDXX)
$plugin->version = 2024100700; // The current plugin version (Date: YYYYMMDDXX)
$plugin->requires = 2017111300; // Requires this Moodle version
$plugin->release = '3.4.2'; // Human-friendly version name http://docs.moodle.org/dev/Releases
$plugin->release = '3.5.0'; // Human-friendly version name http://docs.moodle.org/dev/Releases
$plugin->maturity = MATURITY_STABLE; // This version's maturity level.

0 comments on commit dc29114

Please sign in to comment.