File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change
1
+ ### 3.5.0
2
+
3
+ * Class refactoring to ensure moodle 4.5+ compatibility (see : MDL-82427)
4
+
1
5
### 3.4.2
2
6
3
7
* Add missing array declaration causing issue in PHP 8 environment
Original file line number Diff line number Diff line change 27
27
defined ('MOODLE_INTERNAL ' ) || die ();
28
28
29
29
$ plugin ->component = 'filter_codepen ' ; // Full name of the plugin (used for diagnostics)
30
- $ plugin ->version = 2023050500 ; // The current plugin version (Date: YYYYMMDDXX)
30
+ $ plugin ->version = 2024100700 ; // The current plugin version (Date: YYYYMMDDXX)
31
31
$ plugin ->requires = 2017111300 ; // Requires this Moodle version
32
- $ plugin ->release = '3.4.2 ' ; // Human-friendly version name http://docs.moodle.org/dev/Releases
32
+ $ plugin ->release = '3.5.0 ' ; // Human-friendly version name http://docs.moodle.org/dev/Releases
33
33
$ plugin ->maturity = MATURITY_STABLE ; // This version's maturity level.
You can’t perform that action at this time.
0 commit comments