We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7828f3a commit d73d889Copy full SHA for d73d889
CHANGELOG.md
@@ -1,6 +1,17 @@
1
Changelog
2
=========
3
4
+v1.1.1
5
+------
6
+
7
+- Compatibility with Moodle 5.0
8
+- Minor coding style updates
9
10
+v1.1.0
11
12
13
+- Compatibility with Moodle 4.5
14
15
v1.0.6
16
------
17
version.php
@@ -25,8 +25,8 @@
25
26
defined('MOODLE_INTERNAL') || die();
27
28
-$plugin->version = 2024090500;
+$plugin->version = 2025041100;
29
$plugin->requires = 2016052300; // Moodle 3.1.0.
30
$plugin->component = 'filter_shortcodes';
31
$plugin->maturity = MATURITY_STABLE;
32
-$plugin->release = '1.1.0';
+$plugin->release = '1.1.1';
0 commit comments