Skip to content

Commit d73d889

Browse files
committed
Bump to v1.1.1
1 parent 7828f3a commit d73d889

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
Changelog
22
=========
33

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+
415
v1.0.6
516
------
617

version.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525

2626
defined('MOODLE_INTERNAL') || die();
2727

28-
$plugin->version = 2024090500;
28+
$plugin->version = 2025041100;
2929
$plugin->requires = 2016052300; // Moodle 3.1.0.
3030
$plugin->component = 'filter_shortcodes';
3131
$plugin->maturity = MATURITY_STABLE;
32-
$plugin->release = '1.1.0';
32+
$plugin->release = '1.1.1';

0 commit comments

Comments
 (0)