Skip to content

Commit e0c0809

Browse files
committed
Update the readme for the 1.0 release
1 parent 7b8c9b5 commit e0c0809

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# The embed questions TinyMCE editor plugin
22

3-
This TinyMCE editor plugin makes it much easier to use the [embed questions filter](https://moodle.org/plugins/filter_embedquestion).
3+
This TinyMCE editor plugin makes it easier to use the [embed questions filter](https://moodle.org/plugins/filter_embedquestion).
44

55
[Here is a more detailed description of the functionality](https://github.com/moodleou/moodle-filter_embedquestion/blob/master/internaldoc/functionality.txt).
66

changes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
## Changes in 1.0
22

3-
* Initial release.
3+
* Initial release - a port of the equivalent Atto plugin.

version.php

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,14 @@
2424

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

27+
$plugin->version = 2024011100;
28+
$plugin->requires = 2022112800;
2729
$plugin->component = 'tiny_embedquestion';
2830
$plugin->release = '1.0';
29-
$plugin->version = 2024011100;
30-
$plugin->requires = 2020061500;
3131
$plugin->maturity = MATURITY_STABLE;
32+
3233
$plugin->dependencies = [
3334
'filter_embedquestion' => 2022032900,
3435
];
36+
37+
$plugin->outestssufficient = true;

0 commit comments

Comments
 (0)