Skip to content

Commit

Permalink
Update the readme for the 1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
timhunt committed Apr 15, 2024
1 parent 7b8c9b5 commit e0c0809
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# The embed questions TinyMCE editor plugin

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

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

Expand Down
2 changes: 1 addition & 1 deletion changes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
## Changes in 1.0

* Initial release.
* Initial release - a port of the equivalent Atto plugin.
7 changes: 5 additions & 2 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,14 @@

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

$plugin->version = 2024011100;
$plugin->requires = 2022112800;
$plugin->component = 'tiny_embedquestion';
$plugin->release = '1.0';
$plugin->version = 2024011100;
$plugin->requires = 2020061500;
$plugin->maturity = MATURITY_STABLE;

$plugin->dependencies = [
'filter_embedquestion' => 2022032900,
];

$plugin->outestssufficient = true;

0 comments on commit e0c0809

Please sign in to comment.