Skip to content

Commit

Permalink
Prepare release 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
srobotta committed May 2, 2023
1 parent c211a20 commit f409acd
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ hitting the backspace or delete key. This will remove the tag, and it's counterp

## Current version

The latest release is v0.2.1 (build 2023040600) for Moodle 4.1 and newer.
The latest release is v0.2.2 (build 2023050200) for Moodle 4.1 and newer.

## Requirements
The plugin [filter_multilang2](https://github.com/iarenaza/moodle-filter_multilang2) must be installed and enabled.
Expand All @@ -40,3 +40,16 @@ The plugin [filter_multilang2](https://github.com/iarenaza/moodle-filter_multila
If the language selection does not appear in the editor:
- Check that the multilang2 filter is installed and enabled.
- Check that your site has at least two languages installed.

## Version History

### 0.2.2

- Lift software maturity level to STABLE.
- Adapt CI to test against Moodle 4.2.
- Fix issue [Probably, $string['helplinktext'] = 'Multi-Language Content (v2)'; is needed in the lang strings](https://github.com/bfh/moodle-tiny_multilang2/issues/1).
- Add version history to README file.

### 0.2.1

Initial release
6 changes: 3 additions & 3 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
defined('MOODLE_INTERNAL') || die();

$plugin->component = 'tiny_multilang2';
$plugin->release = '0.2.1';
$plugin->version = 2023040600;
$plugin->release = '0.2.2';
$plugin->version = 2023050200;
$plugin->requires = 2022112800;
$plugin->maturity = MATURITY_BETA;
$plugin->maturity = MATURITY_STABLE;

0 comments on commit f409acd

Please sign in to comment.