Skip to content

Commit

Permalink
prepare release v0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
srobotta committed Jul 6, 2023
1 parent 3547d42 commit 61e007d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
TinyMCE multilanguage plugin
============================

![Release](https://img.shields.io/badge/Release-0.2.3-blue.svg)
![Release](https://img.shields.io/badge/Release-0.3-blue.svg)
[![Moodle Plugin CI](https://github.com/bfh/moodle-tiny_multilang2/workflows/Moodle%20Plugin%20CI/badge.svg?branch=master)](https://github.com/bfh/moodle-tiny_multilang2/actions?query=workflow%3A%22Moodle+Plugin+CI%22+branch%3Amaster)
![Supported](https://img.shields.io/badge/Moodle-4.1+-orange.svg)
[![License GPL-3.0](https://img.shields.io/github/license/bfh/moodle-tiny_multilang2?color=lightgrey)](https://github.com/bfh/moodle-tiny_multilang2/blob/main/LICENSE)
Expand All @@ -24,7 +24,7 @@ formatting is correct.

## Current version

The latest release is v0.2.3 (build 2023050300) for Moodle 4.1 and newer.
The latest release is v0.3 (build 2023060600) for Moodle 4.1 and newer.

## Requirements

Expand All @@ -51,13 +51,15 @@ If the language selection does not appear in the editor:

## Version History

### Current Master
### 0.3

- Support for the standard language tags in Moodle without having to install the [filter_multilang2](https://github.com/iarenaza/moodle-filter_multilang2).
- Tooltip with possible languages is shown when a highlighted language tag is selected (only when `showalllanguages` is off, otherwise the tooltip list would be too long).
- Fix: when the text editor lost the focus the highlighting of the language tags disappeared.
- Fix: the iso code was not displayed in the language list in the menu when `showalllanguages` was enabled.
- Some internal refactoring because of the changes from above that made them necessary.
- Adjust behat tests to test both, standard annotation and multilang2 filter annotation.
- Change code maturity to RC.

### 0.2.3

Expand Down
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.3';
$plugin->version = 2023050300;
$plugin->release = '0.3';
$plugin->version = 2023060600;
$plugin->requires = 2022112800;
$plugin->maturity = MATURITY_STABLE;
$plugin->maturity = MATURITY_RC;

0 comments on commit 61e007d

Please sign in to comment.