Skip to content

Commit

Permalink
prepare new release (1.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
srobotta committed Sep 11, 2023
1 parent 1039b42 commit 8d14d6e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 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.3-blue.svg)
![Release](https://img.shields.io/badge/Release-1.0-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 Down Expand Up @@ -112,7 +112,7 @@ provided iso codes is preserved.

## Version History

### current master
### 1.0

- Fix issue [TinyMCE link plugin does not work properly when multilang2 is installed](https://github.com/bfh/moodle-tiny_multilang2/issues/4).
Many thanks to [Mario Wehr](https://github.com/mwehr) for his contribution.
Expand All @@ -127,6 +127,8 @@ provided iso codes is preserved.
- New feature, `<span>` elements use the `dir` attribute to annotate left to right and
right to left languages (in standard Moodle annotation).
- New feature: the context menu has an icon to remove the selected language tag pair.
- Enhanced documentation to iclude new changes and add a chapter about usage.
- Lift version from 0.3 to 1.0 to reflect maturity.

Many thanks to [Tai Le Tan](https://github.com/tailetan) from the Open University that
provided a comprehensive [pull request](https://github.com/bfh/moodle-tiny_multilang2/pull/3).
Expand Down
4 changes: 2 additions & 2 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
defined('MOODLE_INTERNAL') || die();

$plugin->component = 'tiny_multilang2';
$plugin->release = '0.3';
$plugin->version = 2023082300;
$plugin->release = '1.0';
$plugin->version = 2023091100;
$plugin->requires = 2022112800;
$plugin->maturity = MATURITY_RC;

0 comments on commit 8d14d6e

Please sign in to comment.