Skip to content

Commit

Permalink
Prepare release 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
srobotta committed Feb 23, 2024
1 parent 1d918e3 commit 44e2ce1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Moodle Tiny editor HTML Block plugin

![Release](https://img.shields.io/badge/Release-1.1-blue.svg)
![Release](https://img.shields.io/badge/Release-1.2-blue.svg)
![Supported](https://img.shields.io/badge/Moodle-4.1+-orange.svg)
[![Moodle Plugin CI](https://github.com/srobotta/moodle-tiny_htmlblock/workflows/Moodle%20Plugin%20CI/badge.svg?branch=master)](https://github.com/srobotta/moodle-tiny_htmlblock/actions?query=workflow%3A%22Moodle+Plugin+CI%22+branch%3Amaster)
[![License GPL-3.0](https://img.shields.io/github/license/srobotta/moodle-tiny_htmlblock?color=lightgrey)](https://github.com/srobotta/moodle-tiny_htmlblock/blob/master/LICENSE)
Expand Down Expand Up @@ -143,6 +143,13 @@ What is missing/not working:

## Version History

### 1.2
- Fix [tiny/htmlblock:viewmenu does not seem to have any effect #2](https://github.com/srobotta/moodle-tiny_htmlblock/issues/2)
- Fix [Module and course settings not accessible #4](https://github.com/srobotta/moodle-tiny_htmlblock/issues/4)
- Fix phpcs issues that were reported during the review process.
- New SVG icon for the toolbar and the plugin itself.
- Improved language string.

### 1.1
- Fix compatibility issue with Moodle 4.3
- Add CI stack for Moodle 4.3
Expand Down
4 changes: 2 additions & 2 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
defined('MOODLE_INTERNAL') || die();

$plugin->component = 'tiny_htmlblock';
$plugin->release = '1.1';
$plugin->version = 2023101000;
$plugin->release = '1.2';
$plugin->version = 2024022300;
$plugin->requires = 2022112800;
$plugin->maturity = MATURITY_RC;

0 comments on commit 44e2ce1

Please sign in to comment.