From 42e7bb541074880d6c0d29908b12270839824036 Mon Sep 17 00:00:00 2001 From: Stephan Robotta Date: Thu, 27 Jun 2024 09:49:39 +0200 Subject: [PATCH] Prepare release 0.6 --- README.md | 6 +++++- version.php | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8bccad8..23d2821 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ moodle-tiny_fontcolor ======================== -![Release](https://img.shields.io/badge/Release-0.5-blue.svg) +![Release](https://img.shields.io/badge/Release-0.6-blue.svg) [![Moodle Plugin CI](https://github.com/bfh/moodle-tiny_fontcolor/workflows/Moodle%20Plugin%20CI/badge.svg?branch=main)](https://github.com/bfh/moodle-tiny_fontcolor/actions?query=workflow%3A%22Moodle+Plugin+CI%22+branch%3Amain) [![PHP Support](https://img.shields.io/badge/php-7.4--8.3-blue)](https://github.com/bfh/moodle-tiny_fontcolor/action) [![Moodle Support](https://img.shields.io/badge/Moodle-4.1--4.4-orange)](https://github.com/bfh/moodle-tiny_fontcolor/actions) @@ -61,6 +61,10 @@ over the appropriate color square. ## Version History +### 0.6 +- [Add quickbar support #14](https://github.com/bfh/moodle-tiny_fontcolor/issues/14) +by [Thomas Ludwig](https://github.com/tholudwig) + ### 0.5 - Add support for Moodle 4.4 and PHP 8.3. - Add json for a comprehensive color scheme (thanks to Joseph Rézeau). diff --git a/version.php b/version.php index e9211e3..4209166 100644 --- a/version.php +++ b/version.php @@ -25,8 +25,8 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'tiny_fontcolor'; -$plugin->release = '0.5'; -$plugin->version = 2024042200; +$plugin->release = '0.6'; +$plugin->version = 2024062700; $plugin->requires = 2022112800; $plugin->maturity = MATURITY_STABLE; $plugin->supported = [401, 404];