diff --git a/README.md b/README.md index f2c9171..31b9da1 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ moodle-tiny_fontcolor ======================== ![Release](https://img.shields.io/badge/Release-0.4-blue.svg) -[![Moodle Plugin CI](https://github.com/bfh/moodle-tiny_fontcolor/workflows/Moodle%20Plugin%20CI/badge.svg?branch=master)](https://github.com/bfh/moodle-tiny_fontcolor/actions?query=workflow%3A%22Moodle+Plugin+CI%22+branch%3Amaster) +[![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.2-blue)](https://github.com/bfh/moodle-tiny_fontcolor/action) [![Moodle Support](https://img.shields.io/badge/Moodle-4.1+-orange)](https://github.com/bfh/moodle-tiny_fontcolor/actions) [![License GPL-3.0](https://img.shields.io/github/license/bfh/moodle-tiny_fontcolor?color=lightgrey)](https://github.com/bfh/moodle-tiny_fontcolor/blob/main/LICENSE) @@ -61,7 +61,7 @@ over the appropriate color square. ## Version History -## Current Master +## Current Main - Add json for a comprehensive color scheme (thanks to Joseph Rézeau). ### 0.4 diff --git a/version.php b/version.php index 61f1450..ea2ecc4 100644 --- a/version.php +++ b/version.php @@ -25,7 +25,8 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'tiny_fontcolor'; -$plugin->release = '0.4'; -$plugin->version = 2023101000; +$plugin->release = '0.5'; +$plugin->version = 2024042200; $plugin->requires = 2022112800; $plugin->maturity = MATURITY_RC; +$plugin->supported = [401, 404];