Skip to content

Commit

Permalink
New release with support for Moodle 4.4 and PHP 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
srobotta committed Apr 25, 2024
1 parent e701d5a commit 82b314d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
moodle-tiny_fontcolor
========================

![Release](https://img.shields.io/badge/Release-0.4-blue.svg)
![Release](https://img.shields.io/badge/Release-0.5-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)
[![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)
[![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)
[![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)
[![GitHub contributors](https://img.shields.io/github/contributors/bfh/moodle-tiny_fontcolor)](https://github.com/bfh/moodle-tiny_fontcolor/graphs/contributors)

Expand Down Expand Up @@ -61,7 +61,8 @@ over the appropriate color square.

## Version History

## Current Master
### 0.5
- Add support for Moodle 4.4 and PHP 8.3.
- Add json for a comprehensive color scheme (thanks to Joseph Rézeau).

### 0.4
Expand Down
8 changes: 5 additions & 3 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@
defined('MOODLE_INTERNAL') || die();

$plugin->component = 'tiny_fontcolor';
$plugin->release = '0.4';
$plugin->version = 2023101000;
$plugin->release = '0.5';
$plugin->version = 2024042500;
$plugin->requires = 2022112800;
$plugin->maturity = MATURITY_RC;
$plugin->maturity = MATURITY_STABLE;
$plugin->supported = [401, 404];

0 comments on commit 82b314d

Please sign in to comment.