Skip to content

Commit

Permalink
Update version and readme for the 5.2.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
timhunt committed Apr 15, 2024
1 parent 8877552 commit bd92d54
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change log for the StudentQuiz activity

## Version 5.2.1

* Added Compatability with Moodle 4.3
* Fixed a bug with permission checking of state changes.

## Version 5.2.0

Mainly a bugfix release, but with one new feature adding activity completion.
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# <img alt="" src="https://raw.githubusercontent.com/timhunt/moodle-mod_studentquiz/main/pix/monologo.svg" width="64" style="max-width: 64px; vertical-align: middle;"> StudentQuiz

[![Latest Release](https://img.shields.io/github/v/release/studentquiz/moodle-mod_studentquiz?sort=semver&color=orange)](https://github.com/studentquiz/moodle-mod_studentquiz/releases)
[![Build Status](https://github.com/studentquiz/moodle-mod_studentquiz/workflows/Moodle%20Plugin%20CI/badge.svg?branch=master)](https://github.com/studentquiz/moodle-mod_studentquiz/actions?query=workflow%3A%22Moodle+Plugin+CI%22+branch%3Amaster)
[![Moodle Plugin CI](https://github.com/studentquiz/moodle-mod_studentquiz/actions/workflows/moodle-plugin-ci.yml/badge.svg)](https://github.com/studentquiz/moodle-mod_studentquiz/actions/workflows/moodle-plugin-ci.yml)
[![PHP Support](https://img.shields.io/badge/php-7.3--8.2-blue)](https://github.com/studentquiz/moodle-mod_studentquiz/actions)
[![Moodle Support](https://img.shields.io/badge/Moodle-4.0--4.2-orange)](https://github.com/studentquiz/moodle-mod_studentquiz/actions)
[![Moodle Support](https://img.shields.io/badge/Moodle-4.0--4.3-orange)](https://github.com/studentquiz/moodle-mod_studentquiz/actions)
[![License GPL-3.0](https://img.shields.io/github/license/studentquiz/moodle-mod_studentquiz?color=lightgrey)](https://github.com/studentquiz/moodle-mod_studentquiz/blob/master/LICENSE)
[![GitHub contributors](https://img.shields.io/github/contributors/studentquiz/moodle-mod_studentquiz)](https://github.com/studentquiz/moodle-mod_studentquiz/graphs/contributors)

Expand Down Expand Up @@ -46,7 +46,7 @@ You can find manuals for each role in the [manuals website](https://docs.moodle.

Supported and tested with:

- Moodle 4.0, 4.1 and 4.2 - if you need a version compatible with earlier versions of Moodle, look on the
- Moodle 4.0, 4.1, 4.2 and 4.3 - if you need a version compatible with earlier versions of Moodle, look on the
(MOODLE_3X_STABLE branch)[https://github.com/studentquiz/moodle-mod_studentquiz/tree/MOODLE_3X_STABLE]
- PHP 7.3, 7.4, 8.0, 8.1 and 8.2
- Databases: MySQL, MariaDB, PostgreSQL, SQL Server 2017 (experimental)
Expand Down
4 changes: 2 additions & 2 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@

defined('MOODLE_INTERNAL') || die();

$plugin->version = 2023081702;
$plugin->version = 2024011900;
$plugin->requires = 2022041900; // Version MOODLE_4.0.
$plugin->component = 'mod_studentquiz';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = 'v5.2.0';
$plugin->release = 'v5.2.1';

0 comments on commit bd92d54

Please sign in to comment.