diff --git a/CHANGES.md b/CHANGES.md index e572f4e0..54cd8bf0 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -5,10 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -Last release of this plugin is 7.27.0 (22nd of july 2021). - -## Unreleased +Last release of this plugin is 7.27.1 (9th of nov. 2021). +## v7.27.1 - 9th nov. 2021 +- Fix "missing ['privacy:metadata']" from @christina-roperto contribution #86 - Improve the "MathType Moodle Plugins Suite" software development cycle. - Use 'ubuntu-latest' for the Moodle Plugin CI workflow. - Add 'on:schedule' trigger property to run the tests every morning. @@ -18,10 +18,6 @@ Last release of this plugin is 7.27.0 (22nd of july 2021). ## v7.27.0 - 22nd of july 2021 - Support for latest versions of MathType Atto and TinyMCE's plugins. -## Unrealeased - -- Fix "missing ['privacy:metadata']" from @christina-roperto contribution #86 - ## v7.26.1 - Feature: 'Migrate MathType plugins suite from TravisCI to Github Actions'. diff --git a/version.php b/version.php index 0225f34a..913b7406 100644 --- a/version.php +++ b/version.php @@ -25,8 +25,8 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2021072200; -$plugin->release = '7.27.0'; +$plugin->version = 2021110900; +$plugin->release = '7.27.1'; $plugin->requires = 2011120511; $plugin->maturity = MATURITY_STABLE; $plugin->component = 'filter_wiris';