From 4e02fc0e0899b0a48c766b5edb6925b720b3dc83 Mon Sep 17 00:00:00 2001 From: Daniel Canet Date: Fri, 18 Jun 2021 10:53:21 +0200 Subject: [PATCH] Release 7.26.1 (18th june 2021) Changelog: - Feature: 'Migrate MathType plugins suite from TravisCI to Github Actions'. - Fixed 'Plugin not loading when Moodle install folder is different from the root' (KB-13266). - Bump 'MathType for TinyMCE4' to 7.26.2 (KB-13266). --- CHANGES.md | 7 ++++--- README.md | 2 +- tinymce/VERSION | 2 +- version.php | 6 +++--- 4 files changed, 9 insertions(+), 8 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 04ba638..43d9ac7 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -5,11 +5,12 @@ 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.26.0. +Last release of this plugin is 7.26.1. -## [Unreleased] +## v7.26.1 - Feature: 'Migrate MathType plugins suite from TravisCI to Github Actions'. -- Fixed 'Plugin not loading when Moodle install folder is different from the root' (KB-13266) +- Fixed 'Plugin not loading when Moodle install folder is different from the root' (KB-13266). +- Bump 'MathType for TinyMCE4' to 7.26.2 (KB-13266). ## v7.26.0 - Add a test to validate button visibility settings. diff --git a/README.md b/README.md index 736830d..1174a8a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # ![MathType](./pix/logo-mathtype.png) MathType Moodle plugin for TinyMCE -[![Build Status](https://travis-ci.com/wiris/moodle-tinymce_tiny_mce_wiris.svg?branch=stable)](https://travis-ci.com/wiris/moodle-tinymce_tiny_mce_wiris) +[![Moodle Plugin CI](https://github.com/wiris/moodle-tinymce_tiny_mce_wiris/actions/workflows/moodle-ci.yml/badge.svg)](https://github.com/wiris/moodle-tinymce_tiny_mce_wiris/actions/workflows/moodle-ci.yml) Type and handwrite mathematical notation in Moodle with [MathType](https://www.wiris.com/en/mathtype/) for TinyMCE editor. diff --git a/tinymce/VERSION b/tinymce/VERSION index fe34199..b20db6e 100644 --- a/tinymce/VERSION +++ b/tinymce/VERSION @@ -1 +1 @@ -7.26.1.0 +7.26.2.0 diff --git a/version.php b/version.php index cbdaaf8..a8e66a2 100644 --- a/version.php +++ b/version.php @@ -26,9 +26,9 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2021050600; -$plugin->release = '7.26.0'; +$plugin->version = 2021061800; +$plugin->release = '7.26.1'; $plugin->requires = 2012120300; $plugin->component = 'tinymce_tiny_mce_wiris'; -$plugin->dependencies = array('filter_wiris' => 2021050600); +$plugin->dependencies = array('filter_wiris' => 2021061800); $plugin->maturity = MATURITY_STABLE;