Skip to content

Commit

Permalink
build(version): publish #v.8.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jgonzalez-at-wiris committed Oct 9, 2023
1 parent a5b2589 commit e938e1b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
12 changes: 10 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,15 @@ 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 8.1.0 (29th of mar. 2023).
Last release of this plugin is 8.6.0 (October, 9th 2023).

## v8.6.0 - 9 oct. 2023
- chore: Update PHP integration to 8.5.0
- fix: Prevent exception caused by passing null arguments to strpos in php 8.1
- feat: Add notification regarding TinyMCE legacy incompatibility
- fix: cfg branch not found
- feat: Update viewer
- feat: Add Moodle 4.3 compatibility

## v8.4.0 - 31 aug. 2023

Expand Down Expand Up @@ -61,4 +69,4 @@ Last release of this plugin is 8.1.0 (29th of mar. 2023).
## v7.26.0
- Fix & upgrade TravisCI job configuration.
- Update project documentation by improving the main `README` file.
- Start using `CHANGES` file as changelog.
- Start using `CHANGES` file as changelog.
2 changes: 1 addition & 1 deletion thirdpartylibs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<library>
<location>render</location>
<name>MathType Web Integration JavaScript SDK</name>
<version>8.3.1</version>
<version>8.5.0</version>
<license>GPL</license>
<licenseversion>3.0+</licenseversion>
</library>
Expand Down
4 changes: 2 additions & 2 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@

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

$plugin->version = 2023083100;
$plugin->release = '8.4.0';
$plugin->version = 2023100900;
$plugin->release = '8.6.0';
$plugin->requires = 2011120511;
$plugin->maturity = MATURITY_STABLE;
$plugin->component = 'filter_wiris';
Expand Down

0 comments on commit e938e1b

Please sign in to comment.