Skip to content

Commit

Permalink
Fix missing ['privacy:metadata']
Browse files Browse the repository at this point in the history
  • Loading branch information
icaparros-at-wiris committed Oct 7, 2021
1 parent 0aebd92 commit 18e79af
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

Last release of this plugin is 7.26.1.

## Unrealeased

- Fix "missing ['privacy:metadata']" from @christina-roperto contribution #86

## v7.26.1
- Feature: 'Migrate MathType plugins suite from TravisCI to Github Actions'.

Expand Down
2 changes: 1 addition & 1 deletion lang/en/filter_wiris.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
$string['pluginname'] = 'MathType by WIRIS';
$string['pluginperformance'] = 'Image performance mode';
$string['pluginperformance_help'] = 'Specifies if the response should be a JSON instead of a binary which allows requests be cached. Enable performance to use JSON response.';
$string['privacy:null_reason'] = 'MathType filter does not effect or store any data itself.';
$string['privacy:metadata'] = 'MathType filter does not effect or store any data itself.';
$string['rendertype'] = 'Render type';
$string['rendertype_help'] = 'Specifies how to render the formulas.<br>- PHP: calls the Wiris rendering service from the filter module.<br>- Client: all requests to the Wiris servers are made from the browser.<br><i>It is is strongly recommended to leave server-side rendering enabled (PHP), which is set by default. It is only recommended to enable client-side render (Client) in high-concurrency environments, where a very large number of simultaneous users need to represent several complex mathematical expressions simultaneously.</i>';
$string['securitysettings'] = 'Security settings';
Expand Down

0 comments on commit 18e79af

Please sign in to comment.