Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,15 @@ wp.hooks.addFilter(
## Frequently Asked Questions

### How come I do not see all the special characters?

When a character is displayed using a font that doesn't support that character, a default "not defined" glyph from that font is used. The "not defined" glyph in most fonts has the appearance of a rectangular box, or some variation of that.

One example of a font with support for wide range of glyphs is the [Noto](https://fonts.google.com/noto) family by Google Fonts, which can be loaded by the theme to render the missing characters.

### Where do I report security bugs found in this plugin?

Please report security bugs found in the source code of the Insert Special Characters plugin through the [Patchstack Vulnerability Disclosure  Program](https://patchstack.com/database/vdp/498eea61-a27e-4e17-be8d-52b89046146a). The Patchstack team will assist you with verification, CVE assignment, and notify the developers of this plugin.

## Support Level

**Stable:** 10up is not planning to develop any new features for this, but will still respond to bug reports and security concerns. We welcome PRs, but any that include new features should be small and easy to integrate and should not include breaking changes. We otherwise intend to keep this tested up to the most recent version of WordPress.
Expand Down
4 changes: 4 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,10 @@ When a character is displayed using a font that doesn't support that character,

One example of a font with support for wide range of glyphs is the [Noto](https://fonts.google.com/noto) family by Google Fonts, which can be loaded by the theme to render the missing characters.

= Where do I report security bugs found in this plugin? =

Please report security bugs found in the source code of the Insert Special Characters plugin through the [Patchstack Vulnerability Disclosure  Program](https://patchstack.com/database/vdp/498eea61-a27e-4e17-be8d-52b89046146a). The Patchstack team will assist you with verification, CVE assignment, and notify the developers of this plugin.

== Screenshots ==

1. Example of special characters selection in the Block Editor.
Expand Down
Loading