Skip to content

Commit

Permalink
* increasing plugin version to v0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
imfx77 committed Jun 4, 2024
1 parent c47c07b commit 2b339eb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ public function getPluginAuthor()

public function getPluginVersion()
{
return '0.9.2';
return '0.9.3';
}

public function getCompatibleVersion()
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Rendering can parametrize theme, code highlight, and background transparency.

<p align="right">[<a href="#user-content-readme-bottom">&#8595; Bottom</a>] [<a href="#user-content-readme-top">&#8593; Top</a>]</p>

## News
## ⚠️ News

**Unfortunately**, `stackedit.net` the **English** version of the `StackEdit+` online app, was eventually taken down and for good.
Adopting this editor to embed in KB was an optimal choice I made amongst multiple editors, as it combined functionality flexibility and UI tweaks.
Expand All @@ -81,6 +81,8 @@ Overall:

So, you really need to try each of the editors for yourself !

<p align="right">[<a href="#user-content-readme-bottom">&#8595; Bottom</a>] [<a href="#user-content-readme-top">&#8593; Top</a>]</p>

## Features

### ✨ Emoji Picker is available as of v.0.9.3 ! ✨
Expand Down

0 comments on commit 2b339eb

Please sign in to comment.