Skip to content

Commit

Permalink
release v4.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AndiDittrich committed Oct 18, 2020
1 parent af18a3e commit 33cfb20
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
* Added: border around Enlighter Gutenberg codeblock (default theme)
* Added: resource urls of the theme-customizer and DRI are resolved by `ResourceManager::getResourceUrl` to allow optional filtering via `enlighter_resource_url`
* Added: support for Jetpack markdown (codeblocks will be excluded from jetpack gfm processing)
* Added: multiversion [travis-ci](https://travis-ci.org) lint checks
* Changed: trailing slash from global constant `ENLIGHTER_PLUGIN_URL` has been removed
* Changed: wp-skeleton updated to `v0.27.0`
* Changed: WordPress `readme.txt` is generated by `wp-skeleton` to avoid format issues (merged readme+changelog)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: syntax highlighting, syntax highlighter, highlighter, highlighting, classi
Donate link: https://enlighterjs.org
Requires at least: 5.0
Tested up to: 5.5
Stable tag: 4.4.0
Stable tag: 4.4.1
License: GPL-2.0
License URI: https://opensource.org/licenses/gpl-2.0.php

Expand Down
1 change: 1 addition & 0 deletions views/admin/about/Changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<li>Added: border around Enlighter Gutenberg codeblock (default theme)</li>
<li>Added: resource urls of the theme-customizer and DRI are resolved by <code>ResourceManager::getResourceUrl</code> to allow optional filtering via <code>enlighter_resource_url</code></li>
<li>Added: support for Jetpack markdown (codeblocks will be excluded from jetpack gfm processing)</li>
<li>Added: multiversion <a href="https://travis-ci.org">travis-ci</a> lint checks</li>
<li>Changed: trailing slash from global constant <code>ENLIGHTER_PLUGIN_URL</code> has been removed</li>
<li>Changed: wp-skeleton updated to <code>v0.27.0</code></li>
<li>Changed: WordPress <code>readme.txt</code> is generated by <code>wp-skeleton</code> to avoid format issues (merged readme+changelog)</li>
Expand Down

0 comments on commit 33cfb20

Please sign in to comment.