Skip to content

Commit 6a1a1be

Browse files
committed
release 3.8.1
1 parent bd52b1d commit 6a1a1be

File tree

5 files changed

+15
-10
lines changed

5 files changed

+15
-10
lines changed

CHANGES.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
### 3.8.1 ###
44

5-
* Bugfix: some development files (EnlighterJS v3 prelease) got into the release branch (lowercase filesnames) this may cause some issues during the plugin upgrade - I apologize for the inconvenience - thanks to [aguidrevitch](https://github.com/EnlighterJS/Plugin.WordPress/issues/119)
5+
* Changed: release scheme to [Semantic Versioning](https://semver.org/)
6+
* Bugfix: some development files (EnlighterJS v3 prelease) got into the release branch (lowercase filenames) this may cause some issues during the plugin upgrade - I apologize for the inconvenience - thanks to [aguidrevitch on GitHub](https://github.com/EnlighterJS/Plugin.WordPress/issues/119)
67

78
### 3.8 ###
89

lang/Enlighter.pot

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ msgid ""
22
msgstr ""
33
"Content-Type: text/plain; charset=UTF-8\n"
44
"Content-Transfer-Encoding: 8bit\n"
5-
"POT-Creation-Date: 2018-09-06 13:02:38+00:00\n"
5+
"POT-Creation-Date: 2018-09-18 14:55:24+00:00\n"
66
"PO-Revision-Date: 2018-MO-DA HO:MI+ZONE\n"
77
"MIME-Version: 1.0\n"
8-
"Project-Id-Version: Enlighter 3.8\n"
8+
"Project-Id-Version: Enlighter 3.8.1\n"
99
"Report-Msgid-Bugs-To: andi DOT dittrich AT a3non DOT org\n"
1010
"Last-Translator: Andi Dittrich\n"
1111

readme.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,11 @@ In case you found a security issue in this plugin - please write a message **dir
204204
Write a message to [Andi Dittrich](http://andidittrich.de/contact) (andi DOT dittrich AT a3non DOT O R G) or open a [New Issue on GitHub](https://github.com/EnlighterJS/Plugin.WordPress/issues)
205205
== Changelog ==
206206

207+
= 3.8.1 =
208+
209+
* Changed: release scheme to [Semantic Versioning](https://semver.org/)
210+
* Bugfix: some development files (EnlighterJS v3 prelease) got into the release branch (lowercase filenames) this may cause some issues during the plugin upgrade - I apologize for the inconvenience - thanks to [aguidrevitch on GitHub](https://github.com/EnlighterJS/Plugin.WordPress/issues/119)
211+
207212
= 3.8 =
208213

209214
* Added: experimental Gutenberg editor integration - [EnlighterJS/Plugin.Gutenberg on GitHub](https://github.com/EnlighterJS/Plugin.Gutenberg)

util/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
DEVELOPMENT TOOLS
2+
=======================
3+
4+
DO NOT UPLOAD THIS DIRECTORY TO YOUR SITE - IT MAY CONTAIN SERIOUS SECURITY ISSUES

views/admin/Changes.html

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
11
<ul>
2-
<li>Added: experimental Gutenberg editor integration - <a href="https://github.com/EnlighterJS/Plugin.Gutenberg">EnlighterJS/Plugin.Gutenberg on GitHub</a></li>
3-
<li>Added: keyboard shortcut <code>+x</code> to highlight inline code - requested by <a href="https://wordpress.org/support/topic/override-theme-code-style/" rel="nofollow">dahnark on WordPress.org Forums</a></li>
4-
<li>Added: Visual Editor Plugin (<a href="https://github.com/EnlighterJS/Plugin.TinyMCE">EnlighterJS.TinyMCE</a>) <strong>v3.5.0</strong></li>
5-
<li>Added: Environment check to ensure the plugin is uploaded into <code>wp-content/plugins/enlighter/</code></li>
6-
<li>Changed: moved experimental settings into panel "Beta"</li>
7-
<li>Removed: outdated translations</li>
8-
<li>Bugfix: styles of the "plugin upgrade notification" were broken</li>
2+
<li>Changed: release scheme to <a href="https://semver.org/" rel="nofollow">Semantic Versioning</a></li>
3+
<li>Bugfix: some development files (EnlighterJS v3 prelease) got into the release branch (lowercase filenames) this may cause some issues during the plugin upgrade - I apologize for the inconvenience - thanks to <a href="https://github.com/EnlighterJS/Plugin.WordPress/issues/119">aguidrevitch on GitHub</a></li>
94
</ul>

0 commit comments

Comments
 (0)