Skip to content

Commit

Permalink
release 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
AndiDittrich committed May 20, 2018
1 parent 1d5ddff commit 953f8b3
Show file tree
Hide file tree
Showing 16 changed files with 87 additions and 83 deletions.
42 changes: 21 additions & 21 deletions CHANGES.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions CONTRIBUTE.md
@@ -1,9 +1,9 @@
Contribution
------------

Enlighter is OpenSource and managed on [GitHub](https://github.com/AndiDittrich/WordPress.Enlighter) - if you like, you're welcome to contribute!
Enlighter is OpenSource and managed on [GitHub](https://github.com/EnlighterJS/Plugin.WordPress) - if you like, you're welcome to contribute!
To simplify the release and quality control process, please follow these remarks:

### Notices ###
* Related software packages are updated by the maintainer (EnlighterJS, EnlighterJS.TinyMCE, Mootools, and so on)
* If you form a concept of larger project changes, please [discuss](https://github.com/AndiDittrich/WordPress.Enlighter/issues) them with the contributors **before** implementing
* If you form a concept of larger project changes, please [discuss](https://github.com/EnlighterJS/Plugin.WordPress/issues) them with the contributors **before** implementing
4 changes: 2 additions & 2 deletions Enlighter.php
Expand Up @@ -4,7 +4,7 @@
Plugin URI: https://enlighterjs.org
Domain Path: /lang
Description: Enlighter is a free, easy-to-use, syntax highlighting tool with a build-in theme editor.
Version: 3.6-BETA4
Version: 3.6
Author: Andi Dittrich
Author URI: https://andidittrich.de
License: MIT X11-License
Expand All @@ -23,7 +23,7 @@
*/

define('ENLIGHTER_INIT', true);
define('ENLIGHTER_VERSION', '3.6-BETA4');
define('ENLIGHTER_VERSION', '3.6');
define('ENLIGHTER_PLUGIN_PATH', dirname(__FILE__));
define('ENLIGHTER_PLUGIN_URL', plugins_url('/enlighter/'));

Expand Down
4 changes: 2 additions & 2 deletions FAQ.md
Expand Up @@ -43,10 +43,10 @@ If you are already using MooTools on your page, you have to disable the automati
**Note:** EnlighterJS requires MooTools > 1.4

### Can Enlighter by disabled on selected pages? ###
Of course, the filter hook [enlighter_startup](https://github.com/AndiDittrich/WordPress.Enlighter/blob/master/docs/FilterHooks.md) can be used to terminate the plugin initialization
Of course, the filter hook [enlighter_startup](https://github.com/EnlighterJS/Plugin.WordPress/blob/master/docs/FilterHooks.md) can be used to terminate the plugin initialization

### Security Vulnerabilities ###
In case you found a security issue in this plugin - please write a message **directly** to [Andi Dittrich](http://andidittrich.de/contact) - __**DO NOT POST THIS ISSUE ON GITHUB OR WORDPRESS.ORG**__ - the issue will be public released if it is fixed!

### I miss some features / I found a bug ###
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/AndiDittrich/WordPress.Enlighter/issues)
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)
12 changes: 6 additions & 6 deletions README.md
@@ -1,10 +1,10 @@
# Enlighter - Customizable Syntax Highlighter #
Contributors: Andi Dittrich, aenondynamics
Tags: syntax highlighting, javascript, code, coding, sourcecode, mootools, jquery, customizable, visual editor, tinymce, themes, css, html, php, js, xml, c, cpp, c#, ruby, shell, java, python, sql, rust, matlab, json, ini, config, cython, lua, assembly, asm
Donate link: http://enlighterjs.org
Donate link: https://enlighterjs.org
Requires at least: 3.9
Tested up to: 4.9
Stable tag: 3.5
Stable tag: 3.6
License: MIT X11-License
License URI: http://opensource.org/licenses/MIT

Expand Down Expand Up @@ -37,8 +37,8 @@ It also supports the automatic creation of tab-panes to display code-groups toge

### Tutorials and Examples ###

* [Enlighter Visual Editor Usage](https://github.com/AndiDittrich/WordPress.Enlighter/blob/master/docs/Usage_VisualEditor.md) - Howto add Code Snippets to your posts and pages
* [Enlighter Markdown Usage](https://github.com/AndiDittrich/WordPress.Enlighter/blob/master/docs/Usage_Markdown.md) - Howto use Markdown fenced codeblocks
* [Enlighter Visual Editor Usage](https://github.com/EnlighterJS/Plugin.WordPress/blob/master/docs/Usage_VisualEditor.md) - Howto add Code Snippets to your posts and pages
* [Enlighter Markdown Usage](https://github.com/EnlighterJS/Plugin.WordPress/blob/master/docs/Usage_Markdown.md) - Howto use Markdown fenced codeblocks
* [Enlighter Visual Editor Live-Demo](https://tinymce.enlighterjs.org/)

### Supported Languages (build-in) ###
Expand Down Expand Up @@ -140,8 +140,8 @@ Please keep in mind that not all translations are up to date. You are welcome to
* **Serbo-Croatian** (sr_RS by Borisa Djuraskovic from webhostinghub.com)

### Related Links ###
* [Enlighter Plugin Docs + Tutorials](https://github.com/AndiDittrich/WordPress.Enlighter/docs)
* [Enlighter Plugin on GitHub](https://github.com/AndiDittrich/WordPress.Enlighter)
* [Enlighter Plugin Docs + Tutorials](https://github.com/EnlighterJS/Plugin.WordPress/docs)
* [Enlighter Plugin on GitHub](https://github.com/EnlighterJS/Plugin.WordPress)
* [EnlighterJS Documentation](http://enlighterjs.org)

## Compatibility ##
Expand Down
4 changes: 4 additions & 0 deletions build.xml
Expand Up @@ -99,6 +99,7 @@

<!-- Set Tag path !-->
<property name="svn.tag.path" value="../svn/tags/${release.version}" />
<property name="svn.trunk.path" value="../svn/trunk" />

<if>
<available file="${svn.tag.path}" type="dir"/>
Expand All @@ -125,6 +126,9 @@
<include name="LICENSE" />
</fileset>
</copy>

<!-- copy readme to trunk !-->
<copy file="readme.txt" todir="${svn.tag.path}" />
</else>
</if>

Expand Down
4 changes: 2 additions & 2 deletions docs/README.md
Expand Up @@ -18,8 +18,8 @@ In case you need to modify some Enlighter internals like the **language-list**,

Any Questions ? Report a Bug ? Enhancements ?
---------------------------------------------
Please open a new issue on [GitHub](https://github.com/AndiDittrich/WordPress.Enlighter/issues)
Please open a new issue on [GitHub](https://github.com/EnlighterJS/Plugin.WordPress/issues)

License
-------
WordPress.Enlighter is OpenSource and licensed under the Terms of [The MIT License (X11)](http://opensource.org/licenses/MIT). You're welcome to [contribute](https://github.com/AndiDittrich/WordPress.Enlighter/blob/master/CONTRIBUTE.md)!
WordPress.Enlighter is OpenSource and licensed under the Terms of [The MIT License (X11)](http://opensource.org/licenses/MIT). You're welcome to [contribute](https://github.com/EnlighterJS/Plugin.WordPress/blob/master/CONTRIBUTE.md)!
4 changes: 2 additions & 2 deletions lang/Enlighter.pot
Expand Up @@ -2,10 +2,10 @@ msgid ""
msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2018-05-19 16:28:37+00:00\n"
"POT-Creation-Date: 2018-05-20 11:22:52+00:00\n"
"PO-Revision-Date: 2018-MO-DA HO:MI+ZONE\n"
"MIME-Version: 1.0\n"
"Project-Id-Version: Enlighter 3.6-BETA4\n"
"Project-Id-Version: Enlighter 3.6\n"
"Report-Msgid-Bugs-To: andi DOT dittrich AT a3non DOT org\n"
"Last-Translator: Andi Dittrich\n"

Expand Down

0 comments on commit 953f8b3

Please sign in to comment.