Skip to content
This repository has been archived by the owner on Apr 16, 2021. It is now read-only.

Commit

Permalink
Merge pull request #1 from owt5008137/master
Browse files Browse the repository at this point in the history
get new version
  • Loading branch information
codingserf committed Apr 25, 2015
2 parents 053ecdb + 163f24a commit 79de213
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
6 changes: 5 additions & 1 deletion readme.txt
Expand Up @@ -3,7 +3,7 @@ Donate link: http://owent.net/
Tags: source, code, highlight, sourcecode, highlighter, plugin, syntax, SyntaxHighlighter
Requires at least: 3.0
Tested up to: 4.2.0
Stable tag: 0.3.2
Stable tag: 0.3.3

This is a wordpress plugin for highlight.js library.
And you can easily migrate from SynaxHighlight or Google Prettify without change
Expand Down Expand Up @@ -57,6 +57,10 @@ Just have fun.

== Changelog ==

= 0.3.3 =
1. add [Crayon Syntax Highlighter Compatible] option
2. thanks to [David](https://github.com/David-CodingSerf)

= 0.3.2 =
1. tested under wp 4.2

Expand Down
11 changes: 6 additions & 5 deletions wp_code_highlight.js.php
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: WP Code Highlight.js
* Plugin URI: https://github.com/owt5008137/WP-Code-Highlight.js
* Description: This is simple wordpress plugin for <a href="http://highlightjs.org/">highlight.js</a> library. Highlight.js highlights syntax in code examples on blogs, forums and in fact on any web pages. It&acute;s very easy to use because it works automatically: finds blocks of code, detects a language, highlights it.
* Version: 0.3.2
* Version: 0.3.3
* Author: OWenT
* Author URI: http://owent.net/
* License: 3-clause BSD
Expand All @@ -16,7 +16,7 @@
* Get version of this plugins
*/
function hljs_get_version() {
return '0.3.2';
return '0.3.3';
}

/**
Expand Down Expand Up @@ -773,9 +773,10 @@ function hljs_settings_page() {
</tr>
<tr>
<td width="120px" align="center"><?php echo __('Thanks To', 'wp-code-highlight.js'); ?></td>
<td><p>
<a href="http://geraint.co">Geraint Palmer</a>
</p></td>
<td><ul>
<li><a href="http://geraint.co">Geraint Palmer</a></li>
<li><a href="http://www.codingserf.com">David</a></li>
</ul></td>
</tr>
</table>
</div>
Expand Down

0 comments on commit 79de213

Please sign in to comment.