Skip to content

Commit a2bedd1

Browse files
committed
Fixed release names.
1 parent 6e8786a commit a2bedd1

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

jquery-syntax/jquery-syntax.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
/*
33
Plugin Name: jQuery.Syntax
44
Plugin URI: http://www.oriontransfer.co.nz/software/jquery-syntax
5-
Description: Syntax highlighting using <a href="http://www.oriontransfer.co.nz/software/jquery-syntax">jQuery.Syntax</a> supporting a wide range of popular languages. Wrap code blocks with <code>&lt;pre class="syntax brush-LANGUAGE"&gt;</code> and <code>&lt;/pre&gt;</code> where <code>LANGUAGE</code> is a jQuery.Syntax supported brush.
5+
Description: Syntax highlighting using <a href="http://www.oriontransfer.co.nz/software/jquery-syntax">jQuery.Syntax</a> supporting a wide range of popular languages. Wrap code blocks with <code>&lt;pre class="syntax {language}"&gt;</code> and <code>&lt;/pre&gt;</code> where <code>{language}</code> is a jQuery.Syntax supported brush. You can also use <code>&lt;code&gt;</code> tags for inline highlighting.
66
Author: Samuel Williams
77
Author URI: http://www.oriontransfer.co.nz/
8-
Version: 1.5.1
8+
Version: 1.9
99
*/
1010

1111
#

jquery-syntax/readme.txt

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Donate link: http://www.pledgie.com/campaigns/8915
44
Tags: formatting, code, highlight, syntax, syntax highlighting
55
Requires at least: 2.9
66
Tested up to: 2.9.2
7-
Stable tag: release-1.9
7+
Stable tag: 1.9
88

99
jQuery.Syntax is an extremely fast and lightweight syntax highlighter.
1010

@@ -16,7 +16,7 @@ This WordPress plugin provides syntax highlighting using jQuery.Syntax, supporti
1616

1717
Wrap code blocks with <code>&lt;pre class="syntax {language}"&gt;</code> and <code>&lt;/pre&gt;</code> where <code>{language}</code> is a jQuery.Syntax supported brush (http://www.oriontransfer.co.nz/software/jquery-syntax/examples).
1818

19-
Wrap inline code with <code>&lt;code class="syntax {language}"&gt;</code> and <code>&lt;/code&gt;</code> with the same format as above.
19+
Wrap inline code with <code>&lt;code class="syntax {language}"&gt;</code> and <code>&lt;/code&gt;</code>.
2020

2121
If the code has already been escaped (i.e. characters such as &lt;, &gt;, have been converted to html entities), then add <code>escaped</code> into the class list: <code>&lt;pre class="syntax escaped {language}"&gt;</code>. This will prevent the filter from doing this conversion automatically.
2222

@@ -28,3 +28,10 @@ Please download and install the plugin from within WordPress.
2828

2929
Alternatively, please review the instructions available here:
3030
http://www.oriontransfer.co.nz/software/jquery-syntax/wordpress/
31+
32+
== Screenshots ==
33+
34+
1. Editing a post with source code.
35+
2. Viewing a post with source code.
36+
3. Clicking on the "View Raw Code" link.
37+

0 commit comments

Comments
 (0)