Skip to content

Commit fd23b2b

Browse files
committed
Preparing for 3.0 release.
1 parent a110c83 commit fd23b2b

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

jquery-syntax/jquery-syntax.php

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,12 @@
55
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: 2.3
8+
Version: 3.0
99
*/
1010

11-
#
12-
# This file is part of the "jQuery.Syntax" project, and is licensed under the GNU AGPLv3.
13-
#
11+
# This file is part of the "jQuery.Syntax" project, and is distributed under the MIT License.
1412
# See <jquery.syntax.js> for licensing details.
15-
#
16-
# Copyright 2010 Samuel Williams. All rights reserved.
17-
#
13+
# Copyright (c) 2011 Samuel G. D. Williams. <http://www.oriontransfer.co.nz>
1814

1915
if (!defined("WP_CONTENT_URL")) define("WP_CONTENT_URL", get_option("siteurl") . "/wp-content");
2016
if (!defined("WP_PLUGIN_URL")) define("WP_PLUGIN_URL", WP_CONTENT_URL . "/plugins");

jquery-syntax/readme.txt

Lines changed: 1 addition & 1 deletion
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: 3.0
7-
Stable tag: 2.3
7+
Stable tag: 3.0
88

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

0 commit comments

Comments
 (0)