Skip to content

Commit a400048

Browse files
committed
Bump version to 2.0.3 and update the readme.
1 parent f3fea92 commit a400048

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ A WordPress plugin to easily embed Gists via oEmbed or shortcode.
44

55
__Contributors:__ [Brady Vercher](https://github.com/bradyvercher), [Gary Jones](https://github.com/GaryJones)
66
__Requires:__ May work on WordPress versions as far back as 2.9.0.
7-
__Tested up to:__ 3.8.0
7+
__Tested up to:__ 3.9
88
__License:__ [GPL-2.0+](http://www.gnu.org/licenses/gpl-2.0.html)
99

1010
GitHub provides a method for embedding Gists on websites, but it requires inserting a `<script>` tag, which can become mangled or stripped from the TinyMCE editor used in WordPress. Instead, this plugin allows you to embed a Gist by simply inserting its URL into the editor for oEmbed-like support, or via a shortcode for more refined control.
@@ -162,6 +162,12 @@ And the following would go in the theme's functions.php to disable the `style` a
162162
add_filter( 'gistpress_highlight_color', '__return_false' );
163163
```
164164

165+
## Changelog
166+
167+
### 2.0.3
168+
169+
* Fixed the reference to the style sheet broken by a change in the API.
170+
165171
## Credits ##
166172

167173
Built by [Brady Vercher](https://twitter.com/bradyvercher) & [Gary Jones](https://twitter.com/GaryJ)

gistpress.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* Plugin Name: GistPress
1313
* Plugin URI: https://github.com/bradyvercher/gistpress
1414
* Description: Gist oEmbed and shortcode support with caching.
15-
* Version: 2.0.1
15+
* Version: 2.0.3
1616
* Author: Blazer Six
1717
* Author URI: http://www.blazersix.com/
1818
* License: GPL-2.0+

0 commit comments

Comments
 (0)