Skip to content

Commit 22b3df8

Browse files
committed
Release version 3.0.1.
1 parent 07f33e0 commit 22b3df8

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 3.0.1 (2016-02-16)
4+
5+
* Explicitly declared main instance variables as global to prevent fatal errors when using WP-CLI. [See #61](https://github.com/bradyvercher/gistpress/issues/61).
6+
37
## 3.0.0 (2015-08-11)
48

59
* Fixed processing due to a change in the structure of the Gist HTML. `DOMDocument` is now used for parsing HTML. If shortcode attributes don't seem to be working, be sure the [DOM extension](http://php.net/manual/en/intro.dom.php) is available on your server.

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: 3.0.0
15+
* Version: 3.0.1
1616
* Author: Blazer Six
1717
* Author URI: http://www.blazersix.com/
1818
* License: GPL-2.0+

0 commit comments

Comments
 (0)