Skip to content

Commit 6511397

Browse files
committed
Bump to 3.0.0
1 parent 6083f83 commit 6511397

File tree

5 files changed

+28
-39
lines changed

5 files changed

+28
-39
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.0 (2015-08-11)
4+
5+
* 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.
6+
37
## 2.0.3 (2014-04-17)
48

59
* Fixed the reference to the style sheet broken by a change in the API - props @robneu

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
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)
6-
__Requires:__ 3.5.0
7-
__Tested up to:__ 3.9.0
6+
__Requires:__ 4.0
7+
__Tested up to:__ 4.3
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.
@@ -55,10 +55,7 @@ Then go to the __Plugins__ screen in your WordPress admin panel and click the __
5555

5656
## Updating ##
5757

58-
Although it's not a regular occurrence, GitHub may introduce new features or changes that break the way this plugin works. In such cases, it's important to receive notifications and be able to easily update with the latest fixes. Fortunately, there are a couple of options you can install to manage updates from GitHub-hosted plugins:
59-
60-
* [Git Plugin Updates](https://github.com/brainstormmedia/git-plugin-updates)
61-
* [GitHub Updater](https://github.com/afragen/github-updater)
58+
Although it's not a regular occurrence, GitHub may introduce new features or changes that break the way this plugin works. In such cases, it's important to receive notifications and be able to easily update with the latest fixes. Fortunately, you can install the [GitHub Updater](https://github.com/afragen/github-updater) plugin to manage updates from GitHub-hosted plugins.
6259

6360
## Usage ##
6461

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

includes/class-gistpress-log.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* @package GistPress
66
* @author Brady Vercher <brady@blazersix.com>
7-
* @author Gary Jones <garyy@garyjones.co.uk>
7+
* @author Gary Jones <gary@garyjones.co.uk>
88
* @copyright Copyright (c) 2012, Blazer Six, Inc.
99
* @license GPL-2.0+
1010
*/

languages/gistpress.pot

Lines changed: 19 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,90 +1,78 @@
11
# This file is distributed under the same license as the GistPress Plugin package.
2+
#, fuzzy
23
msgid ""
34
msgstr ""
45
"Project-Id-Version: GistPress\n"
56
"Report-Msgid-Bugs-To: \n"
6-
"POT-Creation-Date: 2013-05-24 15:33-0800\n"
7+
"POT-Creation-Date: 2015-08-11 07:56-0700\n"
78
"PO-Revision-Date: \n"
89
"Last-Translator: Brady Vercher <brady@blazersix.com>\n"
910
"Language-Team: \n"
1011
"MIME-Version: 1.0\n"
1112
"Content-Type: text/plain; charset=UTF-8\n"
1213
"Content-Transfer-Encoding: 8bit\n"
1314
"Plural-Forms: nplurals=2; plural=n != 1;\n"
14-
"X-Poedit-SourceCharset: utf-8\n"
15+
"X-Poedit-SourceCharset: UTF-8\n"
1516
"X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
1617
"_n_noop:1,2;_x:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;_ex:1,2c;esc_attr__;"
1718
"esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c\n"
18-
"X-Poedit-Basepath: ../\n"
19+
"X-Poedit-Basepath: ..\n"
1920
"X-Textdomain-Support: yes\n"
20-
"X-Generator: Poedit 1.5.5\n"
21+
"X-Generator: Poedit 1.8.4\n"
2122
"X-Poedit-SearchPath-0: .\n"
2223

23-
#: class-gistpress-debug-bar-panel.php:42
24+
#: includes/class-gistpress-debug-bar-panel.php:42
2425
msgid "GistPress"
2526
msgstr ""
2627

27-
# @ gistpress
28-
#: class-gistpress.php:194
28+
#: includes/class-gistpress.php:193
2929
msgid "Shortcode did not have a required id attribute."
3030
msgstr ""
3131

32-
# @ gistpress
33-
#: class-gistpress.php:203
32+
#: includes/class-gistpress.php:201
3433
msgid "View this code snippet on GitHub."
3534
msgstr ""
3635

37-
# @ gistpress
38-
#: class-gistpress.php:222
36+
#: includes/class-gistpress.php:238
3937
msgid " (shortcode attribute)"
4038
msgstr ""
4139

42-
# @ gistpress
43-
#: class-gistpress.php:360
40+
#: includes/class-gistpress.php:373
4441
msgid "<strong>Raw Source:</strong> Transient Cache"
4542
msgstr ""
4643

47-
# @ gistpress
48-
#: class-gistpress.php:374
44+
#: includes/class-gistpress.php:387
4945
msgid "<strong>Raw Source:</strong> Remote JSON Endpoint - "
5046
msgstr ""
5147

52-
# @ gistpress
53-
#: class-gistpress.php:375
48+
#: includes/class-gistpress.php:388
5449
msgid "<strong>Output Source:</strong> Processed the raw source."
5550
msgstr ""
5651

57-
# @ gistpress
58-
#: class-gistpress.php:394
52+
#: includes/class-gistpress.php:407
5953
msgid "<strong>Raw Source:</strong> Post Meta Fallback"
6054
msgstr ""
6155

62-
# @ gistpress
63-
#: class-gistpress.php:395
56+
#: includes/class-gistpress.php:408
6457
msgid "<strong>Output Source:</strong> Processed Raw Source"
6558
msgstr ""
6659

67-
# @ gistpress
68-
#: class-gistpress.php:397
60+
#: includes/class-gistpress.php:410
6961
msgid "Remote call and transient failed and fallback was empty."
7062
msgstr ""
7163

72-
# @ gistpress
73-
#: class-gistpress.php:403
64+
#: includes/class-gistpress.php:416
7465
msgid "<strong>Output Source:</strong> Transient Cache"
7566
msgstr ""
7667

77-
# @ gistpress
78-
#: class-gistpress.php:406
68+
#: includes/class-gistpress.php:419
7969
msgid "JSON Endpoint:"
8070
msgstr ""
8171

82-
# @ gistpress
83-
#: class-gistpress.php:407
72+
#: includes/class-gistpress.php:420
8473
msgid "Raw Key (Transient & Post Meta):"
8574
msgstr ""
8675

87-
# @ gistpress
88-
#: class-gistpress.php:408
76+
#: includes/class-gistpress.php:421
8977
msgid "Processed Output Key (Transient):"
9078
msgstr ""

0 commit comments

Comments
 (0)