Skip to content

Commit ec0da6b

Browse files
committed
Release 3.0.3.
1 parent abb722b commit ec0da6b

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [Unreleased]
44

5+
## [v3.0.3] - 2024-11-24
6+
57
* Temporarily suspend PHP Warnings on invalid tags when processing Gist HTML ([#81](https://github.com/bradyvercher/gistpress/issues/81))
68

79
## [v3.0.2] - 2020-01-16
@@ -113,7 +115,8 @@
113115

114116
* Initial release.
115117

116-
[Unreleased]: https://github.com/bradyvercher/gistpress/compare/v3.0.2...HEAD
118+
[Unreleased]: https://github.com/bradyvercher/gistpress/compare/v3.0.3...HEAD
119+
[v3.0.3]: https://github.com/bradyvercher/gistpress/compare/v3.0.2...v3.0.3
117120
[v3.0.2]: https://github.com/bradyvercher/gistpress/compare/v3.0.1...v3.0.2
118121
[v3.0.1]: https://github.com/bradyvercher/gistpress/compare/v3.0.0...v3.0.1
119122
[v3.0.0]: https://github.com/bradyvercher/gistpress/compare/v2.0.3...v3.0.0

README.md

Lines changed: 1 addition & 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:__ 4.0
7-
__Tested up to:__ 5.3
7+
__Tested up to:__ 6.7
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.

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

0 commit comments

Comments
 (0)