PluginProbe
Github Embed / 1.7
Github Embed v1.7
trunk 1.0 1.1 1.2 1.3 1.4 1.5 1.6 1.7 1.8 1.9 2.0 2.0.1 2.0.2 2.1.0 2.2.0 2.2.1
← All changes | readme.txt +29 -5 1.21.7 View file →
@@ -1,11 +1,11 @@
1 1 === Github Embed ===
2 2 Contributors: leewillis77
3 3 Donate link: http://www.leewillis.co.uk/wordpress-plugins/?utm_source=wordpress&utm_medium=www&utm_campaign=github-embed
4 4 Tags: github, embed, oembed
5 -Requires at least: 3.5
6 -Tested up to: 3.5.1
7 -Stable tag: 1.2
5 +Requires at least: 4.6
6 +Tested up to: 5.2
7 +Stable tag: 1.7
8 8
9 9 == Description ==
10 10
11 11 Plugin that allows you to embed details from github just by pasting in the URL as you would any other embed source. Currently supports:
@@ -42,11 +42,35 @@
42 42 4. Project contributors
43 43
44 44 == Changelog ==
45 45
46 += 1.7 =
47 +
48 +* Include GitHub logo rather than hotlinking to (no-longer supported) repo for image
49 +* Add wp_github_oembed_logo_class filter
50 +
51 += 1.6 =
52 +
53 +* Internal code cleanups
54 +* Remove unnecessary debug code
55 +
56 += 1.5 =
57 +
58 +* Fixes for newer GitHub milestone URLs
59 +
60 += 1.4 =
61 +
62 +* Fix PHP warning that could block contributor embeds.
63 +* Fix Contributor embeds to use correct API call
64 +* Pass correct initial value to credentials filters
65 +
66 += 1.3 =
67 +
68 +* Expire the oEmbed cache daily
69 +
46 70 = 1.2 =
47 71
48 -* Split API calls into separate class
72 +* Split API calls into separate class
49 73 * Implement milestone summaries
50 74 * Implement contributor lists
51 75
52 76 = 1.1 =
@@ -54,5 +78,5 @@
54 78 * Default CSS and more styling
55 79
56 80 = 1.0 =
57 81
58 -* First release
82 +* First release