PluginProbe
Github Embed / 1.6
Github Embed v1.6
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 +24 -5 1.21.6 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.3
7 +Stable tag: 1.6
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,30 @@
42 42 4. Project contributors
43 43
44 44 == Changelog ==
45 45
46 += 1.6 =
47 +
48 +* Internal code cleanups
49 +* Remove unnecessary debug code
50 +
51 += 1.5 =
52 +
53 +* Fixes for newer GitHub milestone URLs
54 +
55 += 1.4 =
56 +
57 +* Fix PHP warning that could block contributor embeds.
58 +* Fix Contributor embeds to use correct API call
59 +* Pass correct initial value to credentials filters
60 +
61 += 1.3 =
62 +
63 +* Expire the oEmbed cache daily
64 +
46 65 = 1.2 =
47 66
48 -* Split API calls into separate class
67 +* Split API calls into separate class
49 68 * Implement milestone summaries
50 69 * Implement contributor lists
51 70
52 71 = 1.1 =
@@ -54,5 +73,5 @@
54 73 * Default CSS and more styling
55 74
56 75 = 1.0 =
57 76
58 -* First release
77 +* First release