PluginProbe
Github Embed / 1.2
Github Embed v1.2
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 +5 -37 1.91.2 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: 4.6
6 -Tested up to: 5.3
7 -Stable tag: 1.9
5 +Requires at least: 3.5
6 +Tested up to: 3.5.1
7 +Stable tag: 1.2
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,43 +42,11 @@
42 42 4. Project contributors
43 43
44 44 == Changelog ==
45 45
46 -= 1.9 =
47 -
48 -* Remove unused code - thanks to https://github.com/pjaudiomv
49 -
50 -= 1.8 =
51 -
52 -* New: All responses are now templated thanks to https://github.com/Zebouski
53 -
54 -= 1.7 =
55 -
56 -* Include GitHub logo rather than hotlinking to (no-longer supported) repo for image
57 -* Add wp_github_oembed_logo_class filter
58 -
59 -= 1.6 =
60 -
61 -* Internal code cleanups
62 -* Remove unnecessary debug code
63 -
64 -= 1.5 =
65 -
66 -* Fixes for newer GitHub milestone URLs
67 -
68 -= 1.4 =
69 -
70 -* Fix PHP warning that could block contributor embeds.
71 -* Fix Contributor embeds to use correct API call
72 -* Pass correct initial value to credentials filters
73 -
74 -= 1.3 =
75 -
76 -* Expire the oEmbed cache daily
77 -
78 46 = 1.2 =
79 47
80 -* Split API calls into separate class
48 +* Split API calls into separate class
81 49 * Implement milestone summaries
82 50 * Implement contributor lists
83 51
84 52 = 1.1 =
@@ -86,5 +54,5 @@
86 54 * Default CSS and more styling
87 55
88 56 = 1.0 =
89 57
90 -* First release
58 +* First release