PluginProbe
Github Embed / 1.8
Github Embed v1.8
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 +62 -6 1.01.8 View file →
@@ -1,16 +1,29 @@
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.0
5 +Requires at least: 4.6
6 +Tested up to: 5.2
7 +Stable tag: 1.8
8 8
9 9 == Description ==
10 10
11 -Plugin that allows you to embed details about a github user, or repo just by pasting in the repo URL as you would any other embed source.
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:
12 12
13 +* Repositories
14 +* User profiles
15 +* Project milestone summaries
16 +* Project contributors
17 +
18 +Coming soon:
19 +
20 +* Gists...
21 +
22 +The plugin provides very basic styling, but adds classes so you can style as you see fit. If anyone has some ideas for a better default stylesheet - pull requests welcome!
23 +
24 +The main development is all going on on [GitHub](https://github.com/leewillis77/wp-github-oembed).
25 +
13 26 == Installation ==
14 27
15 28 1. Upload the plugin to the `/wp-content/plugins/` directory
16 29 2. Activate the plugin through the 'Plugins' menu in WordPress
@@ -18,13 +31,56 @@
18 31
19 32 == Frequently Asked Questions ==
20 33
21 34 = Can I change the layout? =
22 -Not yet, we're hoping to add templating - all contributions welcome!
35 +Not yet, we're hoping to add templating - [all contributions welcome](https://github.com/leewillis77/wp-github-oembed)!
23 36
24 37 == Screenshots ==
25 38
39 +1. GitHub Repository
40 +2. GitHub user profile
41 +3. Project milestone summaries
42 +4. Project contributors
26 43
27 44 == Changelog ==
28 45
46 += 1.8 =
47 +
48 +* New: All responses are now templated thanks to https://github.com/Zebouski
49 +
50 += 1.7 =
51 +
52 +* Include GitHub logo rather than hotlinking to (no-longer supported) repo for image
53 +* Add wp_github_oembed_logo_class filter
54 +
55 += 1.6 =
56 +
57 +* Internal code cleanups
58 +* Remove unnecessary debug code
59 +
60 += 1.5 =
61 +
62 +* Fixes for newer GitHub milestone URLs
63 +
64 += 1.4 =
65 +
66 +* Fix PHP warning that could block contributor embeds.
67 +* Fix Contributor embeds to use correct API call
68 +* Pass correct initial value to credentials filters
69 +
70 += 1.3 =
71 +
72 +* Expire the oEmbed cache daily
73 +
74 += 1.2 =
75 +
76 +* Split API calls into separate class
77 +* Implement milestone summaries
78 +* Implement contributor lists
79 +
80 += 1.1 =
81 +
82 +* Default CSS and more styling
83 +
29 84 = 1.0 =
30 -First release
85 +
86 +* First release