PluginProbe
Github Embed / 1.1
Github Embed v1.1
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 +7 -35 1.51.1 View file →
@@ -2,19 +2,17 @@
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 5 Requires at least: 3.5
6 -Tested up to: 4.8
7 -Stable tag: 1.5
6 +Tested up to: 3.5.1
7 +Stable tag: 1.1
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:
12 12
13 -* Repositories
14 -* User profiles
15 -* Project milestone summaries
16 -* Project contributors
13 +* GitHub repositories
14 +* GitHub user profiles
17 15
18 16 Coming soon:
19 17
20 18 * Gists...
@@ -20,10 +18,8 @@
20 18 * Gists...
21 19
22 20 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 21
24 -The main development is all going on on [GitHub](https://github.com/leewillis77/wp-github-oembed).
25 -
26 22 == Installation ==
27 23
28 24 1. Upload the plugin to the `/wp-content/plugins/` directory
29 25 2. Activate the plugin through the 'Plugins' menu in WordPress
@@ -31,42 +27,18 @@
31 27
32 28 == Frequently Asked Questions ==
33 29
34 30 = Can I change the layout? =
35 -Not yet, we're hoping to add templating - [all contributions welcome](https://github.com/leewillis77/wp-github-oembed)!
31 +Not yet, we're hoping to add templating - all contributions welcome!
36 32
37 33 == Screenshots ==
38 34
39 35 1. GitHub Repository
40 36 2. GitHub user profile
41 -3. Project milestone summaries
42 -4. Project contributors
43 37
44 38 == Changelog ==
45 39
46 -= 1.5 =
47 -
48 -* Fixes for newer GitHub milestone URLs
49 -
50 -= 1.4 =
51 -
52 -* Fix PHP warning that could block contributor embeds.
53 -* Fix Contributor embeds to use correct API call
54 -* Pass correct initial value to credentials filters
55 -
56 -= 1.3 =
57 -
58 -* Expire the oEmbed cache daily
59 -
60 -= 1.2 =
61 -
62 -* Split API calls into separate class
63 -* Implement milestone summaries
64 -* Implement contributor lists
65 -
66 40 = 1.1 =
41 +Default CSS and more styling
67 42
68 -* Default CSS and more styling
69 -
70 43 = 1.0 =
71 -
72 -* First release
44 +First release