PluginProbe
Github Embed / 2.1.0
Github Embed v2.1.0
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 +74 -8 1.12.1.0 View file →
@@ -1,18 +1,20 @@
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.1
5 +Requires at least: 6.3
6 +Tested up to: 6.8
7 +Stable tag: 2.1.0
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 -* GitHub repositories
14 -* GitHub user profiles
13 +* Repositories
14 +* User profiles
15 +* Project milestone summaries
16 +* Project contributors
15 17
16 18 Coming soon:
17 19
18 20 * Gists...
@@ -18,8 +20,14 @@
18 20 * Gists...
19 21
20 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!
21 23
24 +The main development is all going on on [GitHub](https://github.com/leewillis77/wp-github-oembed).
25 +
26 +## Treeware
27 +
28 +You're free to use this package for free, but if it makes it to your production environment please [buy the world a tree](https://offset.earth/ademtisoftware?gift-trees).
29 +
22 30 == Installation ==
23 31
24 32 1. Upload the plugin to the `/wp-content/plugins/` directory
25 33 2. Activate the plugin through the 'Plugins' menu in WordPress
@@ -27,18 +35,76 @@
27 35
28 36 == Frequently Asked Questions ==
29 37
30 38 = Can I change the layout? =
31 -Not yet, we're hoping to add templating - all contributions welcome!
39 +Not yet, we're hoping to add templating - [all contributions welcome](https://github.com/leewillis77/wp-github-oembed)!
32 40
33 41 == Screenshots ==
34 42
35 43 1. GitHub Repository
36 44 2. GitHub user profile
45 +3. Project milestone summaries
46 +4. Project contributors
37 47
38 48 == Changelog ==
39 49
50 += 2.1.0 =
51 +* Wrap recent commits in a <details> tag, expanded by default. Props ZjzMisaka on GitHub
52 +* Wrap contributor details in a <details> tag, expanded by default.
53 +
54 += 2.0.2 =
55 +
56 +* Fix issue where GitHub serves incorrectly sized images for non-avatar users
57 +
58 += 2.0.1 =
59 +
60 +* Suggest Treeware donations
61 +
62 += 2.0 =
63 +
64 +* Support for authenticating using personal access tokens
65 +
66 += 1.9 =
67 +
68 +* Remove unused code - thanks to https://github.com/pjaudiomv
69 +
70 += 1.8 =
71 +
72 +* New: All responses are now templated thanks to https://github.com/Zebouski
73 +
74 += 1.7 =
75 +
76 +* Include GitHub logo rather than hotlinking to (no-longer supported) repo for image
77 +* Add wp_github_oembed_logo_class filter
78 +
79 += 1.6 =
80 +
81 +* Internal code cleanups
82 +* Remove unnecessary debug code
83 +
84 += 1.5 =
85 +
86 +* Fixes for newer GitHub milestone URLs
87 +
88 += 1.4 =
89 +
90 +* Fix PHP warning that could block contributor embeds.
91 +* Fix Contributor embeds to use correct API call
92 +* Pass correct initial value to credentials filters
93 +
94 += 1.3 =
95 +
96 +* Expire the oEmbed cache daily
97 +
98 += 1.2 =
99 +
100 +* Split API calls into separate class
101 +* Implement milestone summaries
102 +* Implement contributor lists
103 +
40 104 = 1.1 =
41 -Default CSS and more styling
42 105
106 +* Default CSS and more styling
107 +
43 108 = 1.0 =
44 -First release
109 +
110 +* First release