PluginProbe
Github Embed / 2.0.1
Github Embed v2.0.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
github-embed / readme.txt

readme.txt in Github Embed 2.0.1, at readme.txt

103 lines 2.4 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 === Github Embed ===
2 Contributors: leewillis77
3 Donate link: http://www.leewillis.co.uk/wordpress-plugins/?utm_source=wordpress&utm_medium=www&utm_campaign=github-embed
4 Tags: github, embed, oembed
5 Requires at least: 5.4
6 Tested up to: 5.6
7 Stable tag: 2.0.1
8
9 == Description ==
10
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
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
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 some trees](https://ecologi.com/ademtisoftware?gift-trees).
29
30 == Installation ==
31
32 1. Upload the plugin to the `/wp-content/plugins/` directory
33 2. Activate the plugin through the 'Plugins' menu in WordPress
34 3. Paste a Github repo, or user URL into a post, or page
35
36 == Frequently Asked Questions ==
37
38 = Can I change the layout? =
39 Not yet, we're hoping to add templating - [all contributions welcome](https://github.com/leewillis77/wp-github-oembed)!
40
41 == Screenshots ==
42
43 1. GitHub Repository
44 2. GitHub user profile
45 3. Project milestone summaries
46 4. Project contributors
47
48 == Changelog ==
49
50 = 2.0.1 =
51
52 * Suggest Treeware donations
53
54 = 2.0 =
55
56 * Support for authenticating using personal access tokens
57
58 = 1.9 =
59
60 * Remove unused code - thanks to https://github.com/pjaudiomv
61
62 = 1.8 =
63
64 * New: All responses are now templated thanks to https://github.com/Zebouski
65
66 = 1.7 =
67
68 * Include GitHub logo rather than hotlinking to (no-longer supported) repo for image
69 * Add wp_github_oembed_logo_class filter
70
71 = 1.6 =
72
73 * Internal code cleanups
74 * Remove unnecessary debug code
75
76 = 1.5 =
77
78 * Fixes for newer GitHub milestone URLs
79
80 = 1.4 =
81
82 * Fix PHP warning that could block contributor embeds.
83 * Fix Contributor embeds to use correct API call
84 * Pass correct initial value to credentials filters
85
86 = 1.3 =
87
88 * Expire the oEmbed cache daily
89
90 = 1.2 =
91
92 * Split API calls into separate class
93 * Implement milestone summaries
94 * Implement contributor lists
95
96 = 1.1 =
97
98 * Default CSS and more styling
99
100 = 1.0 =
101
102 * First release
103