| 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.7 |
| 7 |
Stable tag: 2.0.2 |
| 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 a tree](https://offset.earth/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.2 = |
| 51 |
|
| 52 |
* Fix issue where GitHub serves incorrectly sized images for non-avatar users |
| 53 |
|
| 54 |
= 2.0.1 = |
| 55 |
|
| 56 |
* Suggest Treeware donations |
| 57 |
|
| 58 |
= 2.0 = |
| 59 |
|
| 60 |
* Support for authenticating using personal access tokens |
| 61 |
|
| 62 |
= 1.9 = |
| 63 |
|
| 64 |
* Remove unused code - thanks to https://github.com/pjaudiomv |
| 65 |
|
| 66 |
= 1.8 = |
| 67 |
|
| 68 |
* New: All responses are now templated thanks to https://github.com/Zebouski |
| 69 |
|
| 70 |
= 1.7 = |
| 71 |
|
| 72 |
* Include GitHub logo rather than hotlinking to (no-longer supported) repo for image |
| 73 |
* Add wp_github_oembed_logo_class filter |
| 74 |
|
| 75 |
= 1.6 = |
| 76 |
|
| 77 |
* Internal code cleanups |
| 78 |
* Remove unnecessary debug code |
| 79 |
|
| 80 |
= 1.5 = |
| 81 |
|
| 82 |
* Fixes for newer GitHub milestone URLs |
| 83 |
|
| 84 |
= 1.4 = |
| 85 |
|
| 86 |
* Fix PHP warning that could block contributor embeds. |
| 87 |
* Fix Contributor embeds to use correct API call |
| 88 |
* Pass correct initial value to credentials filters |
| 89 |
|
| 90 |
= 1.3 = |
| 91 |
|
| 92 |
* Expire the oEmbed cache daily |
| 93 |
|
| 94 |
= 1.2 = |
| 95 |
|
| 96 |
* Split API calls into separate class |
| 97 |
* Implement milestone summaries |
| 98 |
* Implement contributor lists |
| 99 |
|
| 100 |
= 1.1 = |
| 101 |
|
| 102 |
* Default CSS and more styling |
| 103 |
|
| 104 |
= 1.0 = |
| 105 |
|
| 106 |
* First release |
| 107 |
|