| @@ -1,16 +1,33 @@ | ||
| 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: 5.4 | |
| 6 | +Tested up to: 5.6 | |
| 7 | +Stable tag: 2.0.1 | |
| 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 | + | |
| 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 | + | |
| 13 | 30 | == Installation == |
| 14 | 31 | |
| 15 | 32 | 1. Upload the plugin to the `/wp-content/plugins/` directory |
| 16 | 33 | 2. Activate the plugin through the 'Plugins' menu in WordPress |
| @@ -18,13 +35,68 @@ | ||
| 18 | 35 | |
| 19 | 36 | == Frequently Asked Questions == |
| 20 | 37 | |
| 21 | 38 | = Can I change the layout? = |
| 22 | -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)! | |
| 23 | 40 | |
| 24 | 41 | == Screenshots == |
| 25 | 42 | |
| 43 | +1. GitHub Repository | |
| 44 | +2. GitHub user profile | |
| 45 | +3. Project milestone summaries | |
| 46 | +4. Project contributors | |
| 26 | 47 | |
| 27 | 48 | == Changelog == |
| 28 | 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 | + | |
| 29 | 100 | = 1.0 = |
| 30 | -First release | |
| 101 | + | |
| 102 | +* First release | |