| @@ -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: 4.6 | |
| 6 | +Tested up to: 5.3 | |
| 7 | +Stable tag: 1.9 | |
| 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,10 @@ | ||
| 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 | + | |
| 22 | 26 | == Installation == |
| 23 | 27 | |
| 24 | 28 | 1. Upload the plugin to the `/wp-content/plugins/` directory |
| 25 | 29 | 2. Activate the plugin through the 'Plugins' menu in WordPress |
| @@ -27,18 +31,60 @@ | ||
| 27 | 31 | |
| 28 | 32 | == Frequently Asked Questions == |
| 29 | 33 | |
| 30 | 34 | = Can I change the layout? = |
| 31 | -Not yet, we're hoping to add templating - all contributions welcome! | |
| 35 | +Not yet, we're hoping to add templating - [all contributions welcome](https://github.com/leewillis77/wp-github-oembed)! | |
| 32 | 36 | |
| 33 | 37 | == Screenshots == |
| 34 | 38 | |
| 35 | 39 | 1. GitHub Repository |
| 36 | 40 | 2. GitHub user profile |
| 41 | +3. Project milestone summaries | |
| 42 | +4. Project contributors | |
| 37 | 43 | |
| 38 | 44 | == Changelog == |
| 39 | 45 | |
| 46 | += 1.9 = | |
| 47 | + | |
| 48 | +* Remove unused code - thanks to https://github.com/pjaudiomv | |
| 49 | + | |
| 50 | += 1.8 = | |
| 51 | + | |
| 52 | +* New: All responses are now templated thanks to https://github.com/Zebouski | |
| 53 | + | |
| 54 | += 1.7 = | |
| 55 | + | |
| 56 | +* Include GitHub logo rather than hotlinking to (no-longer supported) repo for image | |
| 57 | +* Add wp_github_oembed_logo_class filter | |
| 58 | + | |
| 59 | += 1.6 = | |
| 60 | + | |
| 61 | +* Internal code cleanups | |
| 62 | +* Remove unnecessary debug code | |
| 63 | + | |
| 64 | += 1.5 = | |
| 65 | + | |
| 66 | +* Fixes for newer GitHub milestone URLs | |
| 67 | + | |
| 68 | += 1.4 = | |
| 69 | + | |
| 70 | +* Fix PHP warning that could block contributor embeds. | |
| 71 | +* Fix Contributor embeds to use correct API call | |
| 72 | +* Pass correct initial value to credentials filters | |
| 73 | + | |
| 74 | += 1.3 = | |
| 75 | + | |
| 76 | +* Expire the oEmbed cache daily | |
| 77 | + | |
| 78 | += 1.2 = | |
| 79 | + | |
| 80 | +* Split API calls into separate class | |
| 81 | +* Implement milestone summaries | |
| 82 | +* Implement contributor lists | |
| 83 | + | |
| 40 | 84 | = 1.1 = |
| 41 | -Default CSS and more styling | |
| 42 | 85 | |
| 86 | +* Default CSS and more styling | |
| 87 | + | |
| 43 | 88 | = 1.0 = |
| 44 | -First release | |
| 89 | + | |
| 90 | +* First release | |