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