| @@ -1,20 +1,18 @@ | ||
| 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: 6.2 | |
| 6 | -Tested up to: 7.1 | |
| 7 | -Stable tag: 2.2.1 | |
| 5 | +Requires at least: 3.5 | |
| 6 | +Tested up to: 3.5.1 | |
| 7 | +Stable tag: 1.1 | |
| 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 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 | |
| 13 | +* GitHub repositories | |
| 14 | +* GitHub user profiles | |
| 17 | 15 | |
| 18 | 16 | Coming soon: |
| 19 | 17 | |
| 20 | 18 | * Gists... |
| @@ -20,14 +18,8 @@ | ||
| 20 | 18 | * Gists... |
| 21 | 19 | |
| 22 | 20 | 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 | 21 | |
| 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 | 22 | == Installation == |
| 31 | 23 | |
| 32 | 24 | 1. Upload the plugin to the `/wp-content/plugins/` directory |
| 33 | 25 | 2. Activate the plugin through the 'Plugins' menu in WordPress |
| @@ -35,82 +27,18 @@ | ||
| 35 | 27 | |
| 36 | 28 | == Frequently Asked Questions == |
| 37 | 29 | |
| 38 | 30 | = Can I change the layout? = |
| 39 | -Yes, you can override templates by copying the relevant template from the templates folder to a folder in your theme called `wp-github-oembed/` | |
| 31 | +Not yet, we're hoping to add templating - all contributions welcome! | |
| 40 | 32 | |
| 41 | 33 | == Screenshots == |
| 42 | 34 | |
| 43 | 35 | 1. GitHub Repository |
| 44 | 36 | 2. GitHub user profile |
| 45 | -3. Project milestone summaries | |
| 46 | -4. Project contributors | |
| 47 | 37 | |
| 48 | 38 | == Changelog == |
| 49 | 39 | |
| 50 | -= 2.2.1 = | |
| 51 | -* No changes. Internal re-packaging. | |
| 52 | - | |
| 53 | -= 2.2.0 = | |
| 54 | -* Fix issue where data was not pass to overridden templates, making templating possible. | |
| 55 | - | |
| 56 | -= 2.1.0 = | |
| 57 | -* Wrap recent commits in a <details> tag, expanded by default. Props ZjzMisaka on GitHub | |
| 58 | -* Wrap contributor details in a <details> tag, expanded by default. | |
| 59 | - | |
| 60 | -= 2.0.2 = | |
| 61 | - | |
| 62 | -* Fix issue where GitHub serves incorrectly sized images for non-avatar users | |
| 63 | - | |
| 64 | -= 2.0.1 = | |
| 65 | - | |
| 66 | -* Suggest Treeware donations | |
| 67 | - | |
| 68 | -= 2.0 = | |
| 69 | - | |
| 70 | -* Support for authenticating using personal access tokens | |
| 71 | - | |
| 72 | -= 1.9 = | |
| 73 | - | |
| 74 | -* Remove unused code - thanks to https://github.com/pjaudiomv | |
| 75 | - | |
| 76 | -= 1.8 = | |
| 77 | - | |
| 78 | -* New: All responses are now templated thanks to https://github.com/Zebouski | |
| 79 | - | |
| 80 | -= 1.7 = | |
| 81 | - | |
| 82 | -* Include GitHub logo rather than hotlinking to (no-longer supported) repo for image | |
| 83 | -* Add wp_github_oembed_logo_class filter | |
| 84 | - | |
| 85 | -= 1.6 = | |
| 86 | - | |
| 87 | -* Internal code cleanups | |
| 88 | -* Remove unnecessary debug code | |
| 89 | - | |
| 90 | -= 1.5 = | |
| 91 | - | |
| 92 | -* Fixes for newer GitHub milestone URLs | |
| 93 | - | |
| 94 | -= 1.4 = | |
| 95 | - | |
| 96 | -* Fix PHP warning that could block contributor embeds. | |
| 97 | -* Fix Contributor embeds to use correct API call | |
| 98 | -* Pass correct initial value to credentials filters | |
| 99 | - | |
| 100 | -= 1.3 = | |
| 101 | - | |
| 102 | -* Expire the oEmbed cache daily | |
| 103 | - | |
| 104 | -= 1.2 = | |
| 105 | - | |
| 106 | -* Split API calls into separate class | |
| 107 | -* Implement milestone summaries | |
| 108 | -* Implement contributor lists | |
| 109 | - | |
| 110 | 40 | = 1.1 = |
| 41 | +Default CSS and more styling | |
| 111 | 42 | |
| 112 | -* Default CSS and more styling | |
| 113 | - | |
| 114 | 43 | = 1.0 = |
| 115 | - | |
| 116 | -* First release | |
| 44 | +First release | |