| @@ -1,11 +1,11 @@ | ||
| 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.2 | |
| 5 | +Requires at least: 4.6 | |
| 6 | +Tested up to: 5.2 | |
| 7 | +Stable tag: 1.8 | |
| 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: |
| @@ -42,11 +42,39 @@ | ||
| 42 | 42 | 4. Project contributors |
| 43 | 43 | |
| 44 | 44 | == Changelog == |
| 45 | 45 | |
| 46 | += 1.8 = | |
| 47 | + | |
| 48 | +* New: All responses are now templated thanks to https://github.com/Zebouski | |
| 49 | + | |
| 50 | += 1.7 = | |
| 51 | + | |
| 52 | +* Include GitHub logo rather than hotlinking to (no-longer supported) repo for image | |
| 53 | +* Add wp_github_oembed_logo_class filter | |
| 54 | + | |
| 55 | += 1.6 = | |
| 56 | + | |
| 57 | +* Internal code cleanups | |
| 58 | +* Remove unnecessary debug code | |
| 59 | + | |
| 60 | += 1.5 = | |
| 61 | + | |
| 62 | +* Fixes for newer GitHub milestone URLs | |
| 63 | + | |
| 64 | += 1.4 = | |
| 65 | + | |
| 66 | +* Fix PHP warning that could block contributor embeds. | |
| 67 | +* Fix Contributor embeds to use correct API call | |
| 68 | +* Pass correct initial value to credentials filters | |
| 69 | + | |
| 70 | += 1.3 = | |
| 71 | + | |
| 72 | +* Expire the oEmbed cache daily | |
| 73 | + | |
| 46 | 74 | = 1.2 = |
| 47 | 75 | |
| 48 | -* Split API calls into separate class | |
| 76 | +* Split API calls into separate class | |
| 49 | 77 | * Implement milestone summaries |
| 50 | 78 | * Implement contributor lists |
| 51 | 79 | |
| 52 | 80 | = 1.1 = |
| @@ -54,5 +82,5 @@ | ||
| 54 | 82 | * Default CSS and more styling |
| 55 | 83 | |
| 56 | 84 | = 1.0 = |
| 57 | 85 | |
| 58 | -* First release | |
| 86 | +* First release | |