| @@ -3,9 +3,9 @@ | ||
| 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 | 5 | Requires at least: 4.6 |
| 6 | 6 | Tested up to: 5.3 |
| 7 | -Stable tag: 1.9 | |
| 7 | +Stable tag: 2.0 | |
| 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: |
| @@ -41,8 +41,12 @@ | ||
| 41 | 41 | 3. Project milestone summaries |
| 42 | 42 | 4. Project contributors |
| 43 | 43 | |
| 44 | 44 | == Changelog == |
| 45 | + | |
| 46 | += 2.0 = | |
| 47 | + | |
| 48 | +* Support for authenticating using personal access tokens | |
| 45 | 49 | |
| 46 | 50 | = 1.9 = |
| 47 | 51 | |
| 48 | 52 | * Remove unused code - thanks to https://github.com/pjaudiomv |