| @@ -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: 5.4 | |
| 6 | -Tested up to: 5.6 | |
| 7 | -Stable tag: 2.0.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: |
| @@ -22,12 +22,8 @@ | ||
| 22 | 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 | 23 | |
| 24 | 24 | The main development is all going on on [GitHub](https://github.com/leewillis77/wp-github-oembed). |
| 25 | 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 some trees](https://ecologi.com/ademtisoftware?gift-trees). | |
| 29 | - | |
| 30 | 26 | == Installation == |
| 31 | 27 | |
| 32 | 28 | 1. Upload the plugin to the `/wp-content/plugins/` directory |
| 33 | 29 | 2. Activate the plugin through the 'Plugins' menu in WordPress |
| @@ -45,16 +41,8 @@ | ||
| 45 | 41 | 3. Project milestone summaries |
| 46 | 42 | 4. Project contributors |
| 47 | 43 | |
| 48 | 44 | == Changelog == |
| 49 | - | |
| 50 | -= 2.0.1 = | |
| 51 | - | |
| 52 | -* Suggest Treeware donations | |
| 53 | - | |
| 54 | -= 2.0 = | |
| 55 | - | |
| 56 | -* Support for authenticating using personal access tokens | |
| 57 | 45 | |
| 58 | 46 | = 1.9 = |
| 59 | 47 | |
| 60 | 48 | * Remove unused code - thanks to https://github.com/pjaudiomv |