PluginProbe
Github Embed / trunk
Github Embed vtrunk
trunk 1.0 1.1 1.2 1.3 1.4 1.5 1.6 1.7 1.8 1.9 2.0 2.0.1 2.0.2 2.1.0 2.2.0 2.2.1
← All changes | readme.txt +20 -6 2.0.1trunk View file →
@@ -1,15 +1,15 @@
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: 6.2
6 +Tested up to: 7.1
7 +Stable tag: 2.2.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 13 * Repositories
14 14 * User profiles
15 15 * Project milestone summaries
@@ -24,9 +24,9 @@
24 24 The main development is all going on on [GitHub](https://github.com/leewillis77/wp-github-oembed).
25 25
26 26 ## Treeware
27 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).
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 29
30 30 == Installation ==
31 31
32 32 1. Upload the plugin to the `/wp-content/plugins/` directory
@@ -35,9 +35,9 @@
35 35
36 36 == Frequently Asked Questions ==
37 37
38 38 = Can I change the layout? =
39 -Not yet, we're hoping to add templating - [all contributions welcome](https://github.com/leewillis77/wp-github-oembed)!
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/`
40 40
41 41 == Screenshots ==
42 42
43 43 1. GitHub Repository
@@ -45,8 +45,22 @@
45 45 3. Project milestone summaries
46 46 4. Project contributors
47 47
48 48 == Changelog ==
49 +
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
49 63
50 64 = 2.0.1 =
51 65
52 66 * Suggest Treeware donations