-
Notifications
You must be signed in to change notification settings - Fork 11
/
readme.txt
executable file
·50 lines (36 loc) · 1.54 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
=== Embed Block for GitHub ===
Contributors: audrasjb, whodunitagency, pedromendonca, vsc55
Donate link: https://www.paypal.me/audrasjb
Tags: GitHub, embed, block, Gutenberg, bloc, gist, git, repository, card
Requires at least: 5.2
Tested up to: 5.4
Stable tag: 0.3
Requires PHP: 5.6
License: GPLv2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Easily embed GitHub repositories in Gutenberg Editor.
== Description ==
This plugin adds a GitHub Repository Embed Block to the Block Editor.
It is developed on [GitHub](https://github.com/audrasjb/embed-block-for-github). Contributions welcome!
Special thanks:
- [@pedro-mendonca](https://github.com/pedro-mendonca) for i18n/l10n fixes and portuguese translation.
- [@vsc55](https://github.com/vsc55) for Dark Mode Enhancement, full code refresh and spanish translation.
== Screenshots ==
1. Easy to use!
2. Insert GiHub Repo Block.
3. Embed your GitHub Repositories in your Post content.
4. Integrates well with your theme stylesheet.
== Installation ==
1. Install the plugin and activate.
2. Go to the editor and choose GitHub Repo block.
3. Add the URL of the repository and see the magic happen.
== Changelog ==
= 0.3 =
* Code refresh and dark mode support. Props @vsc55: https://github.com/audrasjb/embed-block-for-github/pull/2
* Added @vsc55 as plugin contributor for his multiple contributions ♥️
= 0.2 =
* Localization/internationalization fixes. Props @pedro-mendoza: https://github.com/audrasjb/embed-block-for-github/pull/1
= 0.1.1 =
* Small fixes
= 0.1 =
* Plugin initial commit. Works fine :)