-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
readme.txt
77 lines (50 loc) · 2.04 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
=== Block Background ===
Contributors: lubus,ajitbohra
Donate link: http://www.lubus.in
Tags: gutenberg, block, background, image, gradient
Requires at least: 3.0.1
Tested up to: 5.0.2
Stable tag: 1.0.4
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Extend gutenberg blocks with additional background options
== Description ==
>**Disclaimer:** Experimental feature plugin to extend gutenberg block. Have a suggestion feel free to send a PR or [open an issue](https://github.com/lubusIN/block-background/issues).
Extend gutenberg blocks with additional background options
----------
**Usage**
- Simply activate and new options for background will be added to inspector / sidebar options<br/>
- Insert block of your choice add set background options<br/>
- Live preview of background changes in your editor
**Roadmap**
- More customization options
If you have any suggestions/Feature request that you would like to see in the upcoming releases , feel free to let us know in the [issues section](https://github.com/lubusIN/block-background/issues)
== Installation ==
***From your WordPress dashboard***
1. Visit 'Plugins > Add New'
2. Search for `Block Background` or upload zip file
3. Activate `Block Background` from your Plugins page
***Manual Installation***
1. [Download](https://wordpress.org/plugins/block-background/) "Block Background".
2. Upload the `block-background` directory to your '/wp-content/plugins/' directory, using your favorite method (ftp, sftp, scp, etc...)
3. Activate `Block Background` from your Plugins page.
== Screenshots ==
1. Plugin in action
== Changelog ==
***1.0.4***
Released on 5th January 2018
- Fix conflict with other block styles
***1.0.3***
Released on 4th January 2018
- Compatibility with WordPress 5.0.2
***1.0.2***
Released on 21st September 2017
- Compatibility with Gutenberg 3.9
- Add docker-compose config
- Use WP dependencies as ES modules
***1.0.1***
Released on 1st May 2017
- Compatibility with Gutenberg 2.7
***1.0.0***
Released on 5th April 2017
- Initial plugin release