-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathreadme.txt
49 lines (31 loc) · 1.3 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
=== Tailor Page Builder: Sample Extension ===
Tags:
Requires at least: 4.3
Tested up to: 4.6
Stable tag: 1.1.0
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl.html
Contributors: andrew.worsfold
Just a sample extension.
== Description ==
Just a sample extension.
== Installation ==
1. Install [Tailor](https://wordpress.org/plugins/tailor)
2. Install the extension via the plugin directory, or by uploading the files manually to your server.
= From your WordPress dashboard =
1. Visit 'Plugins > Add New’.
2. Search for ‘Tailor’.
3. Activate Tailor from your Plugins page. Do the same for the this extension.
= From WordPress.org =
1. Download Tailor and the Portfolio extension.
2. Upload the ‘tailor’ directory to your '/wp-content/plugins/' directory, using your favorite method (ftp, sftp, scp, etc..). Do the same for the this plugin directory.
3. Activate Tailor and this extension from your Plugins page.
== Changelog ==
= 1.1.0 =
* Added - Simple demonstrations of the element and setting JS APIs.
* Improved - Element rendering functions (in line with Tailor 1.7.0+).
= 1.0.1 =
* Added - Filter to modify the rendered HTML of a given element.
* Improved - The selector for element child containers can now be specified when registering the element.
= 1.0.0 =
* Initial release.