-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
49 lines (35 loc) · 1.71 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
=== Timeline Express - Single Column Add-On ===
Contributors: eherman24, codeparrots
Tags: timeline, express, addon, single, column, shortcode, parameter
Plugin URI: https://www.wp-timelineexpress.com
Requires at least: WP 4.0 & Timeline Express 1.2.8.1
Requires PHP: 5.6
Tested up to: 4.8.1
Stable tag: 1.1.0
License: GPLv2 or later
Enable a 'single-column' parameter in Timeline Express to display timelines in a single column.
== Description ==
Timeline Express - Single Column Add-On extends Timeline Express, and enables a new shortcode parameter `single-column`.
When set to 1 (eg: `[timeline-express single-column="1"]`), the timeline will display in a single column - similar to the default Timeline Express mobile view.
**Basic Usage**
If you want to set a timeline to single column you can add the 'single-column' parameter to the `[timeline-express]` shortcode and set it to `1`.
**Example**
`[timeline-express single-column="1"]`
== Changelog ==
= 1.1.0 - September 10th, 2017 =
* Updates to the styles for Timeline Express Pro v2 compatibility.
* Updates to the shortcode generator fields.
* Updates to the automation tasks.
* Reverted container styles back to the original, to maintain consistency.
* Tweak icon styles for free/pro compatibility.
= 1.0.4 - October 20th, 2016 =
* Tweak front end styles.
= 1.0.3 - September 16th, 2016 =
* Re-factored the base plugin check.
* Bump 'Tested up to' version.
= 1.0.2 - August 10th, 2016 =
* Tweak responsive styles, prevented overflow of containers outside parent div.
= 1.0.1 - June 19th, 2016 =
* Tweak styles to work with free version as well as pro version of Timeline Express.
= 1.0 - June 17th, 2016 =
* Initial release of the single column add-on for Timeline Express.