-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathreadme.txt
89 lines (67 loc) · 3.23 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
78
79
80
81
82
83
84
85
86
87
88
89
=== Plugin Name ===
Contributors: broobe_dev, nsciolini
Tags: jquery, timeline, timelinr
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=LCT5LX6S9JNSJ
Requires at least: 3.2
Tested up to: 3.5.1
Stable tag: 1.2
WP JQuery Timelinr is a timeline that supports horizontal and vertical layouts, and you can specify parameters for most attributes.
== Description ==
Quite simply, WP JQuery Timelinr is the first plugin to include the jquery-timelinr library available for WordPress. Its simplicity in design and function.
= FEATURES =
* Shortcode with multiple Parameters [timelinr]
* Multiple Timelines
* Button friendly to add Timelinr shortcode on pages and post
* Ability to add Timelinr Categories
* Date ranges
* Default Settings page
You can read more about features on the [Broobe website](http://www.broobe.com/plugins/wp-jquery-timelinr/ "Timelinr: An open-source timeline plugin for WordPress").
= PARAMETERS =
* orientation: horizontal | vertical, default to horizontal. [timelinr orientation="horizontal"]
* arrowKeys: true | false, default to false. [timelinr arrowKeys="true"]
* startAt: integer, default to 1 (first). [timelinr startAt="2"]
* autoPlay: true | false, default to false. [timelinr autoPlay="true"]
* autoPlayDirection: forward | backward, default to forward. [timelinr autoPlayDirection="forward"]
* autoPlayPause: integer (1000 = 1 seg), default to 2000 (2segs). [timelinr autoPlayPause="1000"]
* category: string (timelinr category name). [timelinr category="timelinr1"]
* order: asc | desc. [timelinr order="asc"]
If you have suggestions for a new update, feel free to email me at [email protected] .
Want more plugins? [Broobe](http://www.broobe.com/plugins/wp-jquery-timelinr/).
Want regular updates? Become a fan of my sites on [Facebook](http://www.facebook.com/broobe)!
Or Follow us on [Twitter](https://twitter.com/broobeteam)!
== Installation ==
1. Upload the files to the `/wp-content/plugins/wp-jquery-timelinr/` directory
2. Activate the "WP JQuery Timelinr" plugin through the 'Plugins' menu in WordPress
== Screenshots ==
1. [timelinr orientation="horizontal"] - jQuery Timeline - Horizontal.
2. [timelinr orientation="vertical"] - jQuery Timeline - Vertical.
3. **Page settings** - Default settigs for timelinr.
== Changelog ==
= 1.2 =
* Feature - Ability to enable title link in option page
* Feature - Ability to enable post excerpt in option page
* Feature - Added Post excerpt
* Tweak - Update the custom post type slug
* Tweak - Update transalation in spanish
* Tweak - Datepicker icon
* Tweak - New Clock icon in shortcode button
* Tweak - Clock icon in settings page
* Tweak - Clock menu ico
= 1.1 =
* Feature - Settings page for default parameters
* Feature - New parameter: order
* Feature - New parameter: formatdate
* Feature - Added datepicker to timeline date
* Tweak - Allowed the editing of format date
* Fix - Styling issues for the shortcode popup
= 1.0 =
* Multiple Timelines
* New button to add Timelinr shortcode more easily on pages and post
* Ability to add Timelinr Categories
* More date ranges
* Bug Fixing in styles
* Support wordpress 3.5.1
= 0.2 =
* Bug fix - Dropdown date
= 0.1 =
* Initial release