Timeline Express - Version 1.1.6.9

Version Description

  • June 22nd, 2015 =
  • Remove !important declarations on frontend
  • Adjusted announcement images to be 100% width
  • Included hungarian translation - props Zsolt
Download this release

Release Info

Developer eherman24
Plugin Icon 128x128 Timeline Express
Version 1.1.6.9
Comparing to
See all releases

Code changes from version 1.1.6.8 to 1.1.6.9

README.md ADDED
@@ -0,0 +1,447 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Timeline Express v1.1.6.9
2
+ ================
3
+
4
+ Timeline express allows you to create a vertical animated and responsive timeline of posts , without writing a single line of code. Sweet!
5
+
6
+ **Features**
7
+
8
+ * Load a custom template for single announcements
9
+ * Localized date formatting for international users
10
+ * Hundreds of Font awesome icons included. Specify a different icon for each announcement
11
+ * CSS3 animations on scroll
12
+ * Set the color of the announcement
13
+ * Specify the length to trim each announcemnt, or randomize it!
14
+ * Hide the date of the announcement
15
+ * Hide the 'read more' button for each announcement
16
+ * Specify an image to display for each announcement
17
+ * Delete announcements on uninstallation (so no orphan posts are hanging around in your database)
18
+ * Easy to use shortcode to place the timeline wherever your heart desires ( `[timeline-express]` )
19
+ * TinyMCE button to generate the shortcode
20
+ * Specify Ascending vs Descending display order
21
+ * Highly extensible
22
+ * Translatable
23
+
24
+ **Translated**
25
+
26
+ Timeline express comes ready for translation. I would love to get things translated into as many languages as possible. At the moment the following translations are available for Timeline Express :
27
+
28
+ * English
29
+ * Chinese (zh_CN) - thanks goes to <a href="http://www.vahichen.com" target="_blank">Vahi Chen</a>
30
+ * Portuguese (pt_BR) - thanks goes to <a href="http://toborino.com" target="_blank">Gustavo Magalhães</a>
31
+ * Polish (pl_PL) - thanks goes to Kanios
32
+ * Dutch (nl_NL) - thanks goes to <a href="http://www.kasteelschaesberg.info/wpress/" target="_blank">Kees Hessels</a>
33
+ * German (de_DE) - thanks goes to <a href="http://www.fairsoft.koeln" target="_blank">Martin Gerlach</a>
34
+ * French (fr_FR) - thanks goes to Julien Lambert
35
+ * Hungarian (hu_HU) - thanks goes to <a href="http://www.keszites.com/" target="_blank">Zsolt</a>
36
+
37
+ <em>We're always looking for polyglots to help with the translations. If you enjoy this plugin, speak multiple languages and want to contribute please <a href="http://www.evan-herman.com/contact/" target="_blank">contact me</a> about how you can help translate things so users around the world can benefit from this plugin.</em>
38
+
39
+ **Hooks + Filters**
40
+
41
+ **Use Custom Images Instead of Font Awesome Icons (New v1.1.6.7)**
42
+
43
+ Users can now use the custom announcement image in place of the font awesome icons by using the following filter. Props to Pete Nelson for the pull request in making this possible
44
+
45
+ timeline-express-custom-icon-html
46
+
47
+ Example: https://gist.github.com/EvanHerman/6bbc8de82f34b4cb3c5c
48
+
49
+ **Use Alternate Image Size For Announcements (New v1.1.5.5)**
50
+
51
+ By default Timeline Express generates a custom image size to use within the timeline. If you would like to use another image size, you can use the following filter.
52
+
53
+ Example:
54
+ ```<php>
55
+ function change_timeline_express_announcement_image_size( $image_size ) {
56
+ $image_size = 'full';
57
+ return $image_size;
58
+ }
59
+ add_filter( 'timeline-express-announcement-img-size' , 'change_timeline_express_announcement_image_size' );
60
+ ```
61
+
62
+ **Define your own custom fields to use in Announcement posts (New v1.1.5)**
63
+
64
+ Users can now add custom fields to Timeline Express announcement posts. This allows for greater control over the announcements and the front end display. Using this hook in conjunction with a custom single announcement template will give you the greatest control.
65
+
66
+ Example:
67
+ ```<php>
68
+ function add_custom_timeline_express_field( $custom_fields ) {
69
+ $custom_fields = array(
70
+ array(
71
+ 'name' => __( 'Example Text Field', 'timeline-express' ),
72
+ 'desc' => __( 'this is an example user defined text field.', 'timeline-express' ),
73
+ 'id' => 'announcement_user_defined_text',
74
+ 'type' => 'text_medium',
75
+ ),
76
+ array(
77
+ 'name' => __( 'Example WYSIWYG', 'timeline-express' ),
78
+ 'desc' => __( 'this is an example wysiwyg field.', 'timeline-express' ),
79
+ 'id' => 'announcement_user_defined_wysiwyg',
80
+ 'type' => 'wysiwyg',
81
+ ),
82
+ array(
83
+ 'name' => __( 'Example Email Field', 'timeline-express' ),
84
+ 'desc' => __( 'this is an example user defined email field.', 'timeline-express' ),
85
+ 'id' => 'announcement_user_defined_money',
86
+ 'type' => 'text_email',
87
+ )
88
+ );
89
+ return $custom_fields;
90
+ }
91
+ add_filter( 'timeline_express_custom_fields' , 'add_custom_timeline_express_field' );
92
+ ```
93
+
94
+ This example would add 3 new fields below the 'Announcement Image' field on the announcement post.
95
+
96
+ The first field is a simple text field. The second field is an example WYSIWYG, and the third is an email field.
97
+
98
+ Note: You can add as many fields as you would like, and display them on the front end using the <a href="http://codex.wordpress.org/Function_Reference/get_post_meta" target="_blank" title="WordPress Codex: get_post_meta()">get_post_meta()</a> function.
99
+
100
+ **Customize the 'announcement' slug (New v1.1.4)**
101
+
102
+ Users can now define their own slug for announcement posts using the provided filter `'timeline-express-slug'`. This alters the URL structure of the announcement, possibly for SEO purposes. You would enter the following code into your active themes functions.php file.
103
+
104
+ After you enter the code into the functions.php file, you'll want to refresh your permalinks. You can do so by going to 'Settings > Permalinks' and simply clicking save. That will prevent the 404 page you may see upon altering the slug.
105
+
106
+ Example:
107
+ ```<php>
108
+ // alter '/announcement/' to be '/event/'
109
+ function timeline_express_change_announcement_slug( $slug ) {
110
+ $slug = 'event';
111
+ return $slug;
112
+ }
113
+ add_filter('timeline-express-slug', 'timeline_express_change_announcement_slug' );
114
+ ```
115
+
116
+ This example would change the default `/announcement/` slug, to `/event/`.
117
+
118
+ *Alter the 'Read More' button text (New v1.1.3.2)**
119
+
120
+ Users can now alter the 'Read More' button text using the provided gettext filter and the 'timeline-express' text domain.
121
+
122
+ Example:
123
+ ```<php>
124
+ // alter 'Read more' to say 'View Announcement'
125
+ function timeline_express_change_readmore_text( $translated_text, $untranslated_text, $domain ) {
126
+ switch( $untranslated_text ) {
127
+ case 'Read more':
128
+ $translated_text = __( 'View Announcement','timeline-express' );
129
+ break;
130
+ }
131
+ return $translated_text;
132
+ }
133
+ add_filter('gettext', 'timeline_express_change_readmore_text', 20, 3);
134
+ ```
135
+
136
+ This example would alter 'Read more' to say 'View Announcement'.
137
+
138
+ **Add custom classes to the 'Read More' button (New v1.1.3.1)**
139
+
140
+ Users can now add custom classes to the 'Read More' announcement button. This allows for greater control in fitting the Timeline into your currently active theme.
141
+
142
+ Parameters :
143
+
144
+ $button_classes = default button classes assigned to the 'Read More' button
145
+
146
+ Example:
147
+ ```<php>
148
+ // add a custom class to the timeline express readmore link
149
+ function timeline_express_custom_readmore_class( $button_classes ) {
150
+ return $button_classes . 'custom-class-name';
151
+ }
152
+ add_filter( 'timeline-express-read-more-class' , 'timeline_express_custom_readmore_class' );
153
+ ```
154
+
155
+ This example would print the following 'Read More' button HTML onto the page :
156
+
157
+ `<a href="http://site.com/link-to-announcement" class="cd-read-more btn btn-primary custom-class-name">Read more</a>`
158
+
159
+ **Setup a custom date format for front end display (New v1.0.9)**
160
+
161
+ New in version 1.0.9 is the localization of dates on the front end. The date format is now controlled by your date settings inside of 'General > Settings'.
162
+
163
+ If, for one reason or another, you'd like to specify a different date format than provided by WordPress core you can use the provided filter `timeline_express_custom_date_format`.
164
+
165
+ The one parameter you need to pass into your function is $date_format, which is (as it sounds) the format of the date.
166
+
167
+ Some formatting examples:
168
+
169
+ * `m.d.Y` - 11.19.2014
170
+ * `d-m-y` - 11-19-14
171
+ * `d M y` - 19 Nov 2014
172
+ * `D j/n/Y` - Wed 11/19/2014
173
+ * `l jS \of\ F` - Wednesday 19th of November
174
+
175
+ Example:
176
+ ```<php>
177
+ function custom_te_date_format( $date_format ) {
178
+ $date_format = "M d , Y"; // will print the date as Nov 19 , 2014
179
+ return $date_format;
180
+ }
181
+ add_filter( 'timeline_express_custom_date_format' , 'custom_te_date_format' , 10 );
182
+ ```
183
+
184
+ * d - Numeric representation of a day, with leading zeros 01 through 31.
185
+ * m - Numeric representation of a month, with leading zeros 01 through 12.
186
+ * y - Numeric representation of a year, two digits.
187
+
188
+ * D - Textual representation of a day, three letters Mon through Sun.
189
+ * j - Numeric representation of a day, without leading zeros 1 through 31.
190
+ * n - Numeric representation of a month, without leading zeros 1 through 12.
191
+ * Y - Numeric representation of a year, four digits.
192
+
193
+ * S - English ordinal suffix for the day of the month. Consist of 2 characters st, nd, rd or th.
194
+ * F - Textual representation of a month, January through December.
195
+
196
+ * M - Textual representation of a month, three letters Jan through Dec.
197
+
198
+
199
+ <em>[view more date formatting parameters](http://php.net/manual/en/function.date.php)</em>
200
+
201
+
202
+ **Load Your Own Single Announcement Template File (New v1.0.8)**
203
+
204
+ By default all single announcements will try and load a single.php template file. If that can't be found, we've done our best to implement a template for you. If your unhappy with the template file we've provided you have two options. Your first option is to copy over the single-announcement-template directory contained within the plugin into your active themes root. This will trigger the plugin to load that file instead. You can then customize this file to your hearts content without fear of losing any of your changes in the next update.
205
+
206
+ Your next option is to use our new filter for loading your own custom template file. If for whatever reason you've designed or developed your own single.php file which you would rather use, or you just want to use your themes page.php template instead, you can use the provided filter to change the loaded template. Here is an example ( you want to drop this code into your active theme's functions.php file ) :
207
+
208
+ Example:
209
+ ```<php>
210
+ // By default Timeline Express uses single.php for announcements
211
+ // you can load page.php instead
212
+ // just change page.php to whatever your template file is named
213
+ // keep in mind, this is looking in your active themes root for the template
214
+ function custom_timeline_express_template_file( $template_file ) {
215
+ $template_file = 'page.php';
216
+ return $template_file;
217
+ }
218
+ add_filter( 'timeline_express_custom_template' , 'custom_timeline_express_template_file' , 10 );
219
+ ```
220
+
221
+ <br />
222
+ <br />
223
+ <strong>While the plugins I develop are free, maintaining and supporting them is hard work. If you find this plugin useful, or it helps in anyway, please consider making a <a href="http://www.evan-herman.com/contact/?contact-reason=I%20want%20to%20make%20a%20donation%20for%20all%20your%20hard%20work">donation</a> for its continued development.</strong>
224
+
225
+
226
+ ### Installation
227
+
228
+ 1. Download the plugin .zip file
229
+ 2. Log in to yourdomain.com/wp-admin
230
+ 3. Click Plugins -> Add New -> Upload
231
+ 4. Activate the plugin
232
+ 6. On the left hand menu, hover over 'Timeline Express' and click 'New Announcement'
233
+ 7. Begin populating the timeline with events. (Note: Events will appear in chronological order according to the <strong>announcement date</strong>)
234
+ 8. Once you have populated the timeline, head over to the settings page (Settings > Timeline Express) to customize your timeline.
235
+ 9. Create a new page, and enter the shortcode [timeline-express] to display the vertical timeline (Note: Timeline Express displays best on full width pages)
236
+
237
+ ### Frequently Asked Questions
238
+
239
+ ###### How do I use this plugin?
240
+ Begin by simply installing the plugin. Once the plugin has been installed, go ahead and begin creating announcement posts. You'll find a new menu item just below 'Posts'.
241
+ After you have a substantial number of announcements set up, you're ready to display the timeline on the front end of your site.
242
+
243
+ Timeline express displays best on full width pages, but is not limited to them. Create a new page, and drop the shortcode into the page - `[timeline-express]`.
244
+ Publish your page, and view it on the front end the see your new super sweet timeline! (scroll for animation effects!)
245
+
246
+ ###### What template is the single announcement post using? Can I customize it at all? I want to do x, y or z.
247
+ The single announcement post is using a custom template file that comes pre-bundled with the plugin. If you want to customize the template for whatever reason
248
+ you can do so, by creating a directory in your active theme called 'timeline-express'. Once the directory is created, simply copy the file titled 'single-timeline-express-announcement.php' into
249
+ the newly created 'timeline-express' directory in your theme. Timeline express will then automagically pull in the newly created template in your theme root. You can go ahead and customize
250
+ it to your hearts desire without fear of losing any changes in future updates!
251
+
252
+ ###### Can I create more than one timeline?
253
+ At the moment no, but I will consider adding that into a futre update if people show enough interest.
254
+
255
+ ###### At what width are the breakpoints set?
256
+ Breakpoints are set at 822px. The timeline will shift/re-adjust automatically using masonry based on the height of each announcement container.
257
+
258
+ ###### How can I translate this plugin?
259
+ The text-domain for all gettext functions is `timeline-express`.
260
+
261
+ If you enjoy this plugin and want to contribute, I'm always looking for people to help translate the plugin into any of the following languages, credit will be given where credit is due :
262
+
263
+ * Arabic
264
+ * English
265
+ * Greek
266
+ * Hebrew
267
+ * Hindi
268
+ * Hong Kong
269
+ * Italian
270
+ * Japanese
271
+ * Korean
272
+ * Persian
273
+ * Portuguese (European)
274
+ * Romanian
275
+ * Russian
276
+ * Spanish
277
+ * Swedish
278
+ * Taiwanese
279
+ * Tamil
280
+ * Urdu
281
+ * Vietnamese
282
+ * Welsh
283
+
284
+ Read the Codex article "[I18n for WordPress Developers]"(http://codex.wordpress.org/I18n_for_WordPress_Developers) for more information.
285
+
286
+ ### Future Ideas
287
+
288
+ Have an idea for a future release feature? I love hearing about new ideas! You can get in contact with me through the contact form on my website, <a href="http://www.evan-herman.com/contact/" target="_blank">Evan-Herman.com</a>.
289
+
290
+
291
+ ### Changelog
292
+
293
+ ###### 1.1.6.9 - June 22nd, 2015
294
+ * Remove !important declarations on frontend
295
+ * Adjusted announcement images to be 100% width
296
+ * Included hungarian translation - props <a href="" target="_blank">Zsolt</a>
297
+
298
+ ###### 1.1.6.8 - May 5th, 2015
299
+ * Fixed incorrect version of font awesome enqueued on front end
300
+
301
+ ###### 1.1.6.7 - May 4th, 2015
302
+ * Added new filter to allow for custom images to be used in place of font awesome icons (Props Pete Nelson)
303
+
304
+ ######1.1.6.6 - April 1st, 2015
305
+ * Enhancement: reverted to older styles (v1.1.6.4 stylesheet)
306
+
307
+ ###### 1.1.6.5 - March 31st, 2015
308
+ * Enhancement: re-wrote part of the CSS file, to allow for native masonry layouts (uniform spacing between containers)
309
+ * Enhancement: Added `is_ssl()` check to determine if font awesome should be loaded over https or not.
310
+ * Fixed: Fixed WP_Response error when font-awesome icons are unavailable using `wp_remote_get();`
311
+
312
+ ###### 1.1.6.4 - March 23rd, 2015
313
+ * Enhancement: Packaged French translation - thanks goes to Julien Lambert
314
+ * Enhancement: Fixed a few typos in the plugin
315
+
316
+ ###### 1.1.6.3 - March 22nd, 2015
317
+ * Enhancement: Added wp_error class to catch errors thrown by `wp_remote_get()` when building the bootstrap dropdown.
318
+
319
+ ###### 1.1.6.2 - March 18th, 2015
320
+ * Enhancement: Removed `add_option();` call which was breaking previously stored options on activation
321
+
322
+ ###### 1.1.6.1 - March 10th, 2015
323
+ * Enhancement: Altered new option label to be 'Exclude Announcements from Site Searches' (settings were reversed (true excluded while false included) )
324
+
325
+ ###### 1.1.6 - March 9th, 2015
326
+ * Enhancement: Fixed 404 issue on announcement posts when 'Include Announcement in Site Searches' was set to 'false'.
327
+
328
+ ###### 1.1.5.9 - March 6th, 2015
329
+ * Enhancement: Added a priority to the metabox initialization, which caused conflicts with other plugins using the same class
330
+
331
+ ###### 1.1.5.8 - March 5th, 2015
332
+ * Enhancement: Upgraded font-awesome to 4.3.0
333
+ * Enhancement: Added icon select dropdown on the settings page, to better mirror the post/page edit screens
334
+ * Enhancement: Added new setting to toggle Timeline posts from appearing in search queries on the front end (defaults to true)
335
+ * Enhancement: Packaged German translation - thanks to <a href="http://www.fairsoft.koeln" target="_blank">Martin Gerlach</a>
336
+
337
+ ###### 1.1.5.7 - February 5th, 2015
338
+ * Message From The Author: Sorry for multiple updates on the same day. I was feeling ambitious and rolled out one patch to fix an issue and another with some new features. Enjoy :)
339
+ * Enhancement: Added a dropdown to select the font awesome icon
340
+ * Enhancement: Fadded in the timeline after everything has initialized, to prevent seeing a messed up Timeline layout
341
+
342
+ ###### 1.1.5.6 - February 5th, 2015
343
+ * Fixed: Issue with the excerpt being truncated and throwing off entire timeline layout (issue occured when truncate happened mid html tag , which left a tag open)
344
+ * Fixed: Wrapped missing text in text domain
345
+
346
+ ###### 1.1.5.5 - February 1st, 2015
347
+ * Fixed: Wrapped admin column headers in get text filter
348
+ * Fixed: Sort orders by announcement date
349
+ * Enhancement: Added filter to define custom image size for announcement image
350
+
351
+ ###### 1.1.5.4 - January 19th, 2015
352
+ * Fixed: Remove unnecessary filter in the main class file
353
+
354
+ ###### 1.1.5.3 - January 16th, 2015
355
+ * Fixed: Fixed incorrect date save format
356
+
357
+ ###### 1.1.5.2 - January 10th, 2015
358
+ Fixed: Errors thrown from new user fields hook, when no custom fields are defined by the user
359
+ Fixed: Incorrect date format for new announcements
360
+
361
+ ###### 1.1.5.1 - January 10th, 2015
362
+ * Fixed: Data saving incorrectly to the database, causing errors to be thrown on front and back end
363
+
364
+ ###### 1.1.5 - January 10th, 2015
365
+ * Enhancement: Added new filter ( `timeline_express_custom_fields` ) which allows users to define their own custom fields to use on Timeline Announcement posts (see readme for example).
366
+ * Fixed: CMB class file causing conflicts with other plugins, and removed the old version
367
+ * Fixed: Adjusted a few styles on the announcement post page
368
+
369
+ ###### 1.1.4.1 - January 2nd, 2015
370
+ * Fixed: Issue with date storing different on backend vs front end
371
+ * Fixed: Settings link on the Timeline Express welcome page
372
+
373
+ ###### 1.1.4 - December 24th, 2014
374
+ * Enhancement: Implemented premium support licensing. Any issues that require immediate response, or custom code should purchase a support license.
375
+ * Enhancement: Moved settings/support below Timeline Express parent menu item
376
+ * Fixed: Errors thrown when announcement images aren't set
377
+ * Fixed: Display error where announcements displayed a different date on the backend vs frontend
378
+ * Enhancement: Added a new filter to customize the announcement slug (possibly for SEO purposes) (timeline-express-slug , check documentation for examples)
379
+
380
+ ###### 1.1.3.2 - December 11th, 2014
381
+ * Enhancement: Added Dutch language translation (nl_NL) - thanks goes to <a href="http://www.kasteelschaesberg.info/wpress/" target="_blank">Kees Hessels</a>
382
+ * Fixed: A few typos throughout the plugin
383
+
384
+ ###### 1.1.3.1 - December 10th, 2014
385
+ * Enhancement: Added new filter `timeline-express-read-more-class` which allows users to add custom classes to the 'Read More' button
386
+ * Enhancement: Wrapped 'Read More' in gettext filter, to allow for text to be altered
387
+
388
+ ###### 1.1.3 - December 6th, 2014
389
+ * Fixed: Weird query issue with timeline announcements not displaying at proper times
390
+ * Fixed: Styling issue with announcement date picker calendar arrow
391
+ * Fixed: Removed all line-breaks and hyphens from the timeline titles
392
+
393
+ ###### 1.1.2 - December 5th, 2014
394
+ * Fixed: Minor styling issues with announcement images extending outside the announcement container (added new class to the image .announcement-banner-image)
395
+
396
+ ###### 1.1.1 - December 4th, 2014
397
+ * Fixed: Minor styling issues with the mobile timeline icon size/margins
398
+ * Fixed: Minor styling issues with the mobile timeline announcement arrow appearing 1px to soon
399
+ * Fixed: Typo of 'Timeline Express' in the admin settings menu
400
+
401
+ ###### 1.1 - December 3rd, 2014
402
+ * Fixed: Fixed styles when timeline is inside posts (fixed icon size, duplicate images)
403
+ * Fixed: Fixed a few enqueue functions
404
+ * Enhancement: Polish language translation now included (pl_PL) - thanks goes to Kanios
405
+ * Enhancement: Enqueued new styles on single announcement posts to style the announcement pages a bit better
406
+ * Enhancement: Added new custom image size, to unify announcement images on the timeline ('timeline-express')
407
+ * Enhancement: Added new function `timeline_express_get_image_id()` to get attachment image IDs by URL
408
+ * Enhancement: Stripped out a lot of un-needed code
409
+
410
+ ###### 1.0.9 - November 19th, 2014
411
+ * Updated: Localized date format displayed on the front end as requested by our international users ( format now takes on what you have in 'General > Settings' )
412
+ * Updated: Fixed styling issue on date picker arrows
413
+ * Feature: Added new filter to allow users to specify a custom date format (`timeline_express_custom_date_format`)
414
+
415
+ ###### 1.0.8 - November 17th, 2014
416
+ * Feature: Added a new filter to allow users to load custom template files
417
+ * Feature: Added auto update feature for Timeline Express
418
+ * Updated: Single announcement template file, which was causing issues for some users on specific themes
419
+ * Fixed: Issue where links in the excerpt and 'read more' links couldn't be clicked due to overlapping masonry elements
420
+ * Fixed: Missing image on welcome page
421
+ * Fixed: Minor issues on welcome page including some links
422
+
423
+ ###### 1.0.7 - November 13th, 2014
424
+ * Enhancement: Portuguese language translation now included (pt_BR) - thanks goes to <a href="http://toborino.com" target="_blank">Gustavo Magalhães</a>
425
+
426
+ ###### 1.0.6
427
+ * Repaired fatal error thrown on activation for sites running older versions of PHP
428
+
429
+ ###### 1.0.5
430
+ * Change priority argument on register post type function, which caused conflicts with other custom post types on certain sites
431
+
432
+ ###### 1.0.4
433
+ * Chinese language translation now included (zh_CN) - thanks goes to <a href="http://www.vahichen.com" target="_blank">Vahi Chen</a>
434
+ * Removed title and content style declarations for font-size and font-family styles
435
+
436
+ ###### 1.0.3
437
+ * Included new function to retain formatting in the announcement excerpt in the timeline (te_wp_trim_words_retain_formatting())
438
+
439
+ ###### 1.0.2
440
+ * Add display order setting to specify ascending or descending order of announcements in the timeline
441
+ * Fixed "cannot access settings page" when clicking on the settings tab when on the settings page already
442
+
443
+ ###### 1.0.1
444
+ * Update masonry function to include .imagesLoaded(); to prevent overlapping containers in the timeline
445
+
446
+ ###### 1.0
447
+ * Initial Release to the WordPress repository
classes/class.timeline-express.php CHANGED
@@ -1025,21 +1025,21 @@ if(!class_exists("timelineExpressBase"))
1025
  text-align: <?php echo $title_alignment; ?>;
1026
  }
1027
  .cd-timeline-block:nth-child(odd) .cd-timeline-content::before {
1028
- border-left-color: <?php if ( $content_background == '' ) { echo 'transparent'; } else { echo $content_background . '!important'; } ?>;
1029
  }
1030
  .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
1031
- border-right-color: <?php if ( $content_shadow == '' ) { echo 'transparent'; } else { echo $content_background. '!important'; } ?>;
1032
  }
1033
  #cd-timeline::before {
1034
- background: <?php if ( $background_line_color == '' ) { echo 'transparent'; } else { echo $background_line_color. '!important'; } ?>;
1035
  }
1036
  @media only screen and (max-width: 821px) {
1037
  .cd-timeline-content::before {
1038
  border-left-color: transparent;
1039
- border-right-color: <?php if ( $content_background == '' ) { echo 'transparent'; } else { echo $content_background. '!important'; } ?>;
1040
  }
1041
  .cd-timeline-block:nth-child(odd) .cd-timeline-content::before {
1042
- border-left-color: transparent !important;
1043
  }
1044
  }
1045
  </style>
1025
  text-align: <?php echo $title_alignment; ?>;
1026
  }
1027
  .cd-timeline-block:nth-child(odd) .cd-timeline-content::before {
1028
+ border-left-color: <?php if ( $content_background == '' ) { echo 'transparent'; } else { echo $content_background; } ?>;
1029
  }
1030
  .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
1031
+ border-right-color: <?php if ( $content_shadow == '' ) { echo 'transparent'; } else { echo $content_background; } ?>;
1032
  }
1033
  #cd-timeline::before {
1034
+ background: <?php if ( $background_line_color == '' ) { echo 'transparent'; } else { echo $background_line_color; } ?>;
1035
  }
1036
  @media only screen and (max-width: 821px) {
1037
  .cd-timeline-content::before {
1038
  border-left-color: transparent;
1039
+ border-right-color: <?php if ( $content_background == '' ) { echo 'transparent'; } else { echo $content_background; } ?>;
1040
  }
1041
  .cd-timeline-block:nth-child(odd) .cd-timeline-content::before {
1042
+ border-left-color: transparent;
1043
  }
1044
  }
1045
  </style>
css/timeline-express.css CHANGED
@@ -13,7 +13,7 @@
13
  }
14
  .cd-timeline-announcement-image {
15
  box-shadow: none!important;
16
- max-width: 100%;
17
  display: block;
18
  margin: 1em auto;
19
  }
@@ -44,7 +44,7 @@
44
  background: #d7e4ed;
45
  }
46
  .announcement-banner-image {
47
- max-width: 100%}
48
  .timeline-express-single-page-announcement-date {
49
  display: block;
50
  margin-bottom: 1em;
13
  }
14
  .cd-timeline-announcement-image {
15
  box-shadow: none!important;
16
+ width: 100%;
17
  display: block;
18
  margin: 1em auto;
19
  }
44
  background: #d7e4ed;
45
  }
46
  .announcement-banner-image {
47
+ width: 100%}
48
  .timeline-express-single-page-announcement-date {
49
  display: block;
50
  margin-bottom: 1em;
css/timeline-express.min.css CHANGED
@@ -1,4 +1,4 @@
1
  /* Timeline Express Minified Styles 1.1.6.6 */
2
  /* By Evan Herman (http://www.evan-herman.com */
3
  /* -------------------------------------------------- */
4
- .cd-container{width:100%;max-width:822px;margin:0 auto}.cd-container::after{content:'';display:table;clear:both}.cd-timeline-announcement-image{box-shadow:none!important;max-width:100%;display:block;margin:1em auto}#cd-timeline{position:relative;padding:2em 0;margin-top:2em;margin-bottom:3em;-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0}#cd-timeline::before{content:'';position:absolute;top:0;left:18px;height:100%;width:4px;background:#d7e4ed}.announcement-banner-image{max-width:100%}.timeline-express-single-page-announcement-date{display:block;margin-bottom:1em}@media only screen and (min-width:822px){#cd-timeline{margin-top:3em;margin-bottom:5.5em}#cd-timeline::before{left:50%;margin-left:-2px}}.cd-timeline-block{margin:25px 0}.cd-timeline-block:after{content:"";display:table;clear:both}.cd-timeline-block:first-child{margin-top:0}.cd-timeline-block:last-child{margin-bottom:0}@media only screen and (min-width:822px){.cd-timeline-block{width:100%;margin:-3.5em 0}.cd-timeline-block:first-child{margin-top:0}.cd-timeline-block:last-child{margin-bottom:0}}.cd-timeline-img{position:absolute;top:0;left:0;width:40px;height:40px;border-radius:50%;box-shadow:0 0 0 4px white,inset 0 2px 0 rgba(0,0,0,.08),0 3px 0 4px rgba(0,0,0,.05)}.cd-timeline-img img{display:block;width:24px;height:24px;position:relative;left:50%;top:50%;margin-left:-12px;margin-top:-12px}.cd-timeline-img.cd-picture{background:#75ce66}.cd-timeline-img.cd-movie{background:#c03b44}.cd-timeline-img.cd-location{background:#f0ca45}@media only screen and (min-width:822px){.cd-timeline-img{width:60px;height:60px;left:50%;margin-left:-30px;-webkit-transform:translateZ(0);-webkit-backface-visibility:hidden}.cssanimations .cd-timeline-img.is-hidden{visibility:hidden}.cssanimations .cd-timeline-img.bounce-in{visibility:visible;-webkit-animation:cd-bounce-1 .6s;-moz-animation:cd-bounce-1 .6s;animation:cd-bounce-1 .6s}}@-webkit-keyframes cd-bounce-1{0%{opacity:0;-webkit-transform:scale(0.5)}60%{opacity:1;-webkit-transform:scale(1.2)}100%{-webkit-transform:scale(1)}}@-moz-keyframes cd-bounce-1{0%{opacity:0;-moz-transform:scale(0.5)}60%{opacity:1;-moz-transform:scale(1.2)}100%{-moz-transform:scale(1)}}@keyframes cd-bounce-1{0%{opacity:0;-webkit-transform:scale(0.5);-moz-transform:scale(0.5);-ms-transform:scale(0.5);-o-transform:scale(0.5);transform:scale(0.5)}60%{opacity:1;-webkit-transform:scale(1.2);-moz-transform:scale(1.2);-ms-transform:scale(1.2);-o-transform:scale(1.2);transform:scale(1.2)}100%{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}}.cd-timeline-content{position:relative;margin-left:60px;background:#fff;border-radius:.25em;padding:1em;box-shadow:0 3px 0 #B9C5CD}.cd-timeline-content:after{content:"";display:table;clear:both}.cd-timeline-content .cd-date,.cd-timeline-content .cd-read-more{display:inline-block}.cd-timeline-content .cd-read-more{padding:.8em 1em;position:relative;z-index:9999}.cd-timeline-content .cd-date{float:left;padding:.8em 0;opacity:.7;font-size:12px}.cd-timeline-title-container{display:inline-block;width:100%;float:left;margin:.55em 0}.cd-timeline-title-container h2{float:left}.cd-timeline-content .timeline-date{opacity:.7;font-size:.857143rem;float:right;margin-top:.5em}.cd-timeline-content::before{content:'';position:absolute;top:16px;right:100%;height:0;width:0;border:7px solid transparent;border-right:7px solid #fff}@media only screen and (min-width:768px){.cd-timeline-content h2{margin-top:0;margin-bottom:0}.cd-timeline-content .the-excerpt{display:block;float:left;width:100%;margin:1em 0;position:relative;z-index:999}.cd-timeline-content .cd-date,.cd-timeline-content .cd-read-more{font-size:14px;font-size:.875rem;position:relative;z-index:999}}@media only screen and (min-width:822px){.cd-timeline-content{margin-left:0;padding:1.6em;width:39%;background:#EFEFEF}.cd-timeline-content::before{top:24px;left:100%;border-color:transparent transparent transparent #EFEFEF}.cd-timeline-content .cd-read-more{float:left;color:#333}.cd-timeline-content .cd-date{position:absolute;width:100%;left:125%;top:15px}.cd-timeline-block:nth-child(even) .cd-timeline-content{float:right}.cd-timeline-block:nth-child(even) .cd-timeline-content::before{top:24px;left:auto;right:100%;border-color:transparent #EFEFEF transparent transparent}.cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more{float:right;color:#333;padding-right:0}.cd-timeline-block:nth-child(odd) .cd-timeline-content .cd-read-more{position:relative;z-index:99999;padding-left:0}.cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date{left:auto;right:125%;text-align:right}.cssanimations .cd-timeline-content.is-hidden{visibility:hidden}.cssanimations .cd-timeline-content.bounce-in{visibility:visible;-webkit-animation:cd-bounce-2 .6s;-moz-animation:cd-bounce-2 .6s;animation:cd-bounce-2 .6s}}@media only screen and (min-width:822px){.cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in{-webkit-animation:cd-bounce-2-inverse .6s;-moz-animation:cd-bounce-2-inverse .6s;animation:cd-bounce-2-inverse .6s}}@-webkit-keyframes cd-bounce-2{0%{opacity:0;-webkit-transform:translateX(-100px)}60%{opacity:1;-webkit-transform:translateX(20px)}100%{-webkit-transform:translateX(0)}}@-moz-keyframes cd-bounce-2{0%{opacity:0;-moz-transform:translateX(-100px)}60%{opacity:1;-moz-transform:translateX(20px)}100%{-moz-transform:translateX(0)}}@keyframes cd-bounce-2{0%{opacity:0;-webkit-transform:translateX(-100px);-moz-transform:translateX(-100px);-ms-transform:translateX(-100px);-o-transform:translateX(-100px);transform:translateX(-100px)}60%{opacity:1;-webkit-transform:translateX(20px);-moz-transform:translateX(20px);-ms-transform:translateX(20px);-o-transform:translateX(20px);transform:translateX(20px)}100%{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes cd-bounce-2-inverse{0%{opacity:0;-webkit-transform:translateX(100px)}60%{opacity:1;-webkit-transform:translateX(-20px)}100%{-webkit-transform:translateX(0)}}@-moz-keyframes cd-bounce-2-inverse{0%{opacity:0;-moz-transform:translateX(100px)}60%{opacity:1;-moz-transform:translateX(-20px)}100%{-moz-transform:translateX(0)}}@keyframes cd-bounce-2-inverse{0%{opacity:0;-webkit-transform:translateX(100px);-moz-transform:translateX(100px);-ms-transform:translateX(100px);-o-transform:translateX(100px);transform:translateX(100px)}60%{opacity:1;-webkit-transform:translateX(-20px);-moz-transform:translateX(-20px);-ms-transform:translateX(-20px);-o-transform:translateX(-20px);transform:translateX(-20px)}100%{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0)}}.more-to-come-container{position:relative;background:#EFEFEF;display:block;width:100%;text-align:center}.more-to-come{margin:10em 0 0;padding:1em 0;font-weight:200;color:rgba(100,100,100,.46)}.page article.page{background:0 0!important;box-shadow:none;border:none;-webkit-box-shadow:none}#cd-timeline span.fa{color:#fff;font-size:28px;display:block;text-align:center;margin-top:17px}.cd-timeline-icon-link{color:#fff!important}@media only screen and (max-width:821px){#cd-timeline span.fa{color:#fff;font-size:18px;display:block;text-align:center;margin-top:12px}.cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more,.cd-timeline-block:nth-child(odd) .cd-timeline-content .cd-read-more{padding-left:0!important;position:relative;z-index:99999}}.timeline-width100{width:100%}.timeline-width34{width:34%}.timeline-width30{width:30%}.timeline-date-left{width:100%;float:left!important}.single-post .announcement-banner-image,.single-post .return-to-timeline,.single-post .timeline-express-single-page-announcement-date{display:none}
1
  /* Timeline Express Minified Styles 1.1.6.6 */
2
  /* By Evan Herman (http://www.evan-herman.com */
3
  /* -------------------------------------------------- */
4
+ .cd-container{width:100%;max-width:822px;margin:0 auto}.cd-container::after{content:'';display:table;clear:both}.cd-timeline-announcement-image{box-shadow:none!important;width:100%;display:block;margin:1em auto}#cd-timeline{position:relative;padding:2em 0;margin-top:2em;margin-bottom:3em;-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0}#cd-timeline::before{content:'';position:absolute;top:0;left:18px;height:100%;width:4px;background:#d7e4ed}.announcement-banner-image{width:100%}.timeline-express-single-page-announcement-date{display:block;margin-bottom:1em}@media only screen and (min-width:822px){#cd-timeline{margin-top:3em;margin-bottom:5.5em}#cd-timeline::before{left:50%;margin-left:-2px}}.cd-timeline-block{margin:25px 0}.cd-timeline-block:after{content:"";display:table;clear:both}.cd-timeline-block:first-child{margin-top:0}.cd-timeline-block:last-child{margin-bottom:0}@media only screen and (min-width:822px){.cd-timeline-block{width:100%;margin:-3.5em 0}.cd-timeline-block:first-child{margin-top:0}.cd-timeline-block:last-child{margin-bottom:0}}.cd-timeline-img{position:absolute;top:0;left:0;width:40px;height:40px;border-radius:50%;box-shadow:0 0 0 4px white,inset 0 2px 0 rgba(0,0,0,.08),0 3px 0 4px rgba(0,0,0,.05)}.cd-timeline-img img{display:block;width:24px;height:24px;position:relative;left:50%;top:50%;margin-left:-12px;margin-top:-12px}.cd-timeline-img.cd-picture{background:#75ce66}.cd-timeline-img.cd-movie{background:#c03b44}.cd-timeline-img.cd-location{background:#f0ca45}@media only screen and (min-width:822px){.cd-timeline-img{width:60px;height:60px;left:50%;margin-left:-30px;-webkit-transform:translateZ(0);-webkit-backface-visibility:hidden}.cssanimations .cd-timeline-img.is-hidden{visibility:hidden}.cssanimations .cd-timeline-img.bounce-in{visibility:visible;-webkit-animation:cd-bounce-1 .6s;-moz-animation:cd-bounce-1 .6s;animation:cd-bounce-1 .6s}}@-webkit-keyframes cd-bounce-1{0%{opacity:0;-webkit-transform:scale(0.5)}60%{opacity:1;-webkit-transform:scale(1.2)}100%{-webkit-transform:scale(1)}}@-moz-keyframes cd-bounce-1{0%{opacity:0;-moz-transform:scale(0.5)}60%{opacity:1;-moz-transform:scale(1.2)}100%{-moz-transform:scale(1)}}@keyframes cd-bounce-1{0%{opacity:0;-webkit-transform:scale(0.5);-moz-transform:scale(0.5);-ms-transform:scale(0.5);-o-transform:scale(0.5);transform:scale(0.5)}60%{opacity:1;-webkit-transform:scale(1.2);-moz-transform:scale(1.2);-ms-transform:scale(1.2);-o-transform:scale(1.2);transform:scale(1.2)}100%{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}}.cd-timeline-content{position:relative;margin-left:60px;background:#fff;border-radius:.25em;padding:1em;box-shadow:0 3px 0 #B9C5CD}.cd-timeline-content:after{content:"";display:table;clear:both}.cd-timeline-content .cd-date,.cd-timeline-content .cd-read-more{display:inline-block}.cd-timeline-content .cd-read-more{padding:.8em 1em;position:relative;z-index:9999}.cd-timeline-content .cd-date{float:left;padding:.8em 0;opacity:.7;font-size:12px}.cd-timeline-title-container{display:inline-block;width:100%;float:left;margin:.55em 0}.cd-timeline-title-container h2{float:left}.cd-timeline-content .timeline-date{opacity:.7;font-size:.857143rem;float:right;margin-top:.5em}.cd-timeline-content::before{content:'';position:absolute;top:16px;right:100%;height:0;width:0;border:7px solid transparent;border-right:7px solid #fff}@media only screen and (min-width:768px){.cd-timeline-content h2{margin-top:0;margin-bottom:0}.cd-timeline-content .the-excerpt{display:block;float:left;width:100%;margin:1em 0;position:relative;z-index:999}.cd-timeline-content .cd-date,.cd-timeline-content .cd-read-more{font-size:14px;font-size:.875rem;position:relative;z-index:999}}@media only screen and (min-width:822px){.cd-timeline-content{margin-left:0;padding:1.6em;width:39%;background:#EFEFEF}.cd-timeline-content::before{top:24px;left:100%;border-color:transparent transparent transparent #EFEFEF}.cd-timeline-content .cd-read-more{float:left;color:#333}.cd-timeline-content .cd-date{position:absolute;width:100%;left:125%;top:15px}.cd-timeline-block:nth-child(even) .cd-timeline-content{float:right}.cd-timeline-block:nth-child(even) .cd-timeline-content::before{top:24px;left:auto;right:100%;border-color:transparent #EFEFEF transparent transparent}.cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more{float:right;color:#333;padding-right:0}.cd-timeline-block:nth-child(odd) .cd-timeline-content .cd-read-more{position:relative;z-index:99999;padding-left:0}.cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date{left:auto;right:125%;text-align:right}.cssanimations .cd-timeline-content.is-hidden{visibility:hidden}.cssanimations .cd-timeline-content.bounce-in{visibility:visible;-webkit-animation:cd-bounce-2 .6s;-moz-animation:cd-bounce-2 .6s;animation:cd-bounce-2 .6s}}@media only screen and (min-width:822px){.cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in{-webkit-animation:cd-bounce-2-inverse .6s;-moz-animation:cd-bounce-2-inverse .6s;animation:cd-bounce-2-inverse .6s}}@-webkit-keyframes cd-bounce-2{0%{opacity:0;-webkit-transform:translateX(-100px)}60%{opacity:1;-webkit-transform:translateX(20px)}100%{-webkit-transform:translateX(0)}}@-moz-keyframes cd-bounce-2{0%{opacity:0;-moz-transform:translateX(-100px)}60%{opacity:1;-moz-transform:translateX(20px)}100%{-moz-transform:translateX(0)}}@keyframes cd-bounce-2{0%{opacity:0;-webkit-transform:translateX(-100px);-moz-transform:translateX(-100px);-ms-transform:translateX(-100px);-o-transform:translateX(-100px);transform:translateX(-100px)}60%{opacity:1;-webkit-transform:translateX(20px);-moz-transform:translateX(20px);-ms-transform:translateX(20px);-o-transform:translateX(20px);transform:translateX(20px)}100%{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes cd-bounce-2-inverse{0%{opacity:0;-webkit-transform:translateX(100px)}60%{opacity:1;-webkit-transform:translateX(-20px)}100%{-webkit-transform:translateX(0)}}@-moz-keyframes cd-bounce-2-inverse{0%{opacity:0;-moz-transform:translateX(100px)}60%{opacity:1;-moz-transform:translateX(-20px)}100%{-moz-transform:translateX(0)}}@keyframes cd-bounce-2-inverse{0%{opacity:0;-webkit-transform:translateX(100px);-moz-transform:translateX(100px);-ms-transform:translateX(100px);-o-transform:translateX(100px);transform:translateX(100px)}60%{opacity:1;-webkit-transform:translateX(-20px);-moz-transform:translateX(-20px);-ms-transform:translateX(-20px);-o-transform:translateX(-20px);transform:translateX(-20px)}100%{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0)}}.more-to-come-container{position:relative;background:#EFEFEF;display:block;width:100%;text-align:center}.more-to-come{margin:10em 0 0;padding:1em 0;font-weight:200;color:rgba(100,100,100,.46)}.page article.page{background:0 0!important;box-shadow:none;border:none;-webkit-box-shadow:none}#cd-timeline span.fa{color:#fff;font-size:28px;display:block;text-align:center;margin-top:17px}.cd-timeline-icon-link{color:#fff!important}@media only screen and (max-width:821px){#cd-timeline span.fa{color:#fff;font-size:18px;display:block;text-align:center;margin-top:12px}.cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more,.cd-timeline-block:nth-child(odd) .cd-timeline-content .cd-read-more{padding-left:0!important;position:relative;z-index:99999}}.timeline-width100{width:100%}.timeline-width34{width:34%}.timeline-width30{width:30%}.timeline-date-left{width:100%;float:left!important}.single-post .announcement-banner-image,.single-post .return-to-timeline,.single-post .timeline-express-single-page-announcement-date{display:none}
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://www.evan-herman.com/contact/?contact-reason=I%20want%20to%20
4
  Tags: vertical, timeline, animated, css3, animations, evan, herman, evan herman, easy, time, line, font awesome, font, awesome, announcements, notifications, simple, events, calendar, scroll, triggered, scrolling, animated, fade, in, fade in
5
  Requires at least: 3.9
6
  Tested up to: 4.2.2
7
- Stable tag: 1.1.6.8
8
  License: GPLv2 or later
9
 
10
  Timeline express allows you to create a beautiful vertical animated and responsive timeline of posts , without writing a single line of code. Sweet!
@@ -338,6 +338,11 @@ add_filter( 'timeline_express_custom_template' , 'custom_timeline_express_templa
338
 
339
  == Changelog ==
340
 
 
 
 
 
 
341
  = 1.1.6.8 - May 5th, 2015 =
342
  * Fixed incorrect version of font awesome enqueued on front end
343
 
4
  Tags: vertical, timeline, animated, css3, animations, evan, herman, evan herman, easy, time, line, font awesome, font, awesome, announcements, notifications, simple, events, calendar, scroll, triggered, scrolling, animated, fade, in, fade in
5
  Requires at least: 3.9
6
  Tested up to: 4.2.2
7
+ Stable tag: 1.1.6.9
8
  License: GPLv2 or later
9
 
10
  Timeline express allows you to create a beautiful vertical animated and responsive timeline of posts , without writing a single line of code. Sweet!
338
 
339
  == Changelog ==
340
 
341
+ = 1.1.6.9 - June 22nd, 2015 =
342
+ * Remove !important declarations on frontend
343
+ * Adjusted announcement images to be 100% width
344
+ * Included hungarian translation - props <a href="" target="_blank">Zsolt</a>
345
+
346
  = 1.1.6.8 - May 5th, 2015 =
347
  * Fixed incorrect version of font awesome enqueued on front end
348
 
timeline-express.php CHANGED
@@ -4,7 +4,7 @@
4
  Plugin Name: Timeline Express
5
  Plugin URI: http://www.evan-herman.com
6
  Description: Create a beautiful vertical, CSS3 animated and responsive timeline in minutes flat without writing code.
7
- Version: 1.1.6.8
8
  Author: Evan Herman
9
  Author URI: http://www.evan-herman.com
10
  License: GPL2
@@ -28,7 +28,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
28
  #_________________________________________________ CONSTANTS
29
 
30
  /** Configuration **/
31
- if(!defined('TIMELINE_EXPRESS_VERSION_CURRENT')) define('TIMELINE_EXPRESS_VERSION_CURRENT', '1.1.6.8');
32
  if(!defined('TIMELINE_EXPRESS_PATH')) define('TIMELINE_EXPRESS_PATH', plugin_dir_path( __FILE__ ));
33
  if(!defined('TIMELINE_EXPRESS_URL')) define('TIMELINE_EXPRESS_URL', plugins_url('timeline-express/'));
34
  if(!defined('TIMELINE_EXPRESS_URL_WP')) define('TIMELINE_EXPRESS_URL_WP', get_bloginfo('url'));
4
  Plugin Name: Timeline Express
5
  Plugin URI: http://www.evan-herman.com
6
  Description: Create a beautiful vertical, CSS3 animated and responsive timeline in minutes flat without writing code.
7
+ Version: 1.1.6.9
8
  Author: Evan Herman
9
  Author URI: http://www.evan-herman.com
10
  License: GPL2
28
  #_________________________________________________ CONSTANTS
29
 
30
  /** Configuration **/
31
+ if(!defined('TIMELINE_EXPRESS_VERSION_CURRENT')) define('TIMELINE_EXPRESS_VERSION_CURRENT', '1.1.6.9');
32
  if(!defined('TIMELINE_EXPRESS_PATH')) define('TIMELINE_EXPRESS_PATH', plugin_dir_path( __FILE__ ));
33
  if(!defined('TIMELINE_EXPRESS_URL')) define('TIMELINE_EXPRESS_URL', plugins_url('timeline-express/'));
34
  if(!defined('TIMELINE_EXPRESS_URL_WP')) define('TIMELINE_EXPRESS_URL_WP', get_bloginfo('url'));