Timeline Express - Version 1.1.8.1

Version Description

  • Februrary 12th, 2016 =
  • Fixed reversed is_ssl() checks.
Download this release

Release Info

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

Code changes from version 1.1.8 to 1.1.8.1

classes/class.timeline-express.php CHANGED
@@ -957,7 +957,7 @@ if(!class_exists("timelineExpressBase"))
957
  // add styles to the front end
958
  public function addStyles_frontend() {
959
  $font_awesome_version = apply_filters( 'timeline_express_font_awesome_version', '4.5.0' );
960
- $http = ( is_ssl() ) ? 'http:' : 'https:';
961
  // Enqueue Styles
962
  wp_enqueue_style( 'timeline-express-base', TIMELINE_EXPRESS_URL . 'css/timeline-express.min.css' , array() , 'all' );
963
  // check if CDN is reachable, if so - get em'
@@ -1306,7 +1306,7 @@ if(!class_exists("timelineExpressBase"))
1306
  public function timeline_express_build_bootstrap_dropdown( $field, $meta ) {
1307
  $screen = get_current_screen();
1308
  $screen_base = $screen->base;
1309
- $http = ( is_ssl() ) ? 'http:' : 'https:';
1310
  $font_awesome_version = apply_filters( 'timeline_express_font_awesome_version', '4.5.0' );
1311
 
1312
  // Store our response in a transient for faster page loading
957
  // add styles to the front end
958
  public function addStyles_frontend() {
959
  $font_awesome_version = apply_filters( 'timeline_express_font_awesome_version', '4.5.0' );
960
+ $http = ( is_ssl() ) ? 'https:' : 'http:';
961
  // Enqueue Styles
962
  wp_enqueue_style( 'timeline-express-base', TIMELINE_EXPRESS_URL . 'css/timeline-express.min.css' , array() , 'all' );
963
  // check if CDN is reachable, if so - get em'
1306
  public function timeline_express_build_bootstrap_dropdown( $field, $meta ) {
1307
  $screen = get_current_screen();
1308
  $screen_base = $screen->base;
1309
+ $http = ( is_ssl() ) ? 'https:' : 'http:';
1310
  $font_awesome_version = apply_filters( 'timeline_express_font_awesome_version', '4.5.0' );
1311
 
1312
  // Store our response in a transient for faster page loading
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.4.2
7
- Stable tag: 1.1.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!
@@ -44,6 +44,14 @@ Timeline express allows you to create a vertical animated timeline of announceme
44
 
45
  ><a href="http://www.evan-herman.com/wordpress-plugin/timeline-express/" title="Upgrade Now!">Get the premium version now!</a>
46
 
 
 
 
 
 
 
 
 
47
  **Translated**
48
 
49
  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 :
@@ -105,6 +113,9 @@ you can do so, by creating a directory in your active theme called 'timeline-exp
105
  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
106
  it to your hearts desire without fear of losing any changes in future updates!
107
 
 
 
 
108
  = Can I create more than one timeline? =
109
  The free version limits you to one timeline. With the <a href="http://www.evan-herman.com/wordpress-plugin/timeline-express/" title="Timeline Express Pro">pro version</a>, you can create unlimited number of timelines and even assign categories to your announcements.
110
 
@@ -357,6 +368,9 @@ The above example will load font awesome version 4.4.0 instead of the current st
357
 
358
  == Changelog ==
359
 
 
 
 
360
  = 1.1.8 - Februrary 10th, 2016 =
361
  * Ensured that the minified version of font awesome is enqueued on the front end (v4.5.0)
362
  * Ensured that the correct version (and fallback) of font awesome was used on both frontend and backend.
@@ -554,7 +568,5 @@ The above example will load font awesome version 4.4.0 instead of the current st
554
 
555
  == Upgrade Notice ==
556
 
557
- = 1.1.8 - Februrary 10th, 2016 =
558
- * Ensured that the minified version of font awesome is enqueued on the front end (v4.5.0)
559
- * Ensured that the correct version (and fallback) of font awesome was used on both frontend and backend.
560
- * Added RTL support.
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.4.2
7
+ Stable tag: 1.1.8.1
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!
44
 
45
  ><a href="http://www.evan-herman.com/wordpress-plugin/timeline-express/" title="Upgrade Now!">Get the premium version now!</a>
46
 
47
+ <br />
48
+
49
+ ><strong>Historical Dates</strong>
50
+
51
+ > If you need to assign dates to announcements prior to the year 1970, you may run into limitations due to the php function `strtotime()`. We have built out an additional addon allowing dates to be saved between the years 1000-9999.
52
+
53
+ ><a href="https://www.evan-herman.com/wordpress-plugin/timeline-express-historical-dates-add-on/" title="View Historical Date Addon">View Historical Dates Addon</a>
54
+
55
  **Translated**
56
 
57
  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 :
113
  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
114
  it to your hearts desire without fear of losing any changes in future updates!
115
 
116
+ = Why can't I save dates prior to 1970'? =
117
+ Due to a limitation with the built in php function `strtotime()`, you may not be able to save dates prior to 1970. We've built out a premium add-on that works with both the free and pro versions of Timeline Express to allow dates to be saved between the years 1000-9999. If this is a feature you need, please consider purchasing the <strong><a href="https://www.evan-herman.com/wordpress-plugin/timeline-express-historical-dates-add-on/">Historical Dates Add-On</a></strong>.
118
+
119
  = Can I create more than one timeline? =
120
  The free version limits you to one timeline. With the <a href="http://www.evan-herman.com/wordpress-plugin/timeline-express/" title="Timeline Express Pro">pro version</a>, you can create unlimited number of timelines and even assign categories to your announcements.
121
 
368
 
369
  == Changelog ==
370
 
371
+ = 1.1.8.1 - Februrary 12th, 2016 =
372
+ * Fixed reversed `is_ssl()` checks.
373
+
374
  = 1.1.8 - Februrary 10th, 2016 =
375
  * Ensured that the minified version of font awesome is enqueued on the front end (v4.5.0)
376
  * Ensured that the correct version (and fallback) of font awesome was used on both frontend and backend.
568
 
569
  == Upgrade Notice ==
570
 
571
+ = 1.1.8.1 - Februrary 12th, 2016 =
572
+ * Fixed reversed `is_ssl()` checks.
 
 
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.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.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.8.1
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.8.1');
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'));