Skip to content

Commit

Permalink
1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanHerman committed Nov 23, 2017
1 parent c4f37c1 commit a5af650
Show file tree
Hide file tree
Showing 13 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Timeline Express - 1.5.2
# Timeline Express - 1.5.3

[![Built with Grunt](https://cdn.gruntjs.com/builtwith.svg)](http://gruntjs.com)
[![Build Status](https://travis-ci.org/EvanHerman/timeline-express.svg?branch=master)](https://travis-ci.org/EvanHerman/timeline-express)
Expand All @@ -12,7 +12,7 @@
**Tags:** timeline, responsive, time, line, vertical, animated, company, history, font awesome, events, calendar, scroll, dates, story, timeline express, milestone, stories <br />
**Requires at least:** WordPress v4.2 <br />
**Tested up to:** WordPress v4.8 <br />
**Stable tag:** 1.5.2 <br />
**Stable tag:** 1.5.3 <br />
**License:** GPLv2 or later <br />
**License URI:** [http://www.gnu.org/licenses/gpl-2.0.html](http://www.gnu.org/licenses/gpl-2.0.html)

Expand Down
2 changes: 1 addition & 1 deletion constants.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/
if ( ! defined( 'TIMELINE_EXPRESS_VERSION_CURRENT' ) ) {

define( 'TIMELINE_EXPRESS_VERSION_CURRENT', '1.5.2' );
define( 'TIMELINE_EXPRESS_VERSION_CURRENT', '1.5.3' );

}

Expand Down
2 changes: 1 addition & 1 deletion lib/admin/css/min/timeline-express-admin-rtl.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/admin/css/min/timeline-express-admin.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/admin/js/min/timeline-express-admin.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/admin/js/min/timeline-express-tinymce.min.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @Plugin Timeline Express
* @Author Code Parrots
* @Site https://www.wp-timelineexpress.com
* @Version 1.5.2
* @Version 1.5.3
* @Build 11-23-2017
*/
!function(){tinymce.PluginManager.add("timeline_express",function(a,b){function c(){this.disabled(!this.disabled()),a.insertContent("[timeline-express]")}a.on("keyup",function(){a.getContent().indexOf("[timeline-express]")>-1?a.controlManager.setDisabled("timeline_express_shortcode_button",!0):a.controlManager.setDisabled("timeline_express_shortcode_button",!1)}),a.addButton("timeline_express_shortcode_button",{title:"Timeline Express Shortcode",text:!1,image:b+"/../../images/timeline-express-menu-icon.png",onclick:c}),a.onSetContent.add(function(a,b){a.getContent().indexOf("[timeline-express]")>-1&&a.controlManager.setDisabled("timeline_express_shortcode_button",!0)})})}();
2 changes: 1 addition & 1 deletion lib/public/css/min/timeline-express-rtl.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/public/css/min/timeline-express.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/public/js/min/timeline-express.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Timeline-Express",
"title": "Timeline Express",
"version": "1.5.2",
"version": "1.5.3",
"tested_up_to": "4.8",
"description": "Build beautiful, animated CSS3 timelines on your WordPress site.",
"main": "index.js",
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: codeparrots, eherman24
Tags: timeline, responsive, time, line, vertical, animated, company, history, font awesome, events, calendar, scroll, dates, story, timeline express, milestone, stories
Requires at least: 4.0
Tested up to: 4.8
Stable tag: 1.5.2
Stable tag: 1.5.3
License: GPLv2 or later

Timeline Express creates a beautiful vertical animated and responsive timeline of posts, in chronological order.
Expand Down
2 changes: 1 addition & 1 deletion timeline-express.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Plugin Name: Timeline Express
Plugin URI: https://www.wp-timelineexpress.com
Description: Create a beautiful vertical, CSS3 animated and responsive timeline in minutes flat without writing code.
Version: 1.5.2
Version: 1.5.3
Author: Code Parrots
Text Domain: timeline-express
Author URI: http://www.codeparrots.com
Expand Down

0 comments on commit a5af650

Please sign in to comment.