Skip to content

Commit

Permalink
1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanHerman committed Dec 15, 2018
1 parent 7644f55 commit 7415849
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.7.4
# Timeline Express - 1.8.0

[![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 v5.0 <br />
**Stable tag:** 1.7.4 <br />
**Stable tag:** 1.8.0 <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.7.4' );
define( 'TIMELINE_EXPRESS_VERSION_CURRENT', '1.8.0' );

}

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-blocks.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.7.4
* @Version 1.8.0
* @Build 12-15-2018
*/
tinymce.PluginManager.add("timeline_express",function(e,t){e.on("keyup",function(){-1<e.getContent().indexOf("[timeline-express]")?e.controlManager.setDisabled("timeline_express_shortcode_button",!0):e.controlManager.setDisabled("timeline_express_shortcode_button",!1)}),e.addButton("timeline_express_shortcode_button",{title:"Timeline Express Shortcode",text:!1,image:t+"/../../images/timeline-express-menu-icon.png",onclick:function(){this.disabled(!this.disabled()),e.insertContent("[timeline-express]")}}),e.onSetContent.add(function(e,t){-1<e.getContent().indexOf("[timeline-express]")&&e.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.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Timeline-Express",
"title": "Timeline Express",
"version": "1.7.4",
"version": "1.8.0",
"tested_up_to": "5.0",
"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, vertical, animated, company, history, font awesome, events, calendar, scroll, dates, milestone
Requires at least: 4.0
Tested up to: 5.0
Stable tag: 1.7.4
Stable tag: 1.8.0
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.7.4
Version: 1.8.0
Author: Code Parrots
Text Domain: timeline-express
Author URI: http://www.codeparrots.com
Expand Down

0 comments on commit 7415849

Please sign in to comment.