Skip to content

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanHerman committed Sep 10, 2017
1 parent 73605fa commit ea98927
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
**Requires at least:** WP 4.0 & Timeline Express 1.2.8.1
**Requires PHP:** 5.6
**Tested up to:** 4.8.1
**Stable tag:** 1.0.4
**Stable tag:** 1.1.0
**License:** GPLv2 or later

Enable a 'single-column' parameter in Timeline Express to display timelines in a single column.
Expand Down
2 changes: 1 addition & 1 deletion lib/css/timeline-express-single-column.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/js/timeline-express-single-column.min.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @Plugin Timeline Express - Single Column Add-On
* @Author Code Parrots
* @Site http://www.wp-timelineexpress.com
* @Version 1.0.4
* @Version 1.1.0
* @Build 09-10-2017
*/
!function(a){var b={init:function(){a(".timeline-express").find(".single-column").length&&a(".timeline-express").find(".single-column").parents("section.timeline-express").addClass("single-column")}};a(document).ready(b.init)}(jQuery);
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-single-column-add-on",
"title": "Timeline Express - Single Column Add-On",
"version": "1.0.4",
"version": "1.1.0",
"description": "Define new shortcode parameter, and limit timelines to a single column.",
"main": "index.js",
"repository": "CodeParrots/timeline-express-single-column-add-on",
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Plugin URI: https://www.wp-timelineexpress.com
Requires at least: WP 4.0 & Timeline Express 1.2.8.1
Requires PHP: 5.6
Tested up to: 4.8.1
Stable tag: 1.0.4
Stable tag: 1.1.0
License: GPLv2 or later

Enable a 'single-column' parameter in Timeline Express to display timelines in a single column.
Expand Down
2 changes: 1 addition & 1 deletion timeline-express-single-column-add-on.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Plugin Name: Timeline Express - Single Column Add-On
Plugin URI: https://www.wp-timelineexpress.com
Description: Defines a new shortcode parameter, single-column="1" (eg: <code>[timeline-express single-column="1"]</code>). The new parameter sets the Timeline Express instance to a single column, similar to the default mobile view.
Version: 1.0.4
Version: 1.1.0
Author: Code Parrots
Text Domain: timeline-express-single-column-add-on
Author URI: http://www.codeparrots.com
Expand Down

0 comments on commit ea98927

Please sign in to comment.