Skip to content

Commit

Permalink
Revert, re-version.
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanHerman committed Sep 10, 2017
1 parent e200480 commit 73605fa
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.1.0
**Stable tag:** 1.0.4
**License:** GPLv2 or later

Enable a 'single-column' parameter in Timeline Express to display timelines in a single column.
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "timeline-express-single-column-add-on",
"title": "Timeline Express - Single Column Add-On",
"version": "1.1.0",
"version": "1.0.4",
"description": "Define new shortcode parameter, and limit timelines to a single column.",
"main": "index.js",
"repository": "CodeParrots/timeline-express-single-column-add-on",
"scripts": {
"version": "grunt 'Replace versions.' && git add -A .",
"version": "grunt 'Development tasks.' && git add -A .",
"postversion": "git push && git push --tags"
},
"badges": [
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.1.0
Stable tag: 1.0.4
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.1.0
Version: 1.0.4
Author: Code Parrots
Text Domain: timeline-express-single-column-add-on
Author URI: http://www.codeparrots.com
Expand Down

0 comments on commit 73605fa

Please sign in to comment.