diff --git a/README.md b/README.md index 5cc44a5..b400615 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/package.json b/package.json index 0305fc0..4034e56 100644 --- a/package.json +++ b/package.json @@ -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": [ diff --git a/readme.txt b/readme.txt index 6542a8f..7a05369 100644 --- a/readme.txt +++ b/readme.txt @@ -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. diff --git a/timeline-express-single-column-add-on.php b/timeline-express-single-column-add-on.php index 1bfa89a..683aa75 100644 --- a/timeline-express-single-column-add-on.php +++ b/timeline-express-single-column-add-on.php @@ -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: [timeline-express single-column="1"]). 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