From 0e11a95e5428ff54e219762101d588c0ee755625 Mon Sep 17 00:00:00 2001 From: Andrew Duthie Date: Mon, 29 May 2017 20:45:25 -0400 Subject: [PATCH] Bump version to 1.0.4 --- CHANGELOG.md | 5 +++++ README.md | 2 +- package.json | 2 +- style.css | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 14e3da2ff..fe3cc9335 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +#### 1.0.4 (2017-05-29) + +- Fix: Future dones or goals are displayed correctly +- Fix: Main query suppression should apply only to front-end, not admin + #### 1.0.3 (2017-05-27) - Fix: Correct positioning of desktop dones input autocomplete diff --git a/README.md b/README.md index 3234462ef..403a739e8 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Dones is a free team task management and tracking application to help your organ Dones is distributed as a WordPress theme, meaning you can easily host it yourself on a number of [hosting providers](https://wordpress.org/hosting/) or VPS services ([AWS](https://aws.amazon.com/getting-started/tutorials/launch-a-wordpress-website/) and [Digital Ocean](https://www.digitalocean.com/community/tutorials/how-to-use-the-wordpress-one-click-install-on-digitalocean), for example). -1. [Download a pre-built zip archive of the latest release](https://github.com/aduth/dones/releases/download/1.0.3/dones.zip). +1. [Download a pre-built zip archive of the latest release](https://github.com/aduth/dones/releases/download/1.0.4/dones.zip). - Do not download from the "Clone or download" GitHub button, as this includes the source material only. Read the [Development](#development) instructions below if you're interested in building your own copy of the theme. 2. Navigate to the __Appearance > Themes__ screen in your WordPress administrative dashboard. 3. Click __Add New__ at the top of the page. diff --git a/package.json b/package.json index e9f29c71a..bbb9c2e31 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dones", - "version": "1.0.3", + "version": "1.0.4", "private": true, "description": "WordPress theme for simple team task management and tracking", "author": { diff --git a/style.css b/style.css index 101f2049a..3a060e018 100644 --- a/style.css +++ b/style.css @@ -4,7 +4,7 @@ * Author: Andrew Duthie * Author URI: http://andrewduthie.com * Description: Simple team task management and tracking - * Version: 1.0.3 + * Version: 1.0.4 * License: GNU General Public License v2 or later * License URI: http://www.gnu.org/licenses/gpl-2.0.html * Tags: tasks, todo, done, teams, project-management