From 60a2b4bf935e7f17f7ecc6d5933192d3278a2092 Mon Sep 17 00:00:00 2001 From: Andrew Duthie Date: Sat, 27 May 2017 19:49:53 -0400 Subject: [PATCH] Bump version to 1.0.2 --- CHANGELOG.md | 11 +++++++++++ README.md | 2 +- package.json | 2 +- style.css | 2 +- 4 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e5934a61f..5b8560279 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +#### 1.0.2 (2017-05-27) + +- New: Add web app manifest +- Fix: Dones receiving focus will no longer display input when not editable +- Fix: Corrected horizontal direction of tooltips +- Fix: Meta tags for fallback mobile site icons are output correctly +- Fix: Resolve warning logged by capabilities index access +- Fix: Omit `.DS_Store` files from pregenerated zip file +- Fix: Correctly assign date picker mobile input accessibility attributes +- Internal: A plethora of changes to squeeze more speed + #### 1.0.1 (2017-05-22) - Fix: Tag detail page will correctly filter dones with punctuation following tag diff --git a/README.md b/README.md index 612c6def1..1808bf40f 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.1/dones.zip). +1. [Download a pre-built zip archive of the latest release](https://github.com/aduth/dones/releases/download/1.0.2/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 a84bd8b94..58fbca9a6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dones", - "version": "1.0.1", + "version": "1.0.2", "private": true, "description": "WordPress theme for simple team task management and tracking", "author": { diff --git a/style.css b/style.css index 4b42c53c1..47825439f 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.1 + * Version: 1.0.2 * 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