Skip to content

Commit

Permalink
Bump version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aduth committed May 23, 2017
1 parent b1b7cc8 commit 1cce24d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#### 1.0.1 (2017-05-22)

- Fix: Tag detail page will correctly filter dones with punctuation following tag

#### 1.0.0 (2017-05-20)

- Initial release
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.0/dones.zip).
1. [Download a pre-built zip archive of the latest release](https://github.com/aduth/dones/releases/download/1.0.1/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.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dones",
"version": "1.0.0",
"version": "1.0.1",
"private": true,
"description": "WordPress theme for simple team task management and tracking",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Author: Andrew Duthie
* Author URI: http://andrewduthie.com
* Description: Simple team task management and tracking
* Version: 1.0.0
* Version: 1.0.1
* 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
Expand Down

0 comments on commit 1cce24d

Please sign in to comment.