Skip to content
This repository has been archived by the owner on Aug 22, 2022. It is now read-only.

Commit

Permalink
Released v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamminf committed Apr 9, 2016
1 parent 7a7b030 commit 53d19aa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
## Changelog

#### v0.1.3
- `Improved` Label names and instructions can now be translated
- `Improved` Improved API for plugin use (now supports the Neo plugin)

#### v0.1.2
- `Fixed` Fixed issue where labels weren't getting applied for non-admins (thanks [@gethyn1](https://github.com/gethyn1))

Expand Down
2 changes: 1 addition & 1 deletion relabel/RelabelPlugin.php
Expand Up @@ -22,7 +22,7 @@ public function getDescription()

function getVersion()
{
return '0.1.2';
return '0.1.3';
}

public function getSchemaVersion()
Expand Down

0 comments on commit 53d19aa

Please sign in to comment.