Skip to content
This repository has been archived by the owner on Jan 14, 2024. It is now read-only.

Commit

Permalink
Release 6.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vinkla committed Aug 8, 2019
1 parent a587823 commit 9e9ff9b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 6.0.1 (released 2019-08-08)

- Remove custom login error message

## 6.0.0 (released 2019-06-09)

- Remove disable api feature
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "6.0-dev"
"dev-master": "6.1-dev"
}
},
"minimum-stability": "dev",
Expand Down
2 changes: 1 addition & 1 deletion plate.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* Description: A theme support plugin for WordPlate.
* Author: WordPlate
* Author URI: https://wordplate.github.io/
* Version: 6.0.0
* Version: 6.0.1
* Plugin URI: https://github.com/wordplate/plate#readme
*/

Expand Down
5 changes: 0 additions & 5 deletions src/login-logo.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,3 @@
add_filter('login_headerurl', function () {
return get_bloginfo('url');
});

// Set custom login error message.
add_filter('login_errors', function () {
return '<strong>Whoops!</strong> Looks like you missed something there. Have another go.';
});

0 comments on commit 9e9ff9b

Please sign in to comment.