Skip to content

Commit

Permalink
Version 1.1.1 * fixed keyboard changed
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph committed Dec 7, 2016
1 parent d21f12a commit 327578f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ Head over to the [GitHub Repository](https://github.com/apermo/apermo-adminbar)

## Changelog ##

### 1.1.1 ###
* fixed: keyboard shortcut for watermark is now CTRL + D

### 1.1.0 ###
* added: keyboard shortcut CTRL + E to hide/show the adminbar in frontend
* added: watermark for draft/scheduled post, to remind an editor of the current post status
Expand Down
2 changes: 1 addition & 1 deletion apermo-adminbar.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @wordpress-plugin
* Plugin Name: Apermo AdminBar
* Plugin URI: https://wordpress.org/plugins/apermo-adminbar/
* Version: 1.1.0
* Version: 1.1.1
* Description: A simple plugin that enhances the AdminBar with navigation links between your different stages, a statusbox about the current post and keyboard shortcuts to hide or show the adminbar
* Author: Christoph Daum
* Author URI: http://apermo.de/
Expand Down
2 changes: 1 addition & 1 deletion js/keycodes.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jQuery(document).ready(function ($) {
case 69: //e
adminbar_toggle();
break;
case 87: //w
case 68: //d
watermark_toggle();
break;
}
Expand Down

0 comments on commit 327578f

Please sign in to comment.