
What is the shortcut key using keyboard for opening a new document? The ‘Enable Editing’ icon looks like a notepad with a pencil, it should have a 2 next to it. This enables you to access the main menu items by typing a letter – but also allows you to access the ‘Quick Access Toolbar’ using numbers.
Fixed a bug that added slashes to quotes in the custom restriction message.Press Alt button a maximum of 4 times. Changed URL’s to wp-login.php to use get_bloginfo(‘wpurl’) instead of get_bloginfo(‘url’) to ensure proper redirection when users install files outside of the site’s document root. Fixed bug where choosing the “selected” restriction method would result in all pages being restricted if no pages are checked in the plugin settings. Quick update to fix an in_array() warning issued when settings are checked but have not been saved. Update to fix bug where only 5 blog posts display in the settings screen. Added support for blog home page (included with archives and search listings) for post restriction.
Confirmed most compatibility with WP 3.3.
Fixed bug where pages were not being restricted. Quick update to remove some outdated functions and global vars (clean up).
Added div around output with CSS class (page-restrict-output) for more styling flexibility.Added login error messaging back to referring URI if the user’s login is unsuccessful.Added filter for username and password labels in login form.Fixed a bug with non-existent post object.This was causing theme compatibility issues. Removed div.page-restrict-output from unmodified content output.Added filters for modified page/post excerpt/archive content.Removed wp_specialchars (deprecated function), replaced with esc_html.Added internationalization support for pending updates.wp_login_url() and wp_register_url() usage.Fixes a bug with wp_login_failed action where (string) username was not sent with the WP_Error object.Adds the ability to restrict the page title and customize, with token replacement for the original title.
Added code to NOT affect the title of nav menu items. Added code to use the filtered login form default value for “remember” checkbox allowing the checkbox to be suppressed by the login_form_defaults filter. Added pr_login_errors filter to enable filtering of WP login errors (e.g., obfuscating messaging on front-end). Carried over login errors from default WP login mechanism. Fixed a bug with login errors not outputting.