# Post Title Spell Check #

Add spell check functionality to the WordPress post title input field.

__Contributors:__ [Robert Neu](https://github.com/robneu), [Brady Vercher](https://github.com/bradyvercher)  
__Requires:__ 3.9.2  
__Tested up to:__ 3.9.2  
__License:__ [GPL-2.0+](http://www.gnu.org/licenses/gpl-2.0.html)

## Description ##

![Embedded Post Title Screenshot](assets/screenshot-1.png)  
_A view of the plugin in action, highlighting a misspelling._

This is a simple plugin which adds a small bit of code to the WordPress title input field. Activating the plugin will allow the default WordPress title input field to be spell checked by modern browsers.

For more information on how the spell checking works, [read this post](https://developer.mozilla.org/en-US/docs/Web/HTML/Controlling_spell_checking_in_HTML_formsControlling_spell_checking_in_HTML_forms).

## Installation ##

### Upload ###

1. Download the [latest release](https://github.com/FlagshipWP/post-title-spell-check/archive/master.zip) from GitHub.
2. Go to the __Plugins &rarr; Add New__ screen in your WordPress admin panel and click the __Upload__ tab at the top.
3. Upload the zipped archive.
4. Click the __Activate Plugin__ link after installation completes.

### Manual ###

1. Download the [latest release](https://github.com/FlagshipWP/post-title-spell-check/archive/master.zip) from GitHub.
2. Unzip the archive.
3. Copy the folder to `/wp-content/plugins/`.
4. Go to the __Plugins__ screen in your WordPress admin panel and click the __Activate__ link under Post Title Spell Check.

Read the Codex for more information about [installing plugins manually](http://codex.wordpress.org/Managing_Plugins#Manual_Plugin_Installation).

### Git ###

Clone this repository in `/wp-content/plugins/`:

`git clone git@github.com:FlagshipWP/post-title-spell-check.git`

Then go to the __Plugins__ screen in your WordPress admin panel and click the __Activate__ link under Post Title Spell Check.

## Updating ##

Although it's not likely that this plugin will need updated, there is always the possibility that a change will be required. Fortunately, there are a couple of options you can install to manage updates from GitHub-hosted plugins:

* [Git Plugin Updates](https://github.com/brainstormmedia/git-plugin-updates)
* [GitHub Updater](https://github.com/afragen/github-updater)

## Changelog ##

**1.0.4**  
- Fixed spelling errors. Yes, seriously.

**1.0.3**  
- Initial Release on WordPress.org

**1.0.2**  
- Added the required tags for GitHub updaters to work

**1.0.1**  
- Improved code quality
- Changed plugin title

**1.0.0**  
- Initial release.
