Fixed two niggling bugs
- https://github.com/jamiecurle/django-writingfield/issues/5
- https://github.com/jamiecurle/django-writingfield/issues/6
Changes:
- Bumped the version number to 1.1
- Added the contributors.md file
Backwards incompatible changes
- If you'd been manually calling the plugin ( _which you shouldn't have had a need to_ ) like this `$('mytextarea').omfs()`, then now you'll need to called `$('mytextarea').djwf()`
Contributors
Thanks to [Nippo](https://github.com/nippo) and [Karmak23](https://github.com/Karmak23) for their contributions and [django-grappelli](https://github.com/sehmaschine/django-grappelli) support.