=== Text Obfuscator === Contributors: ConfuzzledDuck Tags: word replacement, replace, correct, change, anonymous, filter, text, alternative Requires at least: 2.7 Tested up to: 3.1 Stable tag: 1.2 Replaces words and phrases in your posts' content with alternative words and phrases. == Description == Text Obfuscator is a simple plugin for replacing words and phrases in your posts' content with alternative words and phrases. Initially designed for protecting the innocent by removing names from personal blog posts, it can also be used to correct common spelling errors or automatically expand abbreviations. The plugin operates on output preserving the content in the database as entered in the post. More information is available at [Flutt.co.uk](http://www.flutt.co.uk/development/wordpress-plugins/text-obfuscator/). == Installation == Simply upload the plugin directory to your plugin directory, activate the plugin, and configure it through the Tools->Text Obfuscator menu. == Changelog == = 1.2 = * Added option to match partial words. * Extracted regular expression building into it's own function called by all replacement functions. = 1.1 = * Added ability to optionally do replacement in blog posts, titles, excerpts and comments. * Added ability to apply each filter on input or output. * Fixed a bug blanking posts when there were no replacement rules. * Modified escaping to use WP's built in routines. * Added comments throughout. = 1.0 = * Updated to use settings methods added to WP2.7. * Renamed from 'Obfuscator' to 'Text Obfuscator'. * Released on the WordPress plugin directory. = 0.2 = * Changes to the way the rules are stored to prevent them getting mixed up. * Minor changes to conditional logic. * Minor changes to some wording on the admin page.