=== TDLM Title Case === Contributors: scottmweaver Tags: title, titlecase, title case, gutenberg, block editor Requires at least: 6.6 Tested up to: 7.0 Requires PHP: 7.4 Stable tag: 2.0.0 Version: 2.0.0 License: GPLv3 or later License URI: https://www.gnu.org/licenses/gpl-3.0.en.html Change your post title to title case, lowercase, uppercase, or cRaZy CaSe from the block editor. == Description == TDLM Title Case adds a **Title Case** panel to the block editor document sidebar. When you're editing a post title, choose one of four options in a 2x2 button grid: 1. **Title Case** — capitalize words using configurable lowercase and uppercase word lists 2. **All Lowercase** 3. **All Uppercase** 4. **cRaZy CaSe** The title updates immediately and supports undo through the editor. Configure the lowercase and uppercase word lists under **Settings → TDLM Title Case**. == Installation == 1. Upload the `tdlm-title-case` folder to the `/wp-content/plugins/` directory 1. Activate the TDLM Title Case plugin through the **Plugins** menu in WordPress 1. Edit a post in the block editor and open the **Title Case** panel in the document sidebar 1. Optionally configure word lists under **Settings → TDLM Title Case** == Frequently Asked Questions == = Does this work with the Classic Editor? = No. Version 2.0.0 requires the block editor (Gutenberg). Classic Editor support was removed. = Can I customize which words stay lowercase in title case? = Yes. Go to **Settings → TDLM Title Case** and edit the comma-separated lowercase and uppercase word lists. == Screenshots == 1. Title Case panel in the block editor document sidebar with four case buttons. == Changelog == = 2.0.0 = * Rewritten for the block editor with a document sidebar panel and 2x2 case button grid. * Added cRaZy CaSe transform. * Added TypeScript-based editor assets built with `@wordpress/scripts`. * Added wp-env local development setup and GitHub Actions for tests and WordPress.org deployment. * Requires WordPress 6.6+ and PHP 7.4+. * Removed Classic Editor dropdown support. = 1.0.1 = Release Date: May 21st, 2015 * Maintenance release. = 1.0.0 = Release Date: April 10th, 2015 * Initial release. == Upgrade Notice == = 2.0.0 = Major update for Gutenberg. Requires WordPress 6.6+. Classic Editor support has been removed. Existing lowercase and uppercase word list settings are preserved.