Soft Hyphen
Version 1.1.3.2
March 5, 2026
Fixed
- Fixed dynamic addition of CKEditor field in matrix
Version 1.1.3.1
March 5, 2026
Fixed
- Fixed "Identifier 'SoftHyphen' has already been declared" console error when multiple CKEditor fields are present on the same page.
Version 1.1.3
March 5, 2026
Fixed
- Compatibility with CKEditor V5 plugin
Version 1.1.2
March 5, 2026
Fixed
- Uninstalling the plugin no longer breaks the site. A
beforeUninstallhook now removes thesoftHyphenButtonssetting from all Plain Text field records in the database before the plugin is removed, so Craft can load those fields normally afterwards.
Version 1.1.1
March 4, 2026
Fixed
- Title field buttons now also appear when the title field is configured as a textarea (Craft CMS 5.x allows switching the title field to a multiline textarea).
Version 1.1.0
March 4, 2026
Added
- Title field support — a new plugin-level setting ("Settings → Soft Hyphen → Title field buttons") enables soft hyphen and NBSP insert buttons next to the entry title field.
- Plugin settings page (
hasCpSettings).
Fixed
- Field input ID is now resolved via
namespaceInputId()to correctly match the actual rendered element ID when fields are inside namespaced contexts (e.g. element editor slideouts).