Version 5.0.7
November 14, 2024
Added
- Added support for Matrix fields that contain CKEditor and Plain Text fields. Read the documentation for details on how to use this feature. TLDR: To retrieve content from Matrix fields you supply Matrix field handle and the handles of the fields to look for inside the blocks within the Matrix field.
Version 5.0.6
November 9, 2024
Added
- A new feature was added to allow users to preview the script that will be sent to the ElevenLabs API. This feature is helpful for debugging pronunciation issues and other potential problems. The preview can be accessed by clicking the "Preview" button in the Bespoken field in the entry editor. The preview button can also be disabled in the field settings if desired.
Version 5.0.5
October 31, 2024
Fixed
- Fixed an issue in processing text to be sent to the API that neglected to add a pause for list items. This caused the text to be read as one continuous sentence when a list item did not end with some form of punctuation. This issue has been resolved, and list items will now be read as separate clauses in the generated audio file.
Version 5.0.4
September 23, 2024
Fixed
- Fixed a bug that caused some inline HTML elements to have a pause added before them during audio generation.
Version 5.0.3
September 21, 2024
Added
- Added a new feature to allow users to exclude elements within a CKEditor field by adding the class
bespoken-exclude
to an element. This feature is useful for excluding elements like code blocks from the audio file. See the "Excluding elements from the audio file" section in the documentation for more information.
Version 5.0.2
September 19, 2024
Fixed
- Updated Javascript to decode HTML entities to allow proper replacement of text for the pronunciation fixes feature.
- Fixed bug that causes a period to be added after link elements.
- Removed double spaces from text before sending to API.
Version 5.0.1
September 18, 2024
Fixed
- Removed a debugging statement left in the plugin's javascript that would halt audio generation if the console was open.
Version 5.0.0
September 11, 2024
- Initial release