- Fixed cases where OpenAI errors were not being reported to the user.
- Update README.md
- Support for both Plain Text and CKEditor fields
- Ability to enable/disable Promptly on a per-field basis
- Promptly no longer requires a plugin integration with Redactor
Note You should remove
"promptly"
from your redactor configs and deleteconfig/redactor/plugins/promptly.js
- Missing feedback for empty content blocks in some cases.
- Instance where returned OpenAI errors were not being displayed
- Redirecting users to action endpoint when logging into dashboard
- Optional Organization ID config for users who belong to multiple organizations
- Front and back end refactoring and tighter integration with Craft utilities
- Cases where the generate button was not showing as expected
- OpenAI error responses not being handled correctly
- Slightly adjusted Correct Spelling & Grammar prompt
- Remove @microsoft/fetch-event-source dependency
- Added check for cases where tables were not created in the database on install